Skip to content

Commit 11107fa

Browse files
committed
Switched to annotate gem
1 parent 317b2ef commit 11107fa

File tree

5 files changed

+36
-4
lines changed

5 files changed

+36
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gem 'sqlite3', '1.3.3'
77

88
group :development do
99
gem 'rspec-rails', '2.6.1'
10-
gem 'annotate', '2.0.4'
10+
gem 'annotate', '2.4.0'
1111
gem 'faker', '0.3.1'
1212
end
1313

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ GEM
2828
activemodel (= 3.0.9)
2929
activesupport (= 3.0.9)
3030
activesupport (3.0.9)
31-
annotate-models (1.0.4)
31+
annotate (2.4.0)
3232
arel (2.0.10)
3333
builder (2.1.2)
3434
diff-lcs (1.1.2)
@@ -99,7 +99,7 @@ PLATFORMS
9999
ruby
100100

101101
DEPENDENCIES
102-
annotate-models (= 1.0.4)
102+
annotate (= 2.4.0)
103103
factory_girl_rails (= 1.0)
104104
faker (= 0.3.1)
105105
gravatar_image_tag (= 1.0.0.pre2)

bin/annotate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
1313
require 'rubygems'
1414
require 'bundler/setup'
1515

16-
load Gem.bin_path('annotate-models', 'annotate')
16+
load Gem.bin_path('annotate', 'annotate')

bin/rdoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#!/usr/bin/env ruby
2+
#
3+
# This file was generated by Bundler.
4+
#
5+
# The application 'rdoc' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'pathname'
10+
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
11+
Pathname.new(__FILE__).realpath)
12+
13+
require 'rubygems'
14+
require 'bundler/setup'
15+
16+
load Gem.bin_path('rdoc', 'rdoc')

bin/ri

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#!/usr/bin/env ruby
2+
#
3+
# This file was generated by Bundler.
4+
#
5+
# The application 'ri' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'pathname'
10+
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
11+
Pathname.new(__FILE__).realpath)
12+
13+
require 'rubygems'
14+
require 'bundler/setup'
15+
16+
load Gem.bin_path('rdoc', 'ri')

0 commit comments

Comments
 (0)