File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -84,25 +84,25 @@ Into Gemfile from rubygems.org:
84
84
85
85
``` ruby
86
86
group :development do
87
- gem ' annotate '
87
+ gem ' annot8 '
88
88
end
89
89
```
90
90
91
91
Into Gemfile from Github:
92
92
93
93
``` ruby
94
94
group :development do
95
- gem ' annotate ' , git: ' https://github.com/ctran /annotate_models.git'
95
+ gem ' annot8 ' , git: ' https://github.com/chemica /annotate_models.git'
96
96
end
97
97
```
98
98
99
99
Into environment gems from rubygems.org:
100
100
101
- gem install annotate
101
+ gem install annot8
102
102
103
103
Into environment gems from Github checkout:
104
104
105
- git clone https://github.com/ctran /annotate_models.git annotate_models
105
+ git clone https://github.com/chemica /annotate_models.git annotate_models
106
106
cd annotate_models
107
107
rake gem
108
108
gem install dist/annotate-*.gem
You can’t perform that action at this time.
0 commit comments