Merge branch 'release/v2.6.6'
Showing
... | ... | @@ -13,7 +13,8 @@ end |
group :development, :test do | ||
gem 'rspec', :require => false | ||
gem 'guard-rspec', require: false | ||
gem 'guard-rspec', :require => false | ||
gem 'terminal-notifier-guard', :require => false | ||
platforms :mri do | ||
gem 'pry', :require => false | ||
... | ... |
README.rdoc
100644 → 100755
lib/annotate.rb
100644 → 100755
lib/annotate/annotate_models.rb
100644 → 100755
This diff is collapsed.
Click to expand it.
spec/annotate/annotate_models_spec.rb
100644 → 100755
spec/integration/rails_4.2.0/.gitignore
0 → 100644
spec/integration/rails_4.2.0/.ruby-version
0 → 100644
spec/integration/rails_4.2.0/Gemfile
0 → 100644
spec/integration/rails_4.2.0/Gemfile.lock
0 → 100644
spec/integration/rails_4.2.0/README.rdoc
0 → 100644
spec/integration/rails_4.2.0/Rakefile
0 → 100644
spec/integration/rails_4.2.0/config.ru
0 → 100644
spec/integration/rails_4.2.0/config/boot.rb
0 → 100644
spec/integration/rails_4.2.0/db/schema.rb
0 → 100644
spec/integration/rails_4.2.0/db/seeds.rb
0 → 100644
Please
register
or
sign in
to comment