aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2012-08-17 10:21:52 +0100
committerJon Leighton <j@jonathanleighton.com>2012-08-17 10:21:52 +0100
commit17bb324f384c0353484a8b568ebfc5905a1b9425 (patch)
treefffa0be7f7f68a9193c98ea3e52e73c9d0544c7d /Gemfile
parentcfd7f4e9a09df137f1e78ae7194e969e4bacfd87 (diff)
downloadrails-17bb324f384c0353484a8b568ebfc5905a1b9425.tar.gz
rails-17bb324f384c0353484a8b568ebfc5905a1b9425.tar.bz2
rails-17bb324f384c0353484a8b568ebfc5905a1b9425.zip
Renaming active_record_deprecated_finders to activerecord-deprecated_finders
For consistency with the other AR extension plugins we are creating.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 0ce4541074..c8756540bd 100644
--- a/Gemfile
+++ b/Gemfile
@@ -20,9 +20,9 @@ else
end
if ENV['AR_DEPRECATED_FINDERS']
- gem 'active_record_deprecated_finders', path: ENV['AR_DEPRECATED_FINDERS']
+ gem 'activerecord-deprecated_finders', path: ENV['AR_DEPRECATED_FINDERS']
else
- gem 'active_record_deprecated_finders', github: 'rails/active_record_deprecated_finders'
+ gem 'activerecord-deprecated_finders', github: 'rails/activerecord-deprecated_finders'
end
# This needs to be with require false to avoid