aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/activemodel.gemspec
diff options
context:
space:
mode:
authorFranck Verrot <franck@verrot.fr>2011-11-04 14:46:35 +0100
committerFranck Verrot <franck@verrot.fr>2011-11-04 14:46:39 +0100
commit1679aa56f3f93ab976a8124bd071c0f4be69c46a (patch)
treef55dea99984905f76aa573e2cae3bb8ff0ba7114 /activemodel/activemodel.gemspec
parent281272ad36e29b49595c1758d56a82f338c21b1a (diff)
downloadrails-1679aa56f3f93ab976a8124bd071c0f4be69c46a.tar.gz
rails-1679aa56f3f93ab976a8124bd071c0f4be69c46a.tar.bz2
rails-1679aa56f3f93ab976a8124bd071c0f4be69c46a.zip
Synchronize the gemspecs since CHANGELOG has been renamed to CHANGELOG.md
Diffstat (limited to 'activemodel/activemodel.gemspec')
-rw-r--r--activemodel/activemodel.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/activemodel.gemspec b/activemodel/activemodel.gemspec
index 260ad01b65..49f664bf89 100644
--- a/activemodel/activemodel.gemspec
+++ b/activemodel/activemodel.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.email = 'david@loudthinking.com'
s.homepage = 'http://www.rubyonrails.org'
- s.files = Dir['CHANGELOG', 'MIT-LICENSE', 'README.rdoc', 'lib/**/*']
+ s.files = Dir['CHANGELOG.md', 'MIT-LICENSE', 'README.rdoc', 'lib/**/*']
s.require_path = 'lib'
s.add_dependency('activesupport', version)