aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/activerecord.gemspec
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2013-03-18 21:18:36 +0100
committerXavier Noria <fxn@hashref.com>2013-03-18 21:19:47 +0100
commitddd2c75b2668d4a22681c0c39221bbdfb516cd06 (patch)
tree8fb68c62d984a7f9972f735c3512428dcfa79d3d /activerecord/activerecord.gemspec
parent8621b699177263592e2b127ba9625fed0b404587 (diff)
downloadrails-ddd2c75b2668d4a22681c0c39221bbdfb516cd06.tar.gz
rails-ddd2c75b2668d4a22681c0c39221bbdfb516cd06.tar.bz2
rails-ddd2c75b2668d4a22681c0c39221bbdfb516cd06.zip
Revert "instruct RDoc to only parse Ruby files under lib [Fixes #9779]"
This reverts commit c24528fbc94dea9946a563be3bed9559583bdc57.
Diffstat (limited to 'activerecord/activerecord.gemspec')
-rw-r--r--activerecord/activerecord.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/activerecord.gemspec b/activerecord/activerecord.gemspec
index b7b1460563..3e3475f709 100644
--- a/activerecord/activerecord.gemspec
+++ b/activerecord/activerecord.gemspec
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.email = 'david@loudthinking.com'
s.homepage = 'http://www.rubyonrails.org'
- s.files = Dir['CHANGELOG.md', 'MIT-LICENSE', 'README.rdoc', 'examples/**/*.{rb,png}', 'lib/**/*.rb']
+ s.files = Dir['CHANGELOG.md', 'MIT-LICENSE', 'README.rdoc', 'examples/**/*', 'lib/**/*']
s.require_path = 'lib'
s.extra_rdoc_files = %w(README.rdoc)