aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/activerecord.gemspec
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2013-03-18 20:35:49 +0100
committerXavier Noria <fxn@hashref.com>2013-03-18 20:36:32 +0100
commitc24528fbc94dea9946a563be3bed9559583bdc57 (patch)
tree9111d34334de5f77586bbca41d9ba79d00b83c89 /activerecord/activerecord.gemspec
parent2a5521eff8acd1bbe2176076c5c8f2fff186f5a2 (diff)
downloadrails-c24528fbc94dea9946a563be3bed9559583bdc57.tar.gz
rails-c24528fbc94dea9946a563be3bed9559583bdc57.tar.bz2
rails-c24528fbc94dea9946a563be3bed9559583bdc57.zip
instruct RDoc to only parse Ruby files under lib [Fixes #9779]
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 3e3475f709..b7b1460563 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/**/*', 'lib/**/*']
+ s.files = Dir['CHANGELOG.md', 'MIT-LICENSE', 'README.rdoc', 'examples/**/*.{rb,png}', 'lib/**/*.rb']
s.require_path = 'lib'
s.extra_rdoc_files = %w(README.rdoc)