From c24528fbc94dea9946a563be3bed9559583bdc57 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Mon, 18 Mar 2013 20:35:49 +0100 Subject: instruct RDoc to only parse Ruby files under lib [Fixes #9779] --- activerecord/activerecord.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord') 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) -- cgit v1.2.3