aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/activesupport.gemspec
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2012-12-09 17:14:27 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2012-12-09 17:14:27 -0700
commit8110035623b6a2415d9160f98ab1c9816c5c325c (patch)
treef9f6c8d40281cc8435e3a00ddabe05739bfe40fe /activesupport/activesupport.gemspec
parentcff747d304f008c103a7ba92440400a9a0848bee (diff)
downloadrails-8110035623b6a2415d9160f98ab1c9816c5c325c.tar.gz
rails-8110035623b6a2415d9160f98ab1c9816c5c325c.tar.bz2
rails-8110035623b6a2415d9160f98ab1c9816c5c325c.zip
Revert "Omit directories from gemspec.files for RubyGems 2 compat."
Obviated by rubygems/rubygems@486ed83cc8e706069213c5d406122f4cfcca9e7f This reverts commit bb8923dee093b615615cdfb83b34d1b0bb254f25.
Diffstat (limited to 'activesupport/activesupport.gemspec')
-rw-r--r--activesupport/activesupport.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec
index 2c536cbd05..a4216d2cb4 100644
--- a/activesupport/activesupport.gemspec
+++ b/activesupport/activesupport.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', 'lib/**/*'].select { |path| File.file? path }
+ s.files = Dir['CHANGELOG.md', 'MIT-LICENSE', 'README.rdoc', 'lib/**/*']
s.require_path = 'lib'
s.rdoc_options.concat ['--encoding', 'UTF-8']