aboutsummaryrefslogtreecommitdiffstats
path: root/rails.gemspec
diff options
context:
space:
mode:
authorclaudiob <claudiob@gmail.com>2012-11-28 10:20:54 -0800
committerclaudiob <claudiob@gmail.com>2012-11-28 10:20:54 -0800
commit626086a3c6753f953c01351d905445e37a6d40e3 (patch)
tree41704cd9cf5dc5c68ba0e4e2d25ba7812f4dcc47 /rails.gemspec
parent3e965e2144d515499c3c94de7973cf0bd84649e2 (diff)
downloadrails-626086a3c6753f953c01351d905445e37a6d40e3.tar.gz
rails-626086a3c6753f953c01351d905445e37a6d40e3.tar.bz2
rails-626086a3c6753f953c01351d905445e37a6d40e3.zip
Revert "rails gem has no lib directory to require"
This reverts commit 6bcbd6046f82c5f0114249a6b725f9679a140b9a. The default value for require_paths is ['lib'], and Rails does not need to include any lib/ file to build the gem, so the previous commit 'makes sense'. However, gems will not be built at all if require_paths is empty (see https://gist.github.com/1065473), so it's better to stick with the default, which does not have any side-effects
Diffstat (limited to 'rails.gemspec')
-rw-r--r--rails.gemspec1
1 files changed, 0 insertions, 1 deletions
diff --git a/rails.gemspec b/rails.gemspec
index ef25cca07a..ba94354bf1 100644
--- a/rails.gemspec
+++ b/rails.gemspec
@@ -18,7 +18,6 @@ Gem::Specification.new do |s|
s.bindir = 'bin'
s.executables = []
- s.require_paths = []
s.files = Dir['guides/**/*']
s.add_dependency 'activesupport', version