提交 626086a3 编写于 作者: C claudiob

Revert "rails gem has no lib directory to require"

This reverts commit 6bcbd604.

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
上级 3e965e21
......@@ -18,7 +18,6 @@
s.bindir = 'bin'
s.executables = []
s.require_paths = []
s.files = Dir['guides/**/*']
s.add_dependency 'activesupport', version
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册