mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
The rails gem doesn't have a lib directory - closes #1958.
This commit is contained in:
parent
8c1bd05662
commit
e7fc5d1cad
1 changed files with 3 additions and 2 deletions
|
@ -14,8 +14,9 @@ Gem::Specification.new do |s|
|
|||
s.email = 'david@loudthinking.com'
|
||||
s.homepage = 'http://www.rubyonrails.org'
|
||||
|
||||
s.bindir = 'bin'
|
||||
s.executables = ['rails']
|
||||
s.bindir = 'bin'
|
||||
s.executables = ['rails']
|
||||
s.require_paths = []
|
||||
|
||||
s.add_dependency('activesupport', version)
|
||||
s.add_dependency('actionpack', version)
|
||||
|
|
Loading…
Reference in a new issue