Skip to content

Commit

Permalink
The rails gem doesn't have a lib directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeltrix committed Jul 4, 2011
1 parent c314203 commit 3001728
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ Gem::Specification.new do |s|
s.homepage = 'http://www.rubyonrails.org'
s.rubyforge_project = 'rails'

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)
Expand Down

0 comments on commit 3001728

Please sign in to comment.