mirror of https://github.com/rails/rails
removes bindir from the rails gemspec
Nowadays the rails gem itself has no executables.
This commit is contained in:
parent
8db99d3be8
commit
1003f5bd6d
|
@ -16,9 +16,7 @@ Gem::Specification.new do |s|
|
|||
s.email = 'david@loudthinking.com'
|
||||
s.homepage = 'http://www.rubyonrails.org'
|
||||
|
||||
s.bindir = 'bin'
|
||||
s.executables = []
|
||||
s.files = ['README.rdoc'] + Dir['guides/**/*']
|
||||
s.files = ['README.rdoc'] + Dir['guides/**/*']
|
||||
|
||||
s.add_dependency 'activesupport', version
|
||||
s.add_dependency 'actionpack', version
|
||||
|
|
Loading…
Reference in New Issue