mirror of
https://github.com/github/rails.git
synced 2026-01-09 22:58:02 -05:00
moved rails binary to rails gem, so rubygems can find specific versions of rails [#4382 state:resolved]
Signed-off-by: wycats <wycats@gmail.com>
This commit is contained in:
@@ -15,8 +15,9 @@ Gem::Specification.new do |s|
|
||||
s.homepage = 'http://www.rubyonrails.org'
|
||||
s.rubyforge_project = 'rails'
|
||||
|
||||
s.files = []
|
||||
s.require_path = []
|
||||
s.bindir = 'bin'
|
||||
s.executables = ['rails']
|
||||
s.default_executable = 'rails'
|
||||
|
||||
s.add_dependency('activesupport', version)
|
||||
s.add_dependency('actionpack', version)
|
||||
|
||||
Reference in New Issue
Block a user