aboutsummaryrefslogtreecommitdiffstats
path: root/rails.gemspec
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-09-12 09:05:11 -0700
committerJosé Valim <jose.valim@gmail.com>2011-09-12 09:05:11 -0700
commit11fa70dd0903a75f2a507dd609ea640e8ec99373 (patch)
tree43466e22a3d1e6dc119b00fe08dff9ca1f2b8dae /rails.gemspec
parent63082af306b3da34a5c888d19eef7314a4ef06e6 (diff)
downloadrails-11fa70dd0903a75f2a507dd609ea640e8ec99373.tar.gz
rails-11fa70dd0903a75f2a507dd609ea640e8ec99373.tar.bz2
rails-11fa70dd0903a75f2a507dd609ea640e8ec99373.zip
Just provide the executable for railtie. This should be fine since Rubygems now warns before overriding them.
Diffstat (limited to 'rails.gemspec')
-rw-r--r--rails.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/rails.gemspec b/rails.gemspec
index bb3fe85c2b..3377b4e175 100644
--- a/rails.gemspec
+++ b/rails.gemspec
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.homepage = 'http://www.rubyonrails.org'
s.bindir = 'bin'
- s.executables = ['rails']
+ s.executables = []
s.add_dependency('activesupport', version)
s.add_dependency('actionpack', version)