Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Remove deprecated default_executable, update email
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Apr 1, 2011
1 parent 25f802e commit b057fe1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bundler.gemspec
Expand Up @@ -8,8 +8,8 @@ Gem::Specification.new do |s|
s.name = "bundler"
s.version = Bundler::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Carl Lerche", "Yehuda Katz", "André Arko", "Terence Lee"]
s.email = ["carlhuda@engineyard.com"]
s.authors = ["André Arko", "Terence Lee", "Carl Lerche", "Yehuda Katz"]
s.email = ["andre@arko.net"]
s.homepage = "http://gembundler.com"
s.summary = %q{The best way to manage your application's dependencies}
s.description = %q{Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably}
Expand All @@ -25,6 +25,5 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split("\n") + man_files
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = %w(bundle)
s.default_executable = "bundle"
s.require_paths = ["lib"]
end

0 comments on commit b057fe1

Please sign in to comment.