summaryrefslogtreecommitdiff
path: root/bundler.gemspec
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2011-04-11 12:35:55 -0700
committerAndre Arko <andre@arko.net>2011-04-11 12:35:55 -0700
commitec4eacdbba6c8df1afe01d0dffecaf51b164d311 (patch)
tree34d3e5009f4b9ea5875821325f6d6c68cfe072c8 /bundler.gemspec
parent814de81e878a029b6974956721094fe791ccddcd (diff)
parenta250f48707d770074862621b8842141f3741c82d (diff)
downloadbundler-ec4eacdbba6c8df1afe01d0dffecaf51b164d311.tar.gz
Merge branch '1-0-stable'
Conflicts: CHANGELOG.md lib/bundler/cli.rb lib/bundler/index.rb lib/bundler/version.rb
Diffstat (limited to 'bundler.gemspec')
-rw-r--r--bundler.gemspec5
1 files changed, 2 insertions, 3 deletions
diff --git a/bundler.gemspec b/bundler.gemspec
index ac55d6cc59..7f5a47a7de 100644
--- a/bundler.gemspec
+++ b/bundler.gemspec
@@ -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}
@@ -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