aboutsummaryrefslogtreecommitdiffstats
path: root/bundler.gemspec
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-06-21 00:58:04 -0700
committerwycats <wycats@gmail.com>2010-06-29 14:53:20 -0700
commit74c85bca6db7c6280a6bb7548043ff74fb55173d (patch)
treeeb795e826ec10ed5750cb184bca3fabc45491f5a /bundler.gemspec
parent16fd4ac50953d06ba0d2b16a686347ed5992705b (diff)
downloadbundler-74c85bca6db7c6280a6bb7548043ff74fb55173d.tar.gz
omg we actually have a homepage now
Diffstat (limited to 'bundler.gemspec')
-rw-r--r--bundler.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundler.gemspec b/bundler.gemspec
index 65d6b6e2..a05fabad 100644
--- a/bundler.gemspec
+++ b/bundler.gemspec
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.authors = ["Carl Lerche", "Yehuda Katz", "André Arko"]
s.email = ["carlhuda@engineyard.com"]
- s.homepage = "http://github.com/carlhuda/bundler"
+ s.homepage = "http://gembundler.com"
s.summary = "The best way to manage your application's dependencies"
s.description = "Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably"