summaryrefslogtreecommitdiff
path: root/lib/bundler/source
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-28 09:26:51 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-28 13:19:44 +0200
commit3717fa176255caad57e1cb2a54836910f83bb805 (patch)
tree8546da203bd9431002616071b709366c12aa6fb2 /lib/bundler/source
parent8452e246540fed81ab24c59f07edd6876a6d330b (diff)
downloadbundler-3717fa176255caad57e1cb2a54836910f83bb805.tar.gz
Fix more specs on an environment with bundler head as a default gemfix_specs_with_bundler_master_installed_globally
Diffstat (limited to 'lib/bundler/source')
-rw-r--r--lib/bundler/source/metadata.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bundler/source/metadata.rb b/lib/bundler/source/metadata.rb
index 0c96399b0e..0867879861 100644
--- a/lib/bundler/source/metadata.rb
+++ b/lib/bundler/source/metadata.rb
@@ -18,6 +18,8 @@ module Bundler
s.source = self
s.authors = ["bundler team"]
s.bindir = "exe"
+ s.homepage = "https://bundler.io"
+ s.summary = "The best way to manage your application's dependencies"
s.executables = %w[bundle]
# can't point to the actual gemspec or else the require paths will be wrong
s.loaded_from = File.expand_path("..", __FILE__)