Skip to content

Commit

Permalink
Merge pull request #69 from mbrukman/gemspec
Browse files Browse the repository at this point in the history
Change homepage to the GitHub repo.
  • Loading branch information
erjohnso committed Jul 20, 2015
2 parents 016e575 + 5b1b9c4 commit fae5865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knife-google.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = ["README.md", "LICENSE", "CONTRIB.md" ]
s.summary = "Manage Google Compute Engine servers, disks, and zones"
s.description = "Google Compute Engine Support for Chef's Knife Command"
s.homepage = "http://docs.chef.io/"
s.homepage = "https://github.com/chef/knife-google"

s.add_dependency 'chef', '~> 12.0'
s.add_dependency 'extlib', '~> 0.9' # google-api-ruby-client
Expand Down

0 comments on commit fae5865

Please sign in to comment.