Skip to content

Commit

Permalink
update homepage to reflect current repository
Browse files Browse the repository at this point in the history
  • Loading branch information
erikh committed Nov 13, 2012
1 parent 4386abe commit 8dc9fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knife-dsl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
gem.email = ["erik+github@hollensbe.org"]
gem.description = %q{A small library that lets you drive Chef's 'knife' programmatically}
gem.summary = %q{A small library that lets you drive Chef's 'knife' programmatically}
gem.homepage = ""
gem.homepage = "https://github.com/hoteltonight/knife-dsl"

gem.files = `git ls-files`.split($/)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
Expand Down

0 comments on commit 8dc9fe4

Please sign in to comment.