File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ $:.push File.expand_path("../lib", __FILE__)
33require "health_inspector/version"
44
55Gem ::Specification . new do |s |
6- s . name = "health_inspector "
6+ s . name = "knife-inspect "
77 s . version = HealthInspector ::VERSION
88 s . authors = [ "Ben Marini" ]
99 s . email = [ "bmarini@gmail.com" ]
10- s . homepage = "https://github.com/bmarini/health_inspector "
11- s . summary = %q{A tool to inspect your chef repo as is compares to what is on your chef server}
12- s . description = %q{A tool to inspect your chef repo as is compares to what is on your chef server}
10+ s . homepage = "https://github.com/bmarini/knife-inspect "
11+ s . summary = %q{Inspect your chef repo as is compares to what is on your chef server}
12+ s . description = %q{Inspect your chef repo as is compares to what is on your chef server}
1313
14- s . rubyforge_project = "health_inspector "
14+ s . rubyforge_project = "knife-inspect "
1515
1616 s . files = `git ls-files` . split ( "\n " )
1717 s . test_files = `git ls-files -- {test,spec,features}/*` . split ( "\n " )
You can’t perform that action at this time.
0 commit comments