Skip to content

Commit 3d86962

Browse files
committed
Rename to knife-inspect
1 parent 90a02fc commit 3d86962

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ $:.push File.expand_path("../lib", __FILE__)
33
require "health_inspector/version"
44

55
Gem::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")

0 commit comments

Comments
 (0)