knife-openstack.gemspec in knife-openstack-1.0.0 vs knife-openstack.gemspec in knife-openstack-1.1.0

- old
+ new

@@ -6,14 +6,14 @@ s.name = "knife-openstack" s.version = Knife::OpenStack::VERSION s.platform = Gem::Platform::RUBY s.has_rdoc = true s.extra_rdoc_files = ["README.md", "LICENSE" ] - s.authors = ["Clogeny"] - s.email = ["contact@clogeny.com"] - s.homepage = "https://github.com/opscode/knife-openstack" - s.summary = %q{OpenStack Compute Support for Chef's Knife Command} - s.description = %q{OpenStack Compute Support for Chef's Knife Command using knife-cloud gem} + s.authors = ["JJ Asghar"] + s.email = ["jj@chef.io"] + s.homepage = "https://github.com/chef/knife-openstack" + s.summary = %q{Chef Compute Support for Chef's Knife Command} + s.description = %q{Chef Compute Support for Chef's Knife Command using knife-cloud gem} s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"]