infoblox.gemspec in infoblox-0.0.6 vs infoblox.gemspec in infoblox-0.0.7

- old
+ new

@@ -7,12 +7,11 @@ spec.name = "infoblox" spec.version = Infoblox::VERSION spec.authors = ["Billy Reisinger"] spec.email = ["billy.reisinger@govdelivery.com"] spec.description = %q{A Ruby wrapper to the Infoblox WAPI} - spec.summary = %q{This gem is a Ruby interface to the Infoblox WAPI. Only a few operations are supported as of yet. - The gem comes with a bin script as well as library classes that can be used in application code.} - spec.homepage = "" + spec.summary = %q{This gem is a Ruby interface to the Infoblox WAPI. Resources supported for REST operations include IPv4Addr, Network, and Host. } + spec.homepage = "https://github.com/govdelivery/infoblox" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})