infoblox.gemspec in infoblox-0.2.6 vs infoblox.gemspec in infoblox-0.2.7

- old
+ new

@@ -7,10 +7,10 @@ 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. Resources supported for REST operations include CNAME, Host, HostIpv4addr, Ipv4addr, Network, and NewtorkContainer. } + spec.summary = %q{This gem is a Ruby interface to the Infoblox WAPI. Using the gem, you can query, create, update, and delete DNS records in your Infoblox instance.} 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) }