infoblox.gemspec in infoblox-0.0.10 vs infoblox.gemspec in infoblox-0.0.11

- 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 IPv4Addr, Network, and Host. } + 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.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) }