infoblox.gemspec in infoblox-0.0.1 vs infoblox.gemspec in infoblox-0.0.2

- old
+ new

@@ -7,10 +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.} + 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.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }