amqp-client.gemspec in amqp-client-1.1.4 vs amqp-client.gemspec in amqp-client-1.1.5
- old
+ new
@@ -7,11 +7,11 @@
spec.version = AMQP::Client::VERSION
spec.authors = ["Carl Hörberg"]
spec.email = ["carl@cloudamqp.com"]
spec.summary = "AMQP 0-9-1 client"
- spec.description = "Work in progress"
+ spec.description = "Modern AMQP 0-9-1 Ruby client"
spec.homepage = "https://github.com/cloudamqp/amqp-client.rb"
spec.license = "MIT"
spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0")
spec.metadata["homepage_uri"] = spec.homepage
@@ -24,12 +24,6 @@
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) }
end
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
-
- # Uncomment to register a new dependency of your gem
- # spec.add_dependency "example-gem", "~> 1.0"
-
- # For more information and examples about making a new gem, checkout our
- # guide at: https://bundler.io/guides/creating_gem.html
end