async-container.gemspec in async-container-0.6.1 vs async-container.gemspec in async-container-0.7.0

- old
+ new

@@ -1,6 +1,6 @@ -# -*- encoding: utf-8 -*- + require_relative 'lib/async/container/version' Gem::Specification.new do |spec| spec.name = "async-container" spec.version = Async::Container::VERSION @@ -15,10 +15,9 @@ spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}).map{ |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] - spec.has_rdoc = "yard" spec.required_ruby_version = "~> 2.0" spec.add_runtime_dependency "async", "~> 1.0" spec.add_runtime_dependency "async-io", "~> 1.4"