avro.gemspec in avro-1.8.2 vs avro.gemspec in avro-1.9.0
- old
+ new
@@ -1,35 +1,35 @@
# -*- encoding: utf-8 -*-
-# stub: avro 1.8.2 ruby lib
+# stub: avro 1.9.0 ruby lib
Gem::Specification.new do |s|
- s.name = "avro"
- s.version = "1.8.2"
+ s.name = "avro".freeze
+ s.version = "1.9.0"
- s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
- s.require_paths = ["lib"]
- s.authors = ["Apache Software Foundation"]
- s.date = "2017-05-07"
- s.description = "Avro is a data serialization and RPC format"
- s.email = "dev@avro.apache.org"
- s.extra_rdoc_files = ["CHANGELOG", "LICENSE", "lib/avro.rb", "lib/avro/data_file.rb", "lib/avro/io.rb", "lib/avro/ipc.rb", "lib/avro/protocol.rb", "lib/avro/schema.rb", "lib/avro/schema_normalization.rb"]
- s.files = ["CHANGELOG", "LICENSE", "Manifest", "NOTICE", "Rakefile", "avro.gemspec", "interop/test_interop.rb", "lib/avro.rb", "lib/avro/data_file.rb", "lib/avro/io.rb", "lib/avro/ipc.rb", "lib/avro/protocol.rb", "lib/avro/schema.rb", "lib/avro/schema_normalization.rb", "test/case_finder.rb", "test/random_data.rb", "test/sample_ipc_client.rb", "test/sample_ipc_http_client.rb", "test/sample_ipc_http_server.rb", "test/sample_ipc_server.rb", "test/test_datafile.rb", "test/test_fingerprints.rb", "test/test_help.rb", "test/test_io.rb", "test/test_protocol.rb", "test/test_schema.rb", "test/test_schema_normalization.rb", "test/test_socket_transport.rb", "test/tool.rb"]
- s.homepage = "http://avro.apache.org/"
- s.licenses = ["Apache License 2.0 (Apache-2.0)"]
- s.rdoc_options = ["--line-numbers", "--title", "Avro"]
- s.rubyforge_project = "avro"
- s.rubygems_version = "2.2.2"
- s.summary = "Apache Avro for Ruby"
- s.test_files = ["test/test_datafile.rb", "test/test_fingerprints.rb", "test/test_help.rb", "test/test_io.rb", "test/test_protocol.rb", "test/test_schema.rb", "test/test_schema_normalization.rb", "test/test_socket_transport.rb"]
+ s.required_rubygems_version = Gem::Requirement.new(">= 1.2".freeze) if s.respond_to? :required_rubygems_version=
+ s.require_paths = ["lib".freeze]
+ s.authors = ["Apache Software Foundation".freeze]
+ s.date = "2019-05-21"
+ s.description = "Avro is a data serialization and RPC format".freeze
+ s.email = "dev@avro.apache.org".freeze
+ s.extra_rdoc_files = ["CHANGELOG".freeze, "LICENSE".freeze, "lib/avro.rb".freeze, "lib/avro/data_file.rb".freeze, "lib/avro/io.rb".freeze, "lib/avro/ipc.rb".freeze, "lib/avro/logical_types.rb".freeze, "lib/avro/protocol.rb".freeze, "lib/avro/schema.rb".freeze, "lib/avro/schema_compatibility.rb".freeze, "lib/avro/schema_normalization.rb".freeze, "lib/avro/schema_validator.rb".freeze]
+ s.files = ["CHANGELOG".freeze, "LICENSE".freeze, "Manifest".freeze, "NOTICE".freeze, "Rakefile".freeze, "avro.gemspec".freeze, "interop/test_interop.rb".freeze, "lib/avro.rb".freeze, "lib/avro/data_file.rb".freeze, "lib/avro/io.rb".freeze, "lib/avro/ipc.rb".freeze, "lib/avro/logical_types.rb".freeze, "lib/avro/protocol.rb".freeze, "lib/avro/schema.rb".freeze, "lib/avro/schema_compatibility.rb".freeze, "lib/avro/schema_normalization.rb".freeze, "lib/avro/schema_validator.rb".freeze, "test/case_finder.rb".freeze, "test/random_data.rb".freeze, "test/sample_ipc_client.rb".freeze, "test/sample_ipc_http_client.rb".freeze, "test/sample_ipc_http_server.rb".freeze, "test/sample_ipc_server.rb".freeze, "test/test_datafile.rb".freeze, "test/test_fingerprints.rb".freeze, "test/test_help.rb".freeze, "test/test_io.rb".freeze, "test/test_logical_types.rb".freeze, "test/test_protocol.rb".freeze, "test/test_schema.rb".freeze, "test/test_schema_compatibility.rb".freeze, "test/test_schema_normalization.rb".freeze, "test/test_schema_validator.rb".freeze, "test/test_socket_transport.rb".freeze, "test/tool.rb".freeze]
+ s.homepage = "http://avro.apache.org/".freeze
+ s.licenses = ["Apache License 2.0 (Apache-2.0)".freeze]
+ s.rdoc_options = ["--line-numbers".freeze, "--title".freeze, "Avro".freeze]
+ s.rubyforge_project = "avro".freeze
+ s.rubygems_version = "2.5.2.1".freeze
+ s.summary = "Apache Avro for Ruby".freeze
+ s.test_files = ["test/test_schema_validator.rb".freeze, "test/test_help.rb".freeze, "test/test_schema_normalization.rb".freeze, "test/test_datafile.rb".freeze, "test/test_schema.rb".freeze, "test/test_io.rb".freeze, "test/test_socket_transport.rb".freeze, "test/test_schema_compatibility.rb".freeze, "test/test_logical_types.rb".freeze, "test/test_fingerprints.rb".freeze, "test/test_protocol.rb".freeze]
if s.respond_to? :specification_version then
s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
- s.add_runtime_dependency(%q<multi_json>, [">= 0"])
+ s.add_runtime_dependency(%q<multi_json>.freeze, [">= 0"])
else
- s.add_dependency(%q<multi_json>, [">= 0"])
+ s.add_dependency(%q<multi_json>.freeze, [">= 0"])
end
else
- s.add_dependency(%q<multi_json>, [">= 0"])
+ s.add_dependency(%q<multi_json>.freeze, [">= 0"])
end
end