avro 1.10.1 → 1.11.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: avro
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.1
4
+ version: 1.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Apache Software Foundation
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-18 00:00:00.000000000 Z
11
+ date: 2022-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -16,34 +16,20 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1'
19
+ version: '1.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1'
26
+ version: '1.0'
27
27
  description: Avro is a data serialization and RPC format
28
28
  email: dev@avro.apache.org
29
29
  executables: []
30
30
  extensions: []
31
- extra_rdoc_files:
32
- - CHANGELOG
33
- - LICENSE
34
- - lib/avro.rb
35
- - lib/avro/VERSION.txt
36
- - lib/avro/data_file.rb
37
- - lib/avro/io.rb
38
- - lib/avro/ipc.rb
39
- - lib/avro/logical_types.rb
40
- - lib/avro/protocol.rb
41
- - lib/avro/schema.rb
42
- - lib/avro/schema_compatibility.rb
43
- - lib/avro/schema_normalization.rb
44
- - lib/avro/schema_validator.rb
31
+ extra_rdoc_files: []
45
32
  files:
46
- - CHANGELOG
47
33
  - LICENSE
48
34
  - Manifest
49
35
  - NOTICE
@@ -82,8 +68,13 @@ files:
82
68
  homepage: https://avro.apache.org/
83
69
  licenses:
84
70
  - Apache-2.0
85
- metadata: {}
86
- post_install_message:
71
+ metadata:
72
+ homepage_uri: https://avro.apache.org/
73
+ bug_tracker_uri: https://issues.apache.org/jira/browse/AVRO
74
+ source_code_uri: https://github.com/apache/avro
75
+ documentation_uri: https://avro.apache.org/docs/1.11.1/
76
+ rubygems_mfa_required: 'true'
77
+ post_install_message:
87
78
  rdoc_options:
88
79
  - "--line-numbers"
89
80
  - "--title"
@@ -94,27 +85,33 @@ required_ruby_version: !ruby/object:Gem::Requirement
94
85
  requirements:
95
86
  - - ">="
96
87
  - !ruby/object:Gem::Version
97
- version: '0'
88
+ version: '2.6'
98
89
  required_rubygems_version: !ruby/object:Gem::Requirement
99
90
  requirements:
100
91
  - - ">="
101
92
  - !ruby/object:Gem::Version
102
- version: '1.2'
93
+ version: '0'
103
94
  requirements: []
104
- rubyforge_project: avro
105
- rubygems_version: 2.5.2.1
106
- signing_key:
95
+ rubygems_version: 3.1.2
96
+ signing_key:
107
97
  specification_version: 4
108
98
  summary: Apache Avro for Ruby
109
99
  test_files:
110
- - test/test_schema.rb
111
- - test/test_socket_transport.rb
100
+ - test/case_finder.rb
101
+ - test/random_data.rb
102
+ - test/sample_ipc_client.rb
103
+ - test/sample_ipc_http_client.rb
104
+ - test/sample_ipc_http_server.rb
105
+ - test/sample_ipc_server.rb
106
+ - test/test_datafile.rb
107
+ - test/test_fingerprints.rb
108
+ - test/test_help.rb
112
109
  - test/test_io.rb
113
110
  - test/test_logical_types.rb
114
- - test/test_help.rb
115
- - test/test_datafile.rb
116
111
  - test/test_protocol.rb
117
- - test/test_schema_validator.rb
112
+ - test/test_schema.rb
118
113
  - test/test_schema_compatibility.rb
119
114
  - test/test_schema_normalization.rb
120
- - test/test_fingerprints.rb
115
+ - test/test_schema_validator.rb
116
+ - test/test_socket_transport.rb
117
+ - test/tool.rb
data/CHANGELOG DELETED
@@ -1 +0,0 @@
1
- v0.0.1 stuff