avro-patches 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/.travis.yml +3 -3
- data/CHANGELOG.md +3 -0
- data/LICENSE.txt +1 -1
- data/README.md +6 -1
- data/avro-patches.gemspec +1 -1
- data/lib/avro-patches/version.rb +1 -1
- metadata +11 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5ab97ff8096a5d3766060f032bb4c6353c3a75db166bc614600f5b2aaf47b562
|
4
|
+
data.tar.gz: fcf03049a35dd9749707f8fbdab7f72708542f8021f6cf5fa913f68e9a4922c1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '080c06fd086b55054d51fe669796eb41a2fb018c62f4c48b88d48e124a5f6ffea7ed12d67f9d3df4080e49ab3d78c0c74483809136c21c7819862eb69bd03e54'
|
7
|
+
data.tar.gz: 780fbae03b8f58cad17ae71922c8719403e7b30a73925a1b7c3debbe581ba86cdac59887ddff47150bfb9ce419ac5a0e023c84f3ac26c37a99de87f497eb2ba1
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.5.
|
1
|
+
2.5.8
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
# avro-patches
|
2
2
|
|
3
|
-
## Avro v1.
|
3
|
+
## Avro v1.10.0
|
4
|
+
|
5
|
+
This gem is compatible with Avro v1.10.0 and does not contain any patches for
|
6
|
+
that version.
|
7
|
+
|
8
|
+
## Avro v1.9.x
|
4
9
|
|
5
10
|
After the official release of [Apache Avro](https://avro.apache.org/) v1.9.0 this
|
6
11
|
gem non longer contains any patches. This version is being released as a compatibility
|
data/avro-patches.gemspec
CHANGED
data/lib/avro-patches/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: avro-patches
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Salsify, Inc
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-06-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -73,9 +73,9 @@ dependencies:
|
|
73
73
|
- - ">="
|
74
74
|
- !ruby/object:Gem::Version
|
75
75
|
version: 1.9.0
|
76
|
-
- - "
|
76
|
+
- - "<"
|
77
77
|
- !ruby/object:Gem::Version
|
78
|
-
version: 1.
|
78
|
+
version: '1.11'
|
79
79
|
type: :runtime
|
80
80
|
prerelease: false
|
81
81
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -83,9 +83,9 @@ dependencies:
|
|
83
83
|
- - ">="
|
84
84
|
- !ruby/object:Gem::Version
|
85
85
|
version: 1.9.0
|
86
|
-
- - "
|
86
|
+
- - "<"
|
87
87
|
- !ruby/object:Gem::Version
|
88
|
-
version: 1.
|
88
|
+
version: '1.11'
|
89
89
|
description: Patches for the official Apache Avro Ruby implementation
|
90
90
|
email:
|
91
91
|
- engineering@salsify.com
|
@@ -113,7 +113,7 @@ licenses:
|
|
113
113
|
- MIT
|
114
114
|
metadata:
|
115
115
|
allowed_push_host: https://rubygems.org
|
116
|
-
post_install_message:
|
116
|
+
post_install_message:
|
117
117
|
rdoc_options: []
|
118
118
|
require_paths:
|
119
119
|
- lib
|
@@ -128,8 +128,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
128
128
|
- !ruby/object:Gem::Version
|
129
129
|
version: '0'
|
130
130
|
requirements: []
|
131
|
-
|
132
|
-
|
131
|
+
rubyforge_project:
|
132
|
+
rubygems_version: 2.7.6.2
|
133
|
+
signing_key:
|
133
134
|
specification_version: 4
|
134
135
|
summary: Patches for the official Apache Avro Ruby implementation
|
135
136
|
test_files: []
|