avro-patches 0.1.0.rc0 → 0.1.0
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.
- checksums.yaml +4 -4
- data/README.md +3 -0
- data/lib/avro-patches/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e27ae4a91d001f377ddce29a8b2b4c6b10fb143c
|
|
4
|
+
data.tar.gz: f869f474d9baa39737b33d686bd50b6f08f20eae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d7a84490ba988ac5a9fb3c6146465f74578b383af85ae91d1d6a3580096216dc0e071c827be1d15e3b7065d2cdb71fffa659765a57c0c37667a6bf4988e3eee6
|
|
7
|
+
data.tar.gz: 70740d128af9aed6bbab211477b7dd8c4cd359c71e6319249e8f5c3876f91e743986bbd93576e501e1e7f6ceabc0d1a664bc29fa4d9b3712397add89f425d73e
|
data/README.md
CHANGED
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
This gem contains patches to the official [Apache Avro](https://avro.apache.org/)
|
|
4
4
|
Ruby gem v1.8.2.
|
|
5
5
|
|
|
6
|
+
We have attempted to follow the coding conventions used in the official `avro`
|
|
7
|
+
repo.
|
|
8
|
+
|
|
6
9
|
The following pending or unreleased changes are included:
|
|
7
10
|
- [AVRO-1886: Add validation messages](https://github.com/apache/avro/pull/111)
|
|
8
11
|
- [AVRO-1695: Ruby support for logical types revisited](https://github.com/apache/avro/pull/116)
|
data/lib/avro-patches/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: avro-patches
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.0
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Salsify, Inc
|
|
@@ -132,9 +132,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
132
132
|
version: '0'
|
|
133
133
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
134
134
|
requirements:
|
|
135
|
-
- - "
|
|
135
|
+
- - ">="
|
|
136
136
|
- !ruby/object:Gem::Version
|
|
137
|
-
version:
|
|
137
|
+
version: '0'
|
|
138
138
|
requirements: []
|
|
139
139
|
rubyforge_project:
|
|
140
140
|
rubygems_version: 2.6.12
|