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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f5f260a70b867406ed25e517f37a3830674d2518
4
- data.tar.gz: 3574d8e9dcfc41c7bb33eec6957b9d5f6fd5dc74
3
+ metadata.gz: e27ae4a91d001f377ddce29a8b2b4c6b10fb143c
4
+ data.tar.gz: f869f474d9baa39737b33d686bd50b6f08f20eae
5
5
  SHA512:
6
- metadata.gz: 5b063beb14f653c46b0921cb2cfcb99961e63e782167a5f0c66a54875cc8b1e9aa3d953be562829ca02961c3976576e5f20f7c7c5fd0a12ea0905dedfcb820be
7
- data.tar.gz: 1e30342006998a39a3f4be96cfe94ada879b94c0b12deeb38656c9fdfe5b3859a0333ea822dd08d3b1d3ed4874a04726df76e771df214892eb87c06ce19c76bc
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)
@@ -1,3 +1,3 @@
1
1
  module AvroPatches
2
- VERSION = '0.1.0.rc0'.freeze
2
+ VERSION = '0.1.0'.freeze
3
3
  end
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.rc0
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: 1.3.1
137
+ version: '0'
138
138
  requirements: []
139
139
  rubyforge_project:
140
140
  rubygems_version: 2.6.12