avro-resolution_canonical_form 0.1.0 → 0.2.0.rc0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dd4c9bcb8a8a9547bdf86e07f176653c6f652eef
4
- data.tar.gz: e9cdf593af4a7d544730b7f0861af33380a19418
3
+ metadata.gz: e3a891f4634cd531bf9c02da8ddb96ebe4af73c5
4
+ data.tar.gz: e9fd75be17548ff83f51fce2247993e7c53e27a7
5
5
  SHA512:
6
- metadata.gz: 82d0029b499e6094121baaefc687ed60d5dcdeb94aec258b625d38edbaa6ca44b86c9c8e194fb3af30b1f5af1b4105020118fc8d0978eef0e8dd505ac4a1cc18
7
- data.tar.gz: def105ef3ab398094c5110a2505dd3f61f89296e74f00fbc6f500f85257cd327c362f337b946dcceeaea8c34310afc2e3a900f8eafe3918b823d9ea5cc1afb3e
6
+ metadata.gz: be0493995a0180f21ab2147d1507da94f6a2c307454f433dfb4d0c83c88304e0ecfb97be2e720d8257a9e1b4d1559ccfa63496979d36114c0b29087dd66e2d13
7
+ data.tar.gz: c22b373b923101bb56602d89f347115e241abef071ae34d03b3ffaaedcf3d66ba3593776e6ab2a613e25b4cd8e2197876e084a7f26a333caa56790085f15753d
data/CHANGELOG.md CHANGED
@@ -1,4 +1,7 @@
1
1
  # avro-resolution_canonical_form
2
2
 
3
+ ## v0.2.0
4
+ - Require `avro-patches` instead of `avro-salsify-fork`.
5
+
3
6
  ## v0.1.0
4
7
  - Initial version
data/README.md CHANGED
@@ -34,13 +34,12 @@ to include `default` and `aliases` attributes:
34
34
 
35
35
  ## Ruby Support
36
36
 
37
- This currently gem requires the [avro-salsify-fork](https://github.com/salsify/avro)
38
- gem due to a bug in the Avro Ruby gem support for defaults. The fix for this issue
39
- will be included in Avro v1.8.2.
37
+ This currently gem requires the [avro-patches](https://github.com/salsify/avro-patches)
38
+ gem.
40
39
 
41
40
  ### Aliases
42
41
 
43
- The Avro Ruby gem, including the avro-salsify-fork, does not yet include support
42
+ The Avro Ruby gem, including the avro-patches, does not yet include support
44
43
  for aliases. Aliases are included in the specification of the Resolution Canonical
45
44
  Form above, but not yet supported by this gem.
46
45
 
@@ -1,4 +1,5 @@
1
1
  # coding: utf-8
2
+
2
3
  lib = File.expand_path('../lib', __FILE__)
3
4
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
5
  require 'avro-resolution_canonical_form/version'
@@ -33,5 +34,5 @@ Gem::Specification.new do |spec|
33
34
  spec.add_development_dependency 'salsify_rubocop', '~> 0.46.0'
34
35
  spec.add_development_dependency 'overcommit'
35
36
  spec.add_development_dependency 'simplecov'
36
- spec.add_runtime_dependency 'avro-salsify-fork', '>= 1.9.0.5'
37
+ spec.add_runtime_dependency 'avro-patches'
37
38
  end
@@ -1,3 +1,3 @@
1
1
  module AvroResolutionCanonicalForm
2
- VERSION = '0.1.0'.freeze
2
+ VERSION = '0.2.0.rc0'.freeze
3
3
  end
@@ -1,4 +1,4 @@
1
- require 'avro'
1
+ require 'avro-patches'
2
2
 
3
3
  module Avro
4
4
  class ResolutionCanonicalForm < SchemaNormalization
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: avro-resolution_canonical_form
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0.rc0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Salsify, Inc
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-14 00:00:00.000000000 Z
11
+ date: 2017-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -95,19 +95,19 @@ dependencies:
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
97
  - !ruby/object:Gem::Dependency
98
- name: avro-salsify-fork
98
+ name: avro-patches
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
101
  - - ">="
102
102
  - !ruby/object:Gem::Version
103
- version: 1.9.0.5
103
+ version: '0'
104
104
  type: :runtime
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - ">="
109
109
  - !ruby/object:Gem::Version
110
- version: 1.9.0.5
110
+ version: '0'
111
111
  description: Unique identification of Avro schemas for schema resolution
112
112
  email:
113
113
  - engineering@salsify.com
@@ -150,12 +150,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
150
150
  version: '0'
151
151
  required_rubygems_version: !ruby/object:Gem::Requirement
152
152
  requirements:
153
- - - ">="
153
+ - - ">"
154
154
  - !ruby/object:Gem::Version
155
- version: '0'
155
+ version: 1.3.1
156
156
  requirements: []
157
157
  rubyforge_project:
158
- rubygems_version: 2.6.10
158
+ rubygems_version: 2.6.12
159
159
  signing_key:
160
160
  specification_version: 4
161
161
  summary: Unique identification of Avro schemas for schema resolution