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 +4 -4
- data/CHANGELOG.md +3 -0
- data/README.md +3 -4
- data/avro-resolution_canonical_form.gemspec +2 -1
- data/lib/avro-resolution_canonical_form/version.rb +1 -1
- data/lib/avro/resolution_canonical_form.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e3a891f4634cd531bf9c02da8ddb96ebe4af73c5
|
4
|
+
data.tar.gz: e9fd75be17548ff83f51fce2247993e7c53e27a7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: be0493995a0180f21ab2147d1507da94f6a2c307454f433dfb4d0c83c88304e0ecfb97be2e720d8257a9e1b4d1559ccfa63496979d36114c0b29087dd66e2d13
|
7
|
+
data.tar.gz: c22b373b923101bb56602d89f347115e241abef071ae34d03b3ffaaedcf3d66ba3593776e6ab2a613e25b4cd8e2197876e084a7f26a333caa56790085f15753d
|
data/CHANGELOG.md
CHANGED
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-
|
38
|
-
gem
|
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-
|
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-
|
37
|
+
spec.add_runtime_dependency 'avro-patches'
|
37
38
|
end
|
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.
|
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-
|
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-
|
98
|
+
name: avro-patches
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
100
100
|
requirements:
|
101
101
|
- - ">="
|
102
102
|
- !ruby/object:Gem::Version
|
103
|
-
version:
|
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:
|
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:
|
155
|
+
version: 1.3.1
|
156
156
|
requirements: []
|
157
157
|
rubyforge_project:
|
158
|
-
rubygems_version: 2.6.
|
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
|