avrolution 0.6.0 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/CHANGELOG.md +3 -0
- data/lib/avrolution/rake/base_task.rb +2 -0
- data/lib/avrolution/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: a60d138ea94bef80fc7e6e204db90d638962237c
|
4
|
+
data.tar.gz: ca641ccae1575c950d83aad7465af8c58430deec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e7e03245347e4e13f7ca338a5b7f8479f6dc68e3e7a148bdec2ebc553a1f4124e106622568adfa60ba1845b6dea53a5a94f413d4a9f9e96a196bc557828c067d
|
7
|
+
data.tar.gz: dd85068a9695f2dc3c043d12a94c53e8294ca41020856836bfa392ecfc866e8d139a049be99c007f0b311b9d99dd3e02651d6dc0d5733fb3534bb30735ed09a0
|
data/CHANGELOG.md
CHANGED
data/lib/avrolution/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: avrolution
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Salsify, Inc
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-05-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -278,7 +278,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
278
278
|
version: '0'
|
279
279
|
requirements: []
|
280
280
|
rubyforge_project:
|
281
|
-
rubygems_version: 2.
|
281
|
+
rubygems_version: 2.6.14
|
282
282
|
signing_key:
|
283
283
|
specification_version: 4
|
284
284
|
summary: Support for the evolution of Avro schemas stored in a schema registry.
|