avromatic 0.32.0.rc0 → 0.32.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
- SHA256:
3
- metadata.gz: 0017af435f0fc21a76680f24432fc7068f27a9a048b24e748784153c179efccd
4
- data.tar.gz: 29095ba588695b75be4faabbd7c0e51e42f0738fb8d5224f33802f451f072f8a
2
+ SHA1:
3
+ metadata.gz: db83c88fe3f792f10b7cde907caa0b77e2a0ce76
4
+ data.tar.gz: 2f27e065376ae2167ec50baca0907fc7fa15decd
5
5
  SHA512:
6
- metadata.gz: 375f90d488350a0a74b07a20ccb6c42cd8f613a2390d7d889702e37ce4a830f1972244cc69d1de6b29b77d29a387e4af55ebeb6a993648bd5daa63dde3a92048
7
- data.tar.gz: 4de0b09cb599d89362fbda7f26f0cc3d3cc01ea5ffd0b2faa71b4d4c4f17476fac31d5beb120a21513c6ebc2f087d82aa639c0289fcd18cd45fcc1194d0208be
6
+ metadata.gz: 16328ab60efa5cc65c32d384c1e2fecc7ebe4d7b92e4b36eb378bce0f6a1e053118fb96628be4cf1ab9bf53a488bdaf9ad5fad3d1fad3e26ecfb977f39ed1d2e
7
+ data.tar.gz: 51c155c02374503525f84c568caabe79a3b86d215e1c83cb1c97ede6d7e9b4571d017989e088a3502fb3ad547d8b6deab80f5484b6f3f90d51e2d66bc9af5d77
data/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # avromatic changelog
2
2
 
3
- ## v0.32.0 (unreleased)
3
+ ## v0.32.0
4
4
  - Improve partial assignment using a hash for records outside of unions.
5
5
  - Prevent invalid types from being assigned to primitives in unions.
6
6
  - Add validation that primitive attributes have the expected type.
@@ -1,3 +1,3 @@
1
1
  module Avromatic
2
- VERSION = '0.32.0.rc0'.freeze
2
+ VERSION = '0.32.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: avromatic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.32.0.rc0
4
+ version: 0.32.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Salsify Engineering
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-06-21 00:00:00.000000000 Z
11
+ date: 2018-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: avro
@@ -328,12 +328,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
328
328
  version: '0'
329
329
  required_rubygems_version: !ruby/object:Gem::Requirement
330
330
  requirements:
331
- - - ">"
331
+ - - ">="
332
332
  - !ruby/object:Gem::Version
333
- version: 1.3.1
333
+ version: '0'
334
334
  requirements: []
335
335
  rubyforge_project:
336
- rubygems_version: 2.7.6
336
+ rubygems_version: 2.6.13
337
337
  signing_key:
338
338
  specification_version: 4
339
339
  summary: Generate Ruby models from Avro schemas