avrolution 0.4.0.rc1 → 0.4.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: 6828c0755e2ea2576aa2b0e5cdcc45cc76e32d04
4
- data.tar.gz: 06f859b1c6b91e4b2feb61f7fa30607b66f2c469
3
+ metadata.gz: c70302532ce43c40bde2a34f0e4ad3eb56e47763
4
+ data.tar.gz: d8c7efbe9e6c20aec26707b403257839438cc5b1
5
5
  SHA512:
6
- metadata.gz: fac16048c96d048c2642c80882cac45f496d4ad779da7b2e8cb75d4fa428bdf42f071b918fcfe6394b2c1c0eddbf28b28a1e9e505c458ee6974496b33230e771
7
- data.tar.gz: 14471e54f6de841e73b7f831a1e899ace19df23de9639fcb2a6e9a8ab9877a097c1ec9f147b762f27e1580027ea8e19cfa8377c0fe3c2b7dc53ccad8db7e1fb6
6
+ metadata.gz: 20749402e2b339317bedc0238d2194ebad61b0033017c48262a48b5326ff1d05ffa13eaa35bfaaf02441b60e6e7a6d126d4a15cb38bd061e4bfa4a36540c5e8b
7
+ data.tar.gz: d498279af9f132d4190503399ced70e955e5a4287e11308fd8817b410587faa5be623599bc1b2a95b13d647a7e254e2f518f438fbcb0219a44e1d96bda335c78
@@ -1,5 +1,8 @@
1
1
  module Avrolution
2
2
 
3
+ COMPATIBILITY = 'compatibility'.freeze
4
+ DEPLOYMENT = 'deployment'.freeze
5
+
3
6
  class << self
4
7
  # Root directory to search for schemas, and default location for
5
8
  # compatibility breaks file
@@ -47,11 +50,11 @@ module Avrolution
47
50
  end
48
51
 
49
52
  def self.compatibility_schema_registry_url
50
- fetch_url('compatibility')
53
+ fetch_url(COMPATIBILITY)
51
54
  end
52
55
 
53
56
  def self.deployment_schema_registry_url
54
- fetch_url('deployment')
57
+ fetch_url(DEPLOYMENT)
55
58
  end
56
59
 
57
60
  def self.configure
@@ -1,3 +1,3 @@
1
1
  module Avrolution
2
- VERSION = '0.4.0.rc1'.freeze
2
+ VERSION = '0.4.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: avrolution
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0.rc1
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Salsify, Inc
@@ -273,9 +273,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
273
273
  version: '0'
274
274
  required_rubygems_version: !ruby/object:Gem::Requirement
275
275
  requirements:
276
- - - ">"
276
+ - - ">="
277
277
  - !ruby/object:Gem::Version
278
- version: 1.3.1
278
+ version: '0'
279
279
  requirements: []
280
280
  rubyforge_project:
281
281
  rubygems_version: 2.6.11