avrolution 0.4.0.rc1 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/avrolution/configuration.rb +5 -2
- data/lib/avrolution/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c70302532ce43c40bde2a34f0e4ad3eb56e47763
|
4
|
+
data.tar.gz: d8c7efbe9e6c20aec26707b403257839438cc5b1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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(
|
53
|
+
fetch_url(COMPATIBILITY)
|
51
54
|
end
|
52
55
|
|
53
56
|
def self.deployment_schema_registry_url
|
54
|
-
fetch_url(
|
57
|
+
fetch_url(DEPLOYMENT)
|
55
58
|
end
|
56
59
|
|
57
60
|
def self.configure
|
data/lib/avrolution/version.rb
CHANGED
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
|
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:
|
278
|
+
version: '0'
|
279
279
|
requirements: []
|
280
280
|
rubyforge_project:
|
281
281
|
rubygems_version: 2.6.11
|