country-codes-rb 0.1.0-java → 0.1.1-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d4bd566540d3cc08d6ef1efb46bd53ed4e90323b026a347d0516932f7b8d4b5c
4
- data.tar.gz: 24781cceb630629ba7d0ed6d7f507c986d923a6d1d2a297f7e2fd064a2c89190
3
+ metadata.gz: 0c8aa3f578f4896802281d4342daeb98ea47a8be687e76ef4ea424851fd03832
4
+ data.tar.gz: 00131b49a6357f9274900b84a10ab721a6d49f0003e8de55b7515786c4b3181b
5
5
  SHA512:
6
- metadata.gz: 3f7850b7a39ae169b92b5b13497a43e15c344311603ec2df386409c854efe49d66840f4eb9fd3c624f2151f4ea3d324a224368df584fdd2de9af02ce38ebc659
7
- data.tar.gz: 1784d56441f8e80f7a588303a93b2b6e12db1a311b73f9dff7581d122524d6ec74d58e0a143c968767d4dcfbd2d337113df9a7dc3eb150eeea2c5226a05b2945
6
+ metadata.gz: f7db11f8902e49516c5cc06f2b753763fa35f36c45d7922d7fb4b7d5c305cba11e282a69ddacc6b06b933cb8ac9f0a992d5a9489f03c2caa1303693dde7ad449
7
+ data.tar.gz: b45a982bc9d1f5653cfce9fd2ba4a9fd60e930d6dcd64a59b4e7410827959a93c0c74178555c59fb90f30b48bd53b5a1abe195e22d272df1d4338227836d04b5
@@ -2,6 +2,7 @@
2
2
  begin
3
3
  require 'jar_dependencies'
4
4
  rescue LoadError
5
+ require 'io/wunderschild/country-codes_2.12/0.0.6/country-codes_2.12-0.0.6.jar'
5
6
  require 'org/scala-lang/scala-library/2.12.12/scala-library-2.12.12.jar'
6
7
  require 'com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.10.5/jackson-dataformat-yaml-2.10.5.jar'
7
8
  require 'org/yaml/snakeyaml/1.26/snakeyaml-1.26.jar'
@@ -11,11 +12,11 @@ rescue LoadError
11
12
  require 'com/fasterxml/jackson/core/jackson-annotations/2.10.5/jackson-annotations-2.10.5.jar'
12
13
  require 'org/scala-lang/scala-reflect/2.12.12/scala-reflect-2.12.12.jar'
13
14
  require 'com/fasterxml/jackson/core/jackson-databind/2.10.5/jackson-databind-2.10.5.jar'
14
- require 'io/wunderschild/country-codes_2.12/0.0.4/country-codes_2.12-0.0.4.jar'
15
15
  require 'com/thoughtworks/paranamer/paranamer/2.8/paranamer-2.8.jar'
16
16
  end
17
17
 
18
18
  if defined? Jars
19
+ require_jar 'io.wunderschild', 'country-codes_2.12', '0.0.6'
19
20
  require_jar 'org.scala-lang', 'scala-library', '2.12.12'
20
21
  require_jar 'com.fasterxml.jackson.dataformat', 'jackson-dataformat-yaml', '2.10.5'
21
22
  require_jar 'org.yaml', 'snakeyaml', '1.26'
@@ -25,6 +26,5 @@ if defined? Jars
25
26
  require_jar 'com.fasterxml.jackson.core', 'jackson-annotations', '2.10.5'
26
27
  require_jar 'org.scala-lang', 'scala-reflect', '2.12.12'
27
28
  require_jar 'com.fasterxml.jackson.core', 'jackson-databind', '2.10.5'
28
- require_jar 'io.wunderschild', 'country-codes_2.12', '0.0.4'
29
29
  require_jar 'com.thoughtworks.paranamer', 'paranamer', '2.8'
30
30
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CountryCodes
4
- VERSION = '0.1.0'
5
- LIB_VERSION = '0.0.4'
4
+ VERSION = '0.1.1'
5
+ LIB_VERSION = '0.0.6'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: country-codes-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: java
6
6
  authors:
7
7
  - Wunderschild
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2022-01-22 00:00:00.000000000 Z
12
+ date: 2022-06-24 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: ''
15
15
  email:
@@ -35,7 +35,7 @@ files:
35
35
  - lib/country_codes/internal/helpers.rb
36
36
  - lib/country_codes/lookup_table.rb
37
37
  - lib/country_codes/version.rb
38
- - lib/io/wunderschild/country-codes_2.12/0.0.4/country-codes_2.12-0.0.4.jar
38
+ - lib/io/wunderschild/country-codes_2.12/0.0.6/country-codes_2.12-0.0.6.jar
39
39
  - lib/org/scala-lang/scala-library/2.12.12/scala-library-2.12.12.jar
40
40
  - lib/org/scala-lang/scala-reflect/2.12.12/scala-reflect-2.12.12.jar
41
41
  - lib/org/yaml/snakeyaml/1.26/snakeyaml-1.26.jar
@@ -63,7 +63,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
63
63
  - !ruby/object:Gem::Version
64
64
  version: '0'
65
65
  requirements:
66
- - jar io.wunderschild:country-codes_2.12, 0.0.4
66
+ - jar io.wunderschild:country-codes_2.12, 0.0.6
67
67
  rubygems_version: 3.2.29
68
68
  signing_key:
69
69
  specification_version: 4