country-codes-rb 0.1.1-java → 0.1.2-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: 0c8aa3f578f4896802281d4342daeb98ea47a8be687e76ef4ea424851fd03832
4
- data.tar.gz: 00131b49a6357f9274900b84a10ab721a6d49f0003e8de55b7515786c4b3181b
3
+ metadata.gz: 593a6d12594428000bf29cfaa0fb42ccf00059c803f02683fd801599812f4afb
4
+ data.tar.gz: cb2838d3042117e4e2c9cd2596e1dab19e710db3bffff099907625a5c49ddd96
5
5
  SHA512:
6
- metadata.gz: f7db11f8902e49516c5cc06f2b753763fa35f36c45d7922d7fb4b7d5c305cba11e282a69ddacc6b06b933cb8ac9f0a992d5a9489f03c2caa1303693dde7ad449
7
- data.tar.gz: b45a982bc9d1f5653cfce9fd2ba4a9fd60e930d6dcd64a59b4e7410827959a93c0c74178555c59fb90f30b48bd53b5a1abe195e22d272df1d4338227836d04b5
6
+ metadata.gz: dc0abd3b80ddebd257a38e2f9efe6722398d6dcf895fd1cc95f4df12399edbb8455358441dc20c95c3389f16aae4ad77dbb5a21f78a1489322230d6e6ba02899
7
+ data.tar.gz: 222063e4c4ff9ae243cd6d49aace42c47908eba0449cf6fe05a6de48b8a9789d4a0ccc8697774fa3b4270c1c2c9cc64f824516d3c55abec339b0b8af9b663267
@@ -2,7 +2,6 @@
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'
6
5
  require 'org/scala-lang/scala-library/2.12.12/scala-library-2.12.12.jar'
7
6
  require 'com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.10.5/jackson-dataformat-yaml-2.10.5.jar'
8
7
  require 'org/yaml/snakeyaml/1.26/snakeyaml-1.26.jar'
@@ -12,11 +11,11 @@ rescue LoadError
12
11
  require 'com/fasterxml/jackson/core/jackson-annotations/2.10.5/jackson-annotations-2.10.5.jar'
13
12
  require 'org/scala-lang/scala-reflect/2.12.12/scala-reflect-2.12.12.jar'
14
13
  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.7/country-codes_2.12-0.0.7.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'
20
19
  require_jar 'org.scala-lang', 'scala-library', '2.12.12'
21
20
  require_jar 'com.fasterxml.jackson.dataformat', 'jackson-dataformat-yaml', '2.10.5'
22
21
  require_jar 'org.yaml', 'snakeyaml', '1.26'
@@ -26,5 +25,6 @@ if defined? Jars
26
25
  require_jar 'com.fasterxml.jackson.core', 'jackson-annotations', '2.10.5'
27
26
  require_jar 'org.scala-lang', 'scala-reflect', '2.12.12'
28
27
  require_jar 'com.fasterxml.jackson.core', 'jackson-databind', '2.10.5'
28
+ require_jar 'io.wunderschild', 'country-codes_2.12', '0.0.7'
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.1'
5
- LIB_VERSION = '0.0.6'
4
+ VERSION = '0.1.2'
5
+ LIB_VERSION = '0.0.7'
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.1
4
+ version: 0.1.2
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-06-24 00:00:00.000000000 Z
12
+ date: 2022-06-28 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.6/country-codes_2.12-0.0.6.jar
38
+ - lib/io/wunderschild/country-codes_2.12/0.0.7/country-codes_2.12-0.0.7.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.6
66
+ - jar io.wunderschild:country-codes_2.12, 0.0.7
67
67
  rubygems_version: 3.2.29
68
68
  signing_key:
69
69
  specification_version: 4