country-codes-rb 0.1.7-java → 0.1.8-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: 2b1a755b33e23967ee1d533a3e732850e0e4a66332482062ec1519f19e4de9b8
4
- data.tar.gz: 3034a6c0dd6353e5351bee545b08588e4384c203c18357165ea75eb3f97f8004
3
+ metadata.gz: 46b920d88c82b37eba318bccc337c383e64a2d2aca6a5629be785e25b60273f4
4
+ data.tar.gz: 6a6b6eac4e3eb9e926343a1cb13efd97c735ad9476db7434c86fd3f40748dd76
5
5
  SHA512:
6
- metadata.gz: 54cdc789239c427f5a77d642c7a1662e8a91e6488e834b6a5634f5c5a3d924644e37525e49f93396b3c4a585f11ce4583490a5b219652e747852fb40fe8cf588
7
- data.tar.gz: 9508c366dbdb1e3c72ef452aab9c7c530915086cdeb3f2692a834a71ee4ddf171fefd179f08e72a253acce54455df9c9b89b18e6f9274202574391813aa4f7fe
6
+ metadata.gz: 66bd99e3f1e1a338bdd4837adec2f796dc9a8f9755107cc0775fb7c1beeaef683b3ac5dcfe2f55f5a24523931014aaa2a1ed864ca693fe7eb2f9fd53373dd3eb
7
+ data.tar.gz: 33a2c7a2c2c74a01b5c0959e2a2c552eb67126484607e35a1e15588c25045bf1a5a04007cf9f87f4140983fdcc6ec855cf9f941e4cac13f9d6db4a4724088155
@@ -2,10 +2,10 @@
2
2
  begin
3
3
  require 'jar_dependencies'
4
4
  rescue LoadError
5
- require 'io/wunderschild/country-codes_2.12/0.0.12/country-codes_2.12-0.0.12.jar'
6
5
  require 'com/fasterxml/jackson/module/jackson-module-scala_2.12/2.13.5/jackson-module-scala_2.12-2.13.5.jar'
7
6
  require 'org/yaml/snakeyaml/1.31/snakeyaml-1.31.jar'
8
7
  require 'com/fasterxml/jackson/core/jackson-core/2.13.5/jackson-core-2.13.5.jar'
8
+ require 'io/wunderschild/country-codes_2.12/0.0.13/country-codes_2.12-0.0.13.jar'
9
9
  require 'com/fasterxml/jackson/core/jackson-databind/2.13.5/jackson-databind-2.13.5.jar'
10
10
  require 'org/scala-lang/scala-library/2.12.17/scala-library-2.12.17.jar'
11
11
  require 'com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.13.5/jackson-dataformat-yaml-2.13.5.jar'
@@ -15,10 +15,10 @@ rescue LoadError
15
15
  end
16
16
 
17
17
  if defined? Jars
18
- require_jar 'io.wunderschild', 'country-codes_2.12', '0.0.12'
19
18
  require_jar 'com.fasterxml.jackson.module', 'jackson-module-scala_2.12', '2.13.5'
20
19
  require_jar 'org.yaml', 'snakeyaml', '1.31'
21
20
  require_jar 'com.fasterxml.jackson.core', 'jackson-core', '2.13.5'
21
+ require_jar 'io.wunderschild', 'country-codes_2.12', '0.0.13'
22
22
  require_jar 'com.fasterxml.jackson.core', 'jackson-databind', '2.13.5'
23
23
  require_jar 'org.scala-lang', 'scala-library', '2.12.17'
24
24
  require_jar 'com.fasterxml.jackson.dataformat', 'jackson-dataformat-yaml', '2.13.5'
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CountryCodes
4
- VERSION = '0.1.7'
5
- LIB_VERSION = '0.0.12'
4
+ VERSION = '0.1.8'
5
+ LIB_VERSION = '0.0.13'
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.7
4
+ version: 0.1.8
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: 2023-08-28 00:00:00.000000000 Z
12
+ date: 2023-10-23 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: ''
15
15
  email:
@@ -34,7 +34,7 @@ files:
34
34
  - lib/country_codes/internal/helpers.rb
35
35
  - lib/country_codes/lookup_table.rb
36
36
  - lib/country_codes/version.rb
37
- - lib/io/wunderschild/country-codes_2.12/0.0.12/country-codes_2.12-0.0.12.jar
37
+ - lib/io/wunderschild/country-codes_2.12/0.0.13/country-codes_2.12-0.0.13.jar
38
38
  - lib/org/scala-lang/scala-library/2.12.17/scala-library-2.12.17.jar
39
39
  - lib/org/scala-lang/scala-reflect/2.12.17/scala-reflect-2.12.17.jar
40
40
  - lib/org/yaml/snakeyaml/1.31/snakeyaml-1.31.jar
@@ -62,7 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
62
62
  - !ruby/object:Gem::Version
63
63
  version: '0'
64
64
  requirements:
65
- - jar io.wunderschild:country-codes_2.12, 0.0.12
65
+ - jar io.wunderschild:country-codes_2.12, 0.0.13
66
66
  rubygems_version: 3.2.29
67
67
  signing_key:
68
68
  specification_version: 4