country-codes-rb 0.1.6-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: 04cf6560a3d615c130d662f1a03c9131109323891ce2f744a5419ae14e36921d
4
- data.tar.gz: 6189dd4e1c882e621f14d1ee1d78cff92e4e75a7824865e3338b12c882399d23
3
+ metadata.gz: 46b920d88c82b37eba318bccc337c383e64a2d2aca6a5629be785e25b60273f4
4
+ data.tar.gz: 6a6b6eac4e3eb9e926343a1cb13efd97c735ad9476db7434c86fd3f40748dd76
5
5
  SHA512:
6
- metadata.gz: 563b22984802a006b74aefea18c2a43eba978ea6f7f889da5f3d62788122c3850ab163077d895689ec72ee905e32d0c71f1487ad568944ad992553bef25df0f6
7
- data.tar.gz: cfd20d551d636bad78b255e47cc96a9affe93e539101dbe2025f65a091db2e758c85e5c6477f7ddf49400ab28c1e4c5e659b200763df92dea537170c9aec7ad2
6
+ metadata.gz: 66bd99e3f1e1a338bdd4837adec2f796dc9a8f9755107cc0775fb7c1beeaef683b3ac5dcfe2f55f5a24523931014aaa2a1ed864ca693fe7eb2f9fd53373dd3eb
7
+ data.tar.gz: 33a2c7a2c2c74a01b5c0959e2a2c552eb67126484607e35a1e15588c25045bf1a5a04007cf9f87f4140983fdcc6ec855cf9f941e4cac13f9d6db4a4724088155
@@ -5,12 +5,12 @@ rescue LoadError
5
5
  require 'com/fasterxml/jackson/module/jackson-module-scala_2.12/2.13.5/jackson-module-scala_2.12-2.13.5.jar'
6
6
  require 'org/yaml/snakeyaml/1.31/snakeyaml-1.31.jar'
7
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'
8
9
  require 'com/fasterxml/jackson/core/jackson-databind/2.13.5/jackson-databind-2.13.5.jar'
9
10
  require 'org/scala-lang/scala-library/2.12.17/scala-library-2.12.17.jar'
10
11
  require 'com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.13.5/jackson-dataformat-yaml-2.13.5.jar'
11
12
  require 'org/scala-lang/scala-reflect/2.12.17/scala-reflect-2.12.17.jar'
12
13
  require 'com/fasterxml/jackson/core/jackson-annotations/2.13.5/jackson-annotations-2.13.5.jar'
13
- require 'io/wunderschild/country-codes_2.12/0.0.11/country-codes_2.12-0.0.11.jar'
14
14
  require 'com/thoughtworks/paranamer/paranamer/2.8/paranamer-2.8.jar'
15
15
  end
16
16
 
@@ -18,11 +18,11 @@ if defined? Jars
18
18
  require_jar 'com.fasterxml.jackson.module', 'jackson-module-scala_2.12', '2.13.5'
19
19
  require_jar 'org.yaml', 'snakeyaml', '1.31'
20
20
  require_jar 'com.fasterxml.jackson.core', 'jackson-core', '2.13.5'
21
+ require_jar 'io.wunderschild', 'country-codes_2.12', '0.0.13'
21
22
  require_jar 'com.fasterxml.jackson.core', 'jackson-databind', '2.13.5'
22
23
  require_jar 'org.scala-lang', 'scala-library', '2.12.17'
23
24
  require_jar 'com.fasterxml.jackson.dataformat', 'jackson-dataformat-yaml', '2.13.5'
24
25
  require_jar 'org.scala-lang', 'scala-reflect', '2.12.17'
25
26
  require_jar 'com.fasterxml.jackson.core', 'jackson-annotations', '2.13.5'
26
- require_jar 'io.wunderschild', 'country-codes_2.12', '0.0.11'
27
27
  require_jar 'com.thoughtworks.paranamer', 'paranamer', '2.8'
28
28
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CountryCodes
4
- VERSION = '0.1.6'
5
- LIB_VERSION = '0.0.11'
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.6
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-26 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.11/country-codes_2.12-0.0.11.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.11
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