country-codes-rb 0.1.5-java → 0.1.6-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: '06992a2e6e6d4c6ee1fc25b24063ac179391dc7c0b7764c77f87c3f1f83599c9'
4
- data.tar.gz: 07d0d2e5632dd09cc658745928e592006aa7a3b9253e49a5fd5d58bcef25acab
3
+ metadata.gz: 04cf6560a3d615c130d662f1a03c9131109323891ce2f744a5419ae14e36921d
4
+ data.tar.gz: 6189dd4e1c882e621f14d1ee1d78cff92e4e75a7824865e3338b12c882399d23
5
5
  SHA512:
6
- metadata.gz: '0810312a6d2f984e93e805053740cb21e3d912aaf2a38c90a3a4d29a5fdabe4d2ecfa723a18928d9aa20075fafc03a775361f0700f68010175f2a37cba74573a'
7
- data.tar.gz: 51e99be248ac52c58a14e33eee4a1e1312279cf5e3a7a9a38b4ae621a267b391ac14a5c1f64a13d32651940702bf734a28405f998276a9530f1269412fd3b1e9
6
+ metadata.gz: 563b22984802a006b74aefea18c2a43eba978ea6f7f889da5f3d62788122c3850ab163077d895689ec72ee905e32d0c71f1487ad568944ad992553bef25df0f6
7
+ data.tar.gz: cfd20d551d636bad78b255e47cc96a9affe93e539101dbe2025f65a091db2e758c85e5c6477f7ddf49400ab28c1e4c5e659b200763df92dea537170c9aec7ad2
@@ -6,11 +6,11 @@ rescue LoadError
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
8
  require 'com/fasterxml/jackson/core/jackson-databind/2.13.5/jackson-databind-2.13.5.jar'
9
- require 'io/wunderschild/country-codes_2.12/0.0.10/country-codes_2.12-0.0.10.jar'
10
9
  require 'org/scala-lang/scala-library/2.12.17/scala-library-2.12.17.jar'
11
10
  require 'com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.13.5/jackson-dataformat-yaml-2.13.5.jar'
12
11
  require 'org/scala-lang/scala-reflect/2.12.17/scala-reflect-2.12.17.jar'
13
12
  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
 
@@ -19,10 +19,10 @@ if defined? Jars
19
19
  require_jar 'org.yaml', 'snakeyaml', '1.31'
20
20
  require_jar 'com.fasterxml.jackson.core', 'jackson-core', '2.13.5'
21
21
  require_jar 'com.fasterxml.jackson.core', 'jackson-databind', '2.13.5'
22
- require_jar 'io.wunderschild', 'country-codes_2.12', '0.0.10'
23
22
  require_jar 'org.scala-lang', 'scala-library', '2.12.17'
24
23
  require_jar 'com.fasterxml.jackson.dataformat', 'jackson-dataformat-yaml', '2.13.5'
25
24
  require_jar 'org.scala-lang', 'scala-reflect', '2.12.17'
26
25
  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.5'
5
- LIB_VERSION = '0.0.10'
4
+ VERSION = '0.1.6'
5
+ LIB_VERSION = '0.0.11'
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.5
4
+ version: 0.1.6
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-02-17 00:00:00.000000000 Z
12
+ date: 2023-08-26 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.10/country-codes_2.12-0.0.10.jar
37
+ - lib/io/wunderschild/country-codes_2.12/0.0.11/country-codes_2.12-0.0.11.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.10
65
+ - jar io.wunderschild:country-codes_2.12, 0.0.11
66
66
  rubygems_version: 3.2.29
67
67
  signing_key:
68
68
  specification_version: 4