country-codes-rb 0.1.6-java → 0.1.7-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: 2b1a755b33e23967ee1d533a3e732850e0e4a66332482062ec1519f19e4de9b8
4
+ data.tar.gz: 3034a6c0dd6353e5351bee545b08588e4384c203c18357165ea75eb3f97f8004
5
5
  SHA512:
6
- metadata.gz: 563b22984802a006b74aefea18c2a43eba978ea6f7f889da5f3d62788122c3850ab163077d895689ec72ee905e32d0c71f1487ad568944ad992553bef25df0f6
7
- data.tar.gz: cfd20d551d636bad78b255e47cc96a9affe93e539101dbe2025f65a091db2e758c85e5c6477f7ddf49400ab28c1e4c5e659b200763df92dea537170c9aec7ad2
6
+ metadata.gz: 54cdc789239c427f5a77d642c7a1662e8a91e6488e834b6a5634f5c5a3d924644e37525e49f93396b3c4a585f11ce4583490a5b219652e747852fb40fe8cf588
7
+ data.tar.gz: 9508c366dbdb1e3c72ef452aab9c7c530915086cdeb3f2692a834a71ee4ddf171fefd179f08e72a253acce54455df9c9b89b18e6f9274202574391813aa4f7fe
@@ -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.12/country-codes_2.12-0.0.12.jar'
5
6
  require 'com/fasterxml/jackson/module/jackson-module-scala_2.12/2.13.5/jackson-module-scala_2.12-2.13.5.jar'
6
7
  require 'org/yaml/snakeyaml/1.31/snakeyaml-1.31.jar'
7
8
  require 'com/fasterxml/jackson/core/jackson-core/2.13.5/jackson-core-2.13.5.jar'
@@ -10,11 +11,11 @@ rescue LoadError
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
 
17
17
  if defined? Jars
18
+ require_jar 'io.wunderschild', 'country-codes_2.12', '0.0.12'
18
19
  require_jar 'com.fasterxml.jackson.module', 'jackson-module-scala_2.12', '2.13.5'
19
20
  require_jar 'org.yaml', 'snakeyaml', '1.31'
20
21
  require_jar 'com.fasterxml.jackson.core', 'jackson-core', '2.13.5'
@@ -23,6 +24,5 @@ if defined? Jars
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.7'
5
+ LIB_VERSION = '0.0.12'
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.7
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-08-28 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.12/country-codes_2.12-0.0.12.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.12
66
66
  rubygems_version: 3.2.29
67
67
  signing_key:
68
68
  specification_version: 4