country-codes-rb 0.1.0-java → 0.1.3-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: d4bd566540d3cc08d6ef1efb46bd53ed4e90323b026a347d0516932f7b8d4b5c
4
- data.tar.gz: 24781cceb630629ba7d0ed6d7f507c986d923a6d1d2a297f7e2fd064a2c89190
3
+ metadata.gz: 7e9704bcda7fce808ae41917aa3aa9cffedbc173664988f07a131f39f9c865c6
4
+ data.tar.gz: 0d6b99450b5dfa5100f503adf9055d4d9dda1438e357f3cc4af0eb101be5c7b5
5
5
  SHA512:
6
- metadata.gz: 3f7850b7a39ae169b92b5b13497a43e15c344311603ec2df386409c854efe49d66840f4eb9fd3c624f2151f4ea3d324a224368df584fdd2de9af02ce38ebc659
7
- data.tar.gz: 1784d56441f8e80f7a588303a93b2b6e12db1a311b73f9dff7581d122524d6ec74d58e0a143c968767d4dcfbd2d337113df9a7dc3eb150eeea2c5226a05b2945
6
+ metadata.gz: bdf5a53b3cfc778744bcc638719c74cf5ae7341ef6164e3bfb597321da1fa41cd5c8f61b6434188384feef7e06e076f96e47d83c3799769bea86087f77f7f169
7
+ data.tar.gz: 3f803e6a61051149cf71bd3cfe016304bab11a28896d8e85ae1a6002e79cd174e1c9487b312fd388977b385fc36a1ef7551f447a7cf2e7f2926a75e4c9b109ac
@@ -9,9 +9,9 @@ rescue LoadError
9
9
  require 'com/fasterxml/jackson/module/jackson-module-paranamer/2.10.5/jackson-module-paranamer-2.10.5.jar'
10
10
  require 'com/fasterxml/jackson/core/jackson-core/2.10.5/jackson-core-2.10.5.jar'
11
11
  require 'com/fasterxml/jackson/core/jackson-annotations/2.10.5/jackson-annotations-2.10.5.jar'
12
+ require 'io/wunderschild/country-codes_2.12/0.0.8/country-codes_2.12-0.0.8.jar'
12
13
  require 'org/scala-lang/scala-reflect/2.12.12/scala-reflect-2.12.12.jar'
13
14
  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.4/country-codes_2.12-0.0.4.jar'
15
15
  require 'com/thoughtworks/paranamer/paranamer/2.8/paranamer-2.8.jar'
16
16
  end
17
17
 
@@ -23,8 +23,8 @@ if defined? Jars
23
23
  require_jar 'com.fasterxml.jackson.module', 'jackson-module-paranamer', '2.10.5'
24
24
  require_jar 'com.fasterxml.jackson.core', 'jackson-core', '2.10.5'
25
25
  require_jar 'com.fasterxml.jackson.core', 'jackson-annotations', '2.10.5'
26
+ require_jar 'io.wunderschild', 'country-codes_2.12', '0.0.8'
26
27
  require_jar 'org.scala-lang', 'scala-reflect', '2.12.12'
27
28
  require_jar 'com.fasterxml.jackson.core', 'jackson-databind', '2.10.5'
28
- require_jar 'io.wunderschild', 'country-codes_2.12', '0.0.4'
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.0'
5
- LIB_VERSION = '0.0.4'
4
+ VERSION = '0.1.3'
5
+ LIB_VERSION = '0.0.8'
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.0
4
+ version: 0.1.3
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-01-22 00:00:00.000000000 Z
12
+ date: 2022-07-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.4/country-codes_2.12-0.0.4.jar
38
+ - lib/io/wunderschild/country-codes_2.12/0.0.8/country-codes_2.12-0.0.8.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.4
66
+ - jar io.wunderschild:country-codes_2.12, 0.0.8
67
67
  rubygems_version: 3.2.29
68
68
  signing_key:
69
69
  specification_version: 4