country_tools 1.0 → 1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +5 -5
  2. data/lib/country_tools.rb +0 -1
  3. metadata +6 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: eb68538b70a76984bdc49f9a9bfb2bab77daee1e
4
- data.tar.gz: b5d03f82c7682bd3d98d40668d1bd1f7c011ac81
2
+ SHA256:
3
+ metadata.gz: 74f0775a522b2c3daf1235c589cabee97369896e79067b9ce6831d59d033b9d4
4
+ data.tar.gz: 7938cfcbda9a92da0cf4bcc3fe1f166f51906ca9a14fb0771a90087275b1afb7
5
5
  SHA512:
6
- metadata.gz: 67e4df0096959c23852674a4bd6db36457a116105477c87d8edc43de361b875ad5f6d3a9ef252c3bc541917f0d123a6121fc269db311d99401e1de31d5f70df5
7
- data.tar.gz: 5d51eb9492cc9e110ee35cdcb27afc44ba3708d6fad4a792cea98353cd2ac7b6a514b0fb72f54b749973c65a5465d0dc3b5b07e98f1ddfb354a2c51ea9dda077
6
+ metadata.gz: d93e426ea4d84abbde4ee053d68c6dfc2e4922eee7fb3ca5dcac29619a9e7efe9d51c28c41b71ebadac58f19ebdc04f4d23dfb58927e370211a56ffdccca1694
7
+ data.tar.gz: 0a19e5bc6c032b4f80a9a6cc7d21921e1994195f6c16c8d36e54b7449c6e0399d32fbd14c31b92122309bea74c97515f26238808e0c43d38b43ecb8a1a7075b1
data/lib/country_tools.rb CHANGED
@@ -33,7 +33,6 @@ module CountryTools
33
33
  'SI', # Slovenia
34
34
  'ES', # Spain
35
35
  'SE', # Sweden
36
- 'GB', 'UK', # United Kingdom (https://fr.wikipedia.org/wiki/Union_europ%C3%A9enne#cite_ref-81)
37
36
  ]
38
37
 
39
38
  def self.in_eu?(code)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: country_tools
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.0'
4
+ version: '1.1'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aurélien Malisart
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-06-28 00:00:00.000000000 Z
11
+ date: 2021-05-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Country tools for Rails
14
14
  email: aurelien@phonoid.com
@@ -25,7 +25,7 @@ files:
25
25
  homepage: http://github.com/aurels/country_tools
26
26
  licenses: []
27
27
  metadata: {}
28
- post_install_message:
28
+ post_install_message:
29
29
  rdoc_options: []
30
30
  require_paths:
31
31
  - lib
@@ -40,9 +40,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
40
40
  - !ruby/object:Gem::Version
41
41
  version: 1.3.6
42
42
  requirements: []
43
- rubyforge_project:
44
- rubygems_version: 2.5.2.3
45
- signing_key:
43
+ rubygems_version: 3.1.2
44
+ signing_key:
46
45
  specification_version: 4
47
46
  summary: Country tools for Rails
48
47
  test_files: []