countries 5.2.0 → 5.2.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.
@@ -48,7 +48,7 @@ module ISO3166
48
48
 
49
49
  def default_locales
50
50
  locales = if Object.const_defined?('I18n') && I18n.respond_to?(:available_locales)
51
- I18n.available_locales
51
+ I18n.available_locales.dup
52
52
  else
53
53
  [:en]
54
54
  end
@@ -9,7 +9,7 @@ HR:
9
9
  alpha3: HRV
10
10
  continent: Europe
11
11
  country_code: '385'
12
- currency_code: HRK
12
+ currency_code: EUR
13
13
  eea_member: true
14
14
  eu_member: true
15
15
  gec: HR
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Countries
4
- VERSION = '5.2.0'.freeze
4
+ VERSION = '5.2.1'.freeze
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: countries
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.2.0
4
+ version: 5.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Robinson
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2022-10-28 00:00:00.000000000 Z
14
+ date: 2022-12-22 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: unaccent