europe 0.0.17 → 0.0.18

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: 2a51fd47c777826d6b43e650779d56da1dd6cade5cef5fbccdba86f9f0f1dbb5
4
- data.tar.gz: aaf979e70a5e3dc6799824614c6d5c6d83c0ccd21d08960f66e6aee3d56006fa
3
+ metadata.gz: 794ad55570cf9ea7535ce493786274121a6c3617f64211b8676c70f877a5a113
4
+ data.tar.gz: 699800827413a40143516a78211edd1bb542efd868c9d8cf0bfa740d19b2f2d1
5
5
  SHA512:
6
- metadata.gz: e5473553fd2039a96277d7086dbc6d9e8b5a70891a70fb94361822ac1ce486000f1f18cde78796bb7d0eba35a443c47c5c6371d0497768bfcb4f8c81ad3d3c8a
7
- data.tar.gz: 6f08b6079cf1bf521533e97d663b88779393fcddc4adda55860eb4329d99a22db2b610e3e106a2a798490e28301dbb3a5928a9b6b21be7b3e649d25f7f8fdfa0
6
+ metadata.gz: 2bccf16590f7a26f30512c63d350e53ef3ed1978357e70584e3c08d7d16cdcb072f25b09d537782ca03b8e74399299f4c20b7cafe35a128829a2d7b2707a944e
7
+ data.tar.gz: 8227b36d84d9d131f27e286ffd7d29a0d132753da1a55989735ce4a4754125022af87381e4cb95d05b7bf1c93cf15f6860f7a57bd7797f2cb1186eb52700ecad
data/CHANGELOG.md CHANGED
@@ -1,17 +1,18 @@
1
1
  # Change Log
2
2
  All notable changes to this project will be documented in this file.
3
3
  This project adheres to [Semantic Versioning](http://semver.org/).
4
-
4
+ ## 0.0.18
5
+ - Added Estonia and Lithuania to eurozone
6
+ - [Full Changelog](https://github.com/gem-shards/europe.rb/compare/v0.0.17...v0.0.18)
5
7
  ## 0.0.17
6
8
  - Removed all UK VAT logic
7
9
  - Updated development dependencies
8
- - [Full Changelog](https://github.com/VvanGemert/europe/compare/v0.0.15...v0.0.16)
9
-
10
+ - [Full Changelog](https://github.com/gem-shards/europe.rb/compare/v0.0.16...v0.0.17)
10
11
  ## 0.0.16
11
12
  - Changed Slovak Republic to Slovakia in country names
12
13
  - Updated outdated endpoint for VAT rates, thanks to @firstpromoter
13
14
  - Fixed a couple of rubocop issues
14
- - [Full Changelog](https://github.com/VvanGemert/europe/compare/v0.0.15...v0.0.16)
15
+ - [Full Changelog](https://github.com/gem-shards/europe.rb/compare/v0.0.15...v0.0.16)
15
16
  ## 0.0.15
16
17
  - Checked library on Ruby 2.7
17
18
  - Moved repository to gem-shards
data/europe.gemspec CHANGED
@@ -15,6 +15,9 @@ Gem::Specification.new do |spec|
15
15
  'VAT validation, currency exchange rates and ' \
16
16
  'country information.'
17
17
  spec.homepage = 'https://github.com/gem-shards/europe.rb'
18
+ spec.metadata = {
19
+ 'source_code_uri' => 'https://github.com/gem-shards/europe.rb',
20
+ 'changelog_uri' => 'https://github.com/gem-shards/europe.rb/blob/master/CHANGELOG.md' }
18
21
  spec.license = 'MIT'
19
22
 
20
23
  spec.files = `git ls-files -z`.split("\x0")
@@ -26,7 +26,7 @@ module Europe
26
26
  tld: '.de', currency: :EUR, capital: 'Berlin' },
27
27
  EE: { name: 'Estonia', source_name: 'Eesti',
28
28
  official_name: 'Republic of Estonia',
29
- tld: '.ee', currency: :EEK, capital: 'Tallinn' },
29
+ tld: '.ee', currency: :EUR, capital: 'Tallinn' },
30
30
  IE: { name: 'Ireland', source_name: 'Éire',
31
31
  official_name: 'Ireland',
32
32
  tld: '.ie', currency: :EUR, capital: 'Dublin' },
@@ -53,7 +53,7 @@ module Europe
53
53
  tld: '.lv', currency: :EUR, capital: 'Riga' },
54
54
  LT: { name: 'Lithuania', source_name: 'Lietuva',
55
55
  official_name: 'Republic of Lithuania',
56
- tld: '.lt', currency: :LTL, capital: 'Vilnius' },
56
+ tld: '.lt', currency: :EUR, capital: 'Vilnius' },
57
57
  LU: { name: 'Luxembourg', source_name: 'Luxembourg',
58
58
  official_name: 'Grand Duchy of Luxembourg',
59
59
  tld: '.lu', currency: :EUR, capital: 'Luxembourg City' },
@@ -2,5 +2,5 @@
2
2
 
3
3
  # Europe version
4
4
  module Europe
5
- VERSION = '0.0.17'
5
+ VERSION = '0.0.18'
6
6
  end
@@ -16,7 +16,7 @@ module Europe
16
16
 
17
17
  reversed_hash =
18
18
  Europe::Countries::Reversed.generate(:currency)
19
- assert_equal reversed_hash[:EUR].count, 17
19
+ assert_equal reversed_hash[:EUR].count, 19
20
20
  end
21
21
 
22
22
  def test_eurozone
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: europe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.17
4
+ version: 0.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gem shards
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-04-09 00:00:00.000000000 Z
11
+ date: 2021-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: byebug
@@ -181,7 +181,9 @@ files:
181
181
  homepage: https://github.com/gem-shards/europe.rb
182
182
  licenses:
183
183
  - MIT
184
- metadata: {}
184
+ metadata:
185
+ source_code_uri: https://github.com/gem-shards/europe.rb
186
+ changelog_uri: https://github.com/gem-shards/europe.rb/blob/master/CHANGELOG.md
185
187
  post_install_message:
186
188
  rdoc_options: []
187
189
  require_paths: