valvat 0.9.0 → 0.9.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7897eba1d19df7531d3d3e89774c20eb24cc3000b4b2a79c1c120984cbb0fd8b
4
- data.tar.gz: f03e192010dc4189222da7bbf4a6327ca418a1d7603b5819ad9707b39bdf4675
3
+ metadata.gz: d200983c316dadd7d6fa2382bf7e76c3153cfe81a8b27ea820b4dd388f2868be
4
+ data.tar.gz: 27271cbfc2172fd9a335fe574d49a521bd7a0955710e1eace8493b74076ce157
5
5
  SHA512:
6
- metadata.gz: 75cdc4f8ef17c43c21c4893cfe6cec832b33e0743d7a14f9b57dec4629a7d37b54c3388b673d442c4fc47b9030665371111fff721f78f906d16a668f0f0d38c6
7
- data.tar.gz: bb3c8ef8f9d0680536ee33709e6ecc5ea9c82db0a757d99eb516bda04c1a6bbf8853d177bcca6807c0affa2325a9b51be834b73467266847932f5723158a4b14
6
+ metadata.gz: 997033c89f5641814cc856ac06a9029e937af9147b7450cf4b1ea2866090da46329310d6c72e7f14a94f0a7d5cdf2ebeedd3914bde0e6b1b66eeaa8b57422eea
7
+ data.tar.gz: fd50ce45794e3985ad2534be289f1e620e790ad75dfc27b91a5e5ac6022268ad0b50206bd951f5a6b9c8dbb1e407d2b5467e68ad4ee90380d78bf47d836c1a09
Binary file
data.tar.gz.sig CHANGED
Binary file
data/CHANGES.md CHANGED
@@ -1,7 +1,13 @@
1
1
 
2
2
  ### dev
3
3
 
4
- [full changelog](http://github.com/yolk/valvat/compare/v0.9.0...master)
4
+ [full changelog](http://github.com/yolk/valvat/compare/v0.9.1...master)
5
+
6
+ ### 0.9.1 / 2020-03-19
7
+
8
+ [full changelog](http://github.com/yolk/valvat/compare/v0.9.0...v0.9.1)
9
+
10
+ * Follow redirects to fix alteration of VIES-API (by [xxswingxx](https://github.com/xxswingxx))
5
11
 
6
12
  ### 0.9.0 / 2020-02-28
7
13
 
@@ -10,7 +16,6 @@
10
16
  * Validate new dutch 2020 vat identification number (by [yvonnenieuwerth](https://github.com/yvonnenieuwerth))
11
17
  * Set the country adjectives to masculine in FR locales (by [bobmaerten](https://github.com/bobmaerten))
12
18
  * Fix greek country adjectif in french (by [bobmaerten](https://github.com/bobmaerten))
13
- *
14
19
 
15
20
  ### 0.8.2 / 2019-11-15
16
21
 
@@ -29,7 +29,7 @@ class Valvat
29
29
  end
30
30
 
31
31
  def client
32
- @client ||= Savon::Client.new(wsdl: VIES_WSDL_URL, log: false)
32
+ @client ||= Savon::Client.new(wsdl: VIES_WSDL_URL, log: false, follow_redirects: true)
33
33
  end
34
34
  end
35
35
 
@@ -1,3 +1,3 @@
1
1
  class Valvat
2
- VERSION = "0.9.0"
2
+ VERSION = "0.9.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: valvat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Munz
@@ -34,7 +34,7 @@ cert_chain:
34
34
  rAFNAD1QEGN6elQdy1MRuXwjcUhM8P8ofLDEaE225TSZvAI+XoCxW2PSsQj5cGER
35
35
  9vbf6JSKzQPa/HeBoU0s1Q==
36
36
  -----END CERTIFICATE-----
37
- date: 2020-02-28 00:00:00.000000000 Z
37
+ date: 2020-03-19 00:00:00.000000000 Z
38
38
  dependencies:
39
39
  - !ruby/object:Gem::Dependency
40
40
  name: savon
metadata.gz.sig CHANGED
Binary file