taxamo 1.0.5 → 1.0.6.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 +4 -4
- data/README.md +7 -1
- data/lib/taxamo.rb +1 -1
- data/lib/taxamo/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 218bdad1cb905732df5d17540353c2fd90fb5650
|
|
4
|
+
data.tar.gz: bd01d12b8d931e5aa5a2364b46f11cf47fe6db8f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a216f6396b08c907694795e9f8197b3a9cd44e0df36cc46d3cfed75d12a350dc8ef75f90713317de485c84cf919ba625c14069b4d4ad75bdafd922577a78823e
|
|
7
|
+
data.tar.gz: c22232d06dd18bfd8e0a92827d459e15057449521f4ad987dc720dd6563a9fa1bf01a8dd09a98afb709d0facc10d8200d2e47d5fa3aed73c1437d6b7343ca576
|
data/README.md
CHANGED
|
@@ -8,7 +8,7 @@ To install it, just fetch this repository and issue the following command:
|
|
|
8
8
|
|
|
9
9
|
```shell
|
|
10
10
|
$ gem build taxamo.gemspec
|
|
11
|
-
$ gem install taxamo-1.0.
|
|
11
|
+
$ gem install taxamo-1.0.6.1.gem
|
|
12
12
|
```
|
|
13
13
|
|
|
14
14
|
Alternatively, add the following line to your project's `Gemfile` file:
|
|
@@ -19,6 +19,12 @@ gem "taxamo", github: "taxamo/taxamo-ruby"
|
|
|
19
19
|
|
|
20
20
|
## Changes
|
|
21
21
|
|
|
22
|
+
1.0.6.1 (2015-07-20):
|
|
23
|
+
* fix for rubygems.org publishing issue
|
|
24
|
+
|
|
25
|
+
1.0.6 (2015-07-20):
|
|
26
|
+
* fix regression with require_rel
|
|
27
|
+
|
|
22
28
|
1.0.5 (2015-07-02):
|
|
23
29
|
* sync with the newest API model, including addition of getsettlementdailystats operation
|
|
24
30
|
|
data/lib/taxamo.rb
CHANGED
data/lib/taxamo/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: taxamo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tomek Lipski
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-07-
|
|
11
|
+
date: 2015-07-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|