taxamo 1.0.5 → 1.0.6.1

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
  SHA1:
3
- metadata.gz: 8cf5f76565fff95a1fbae895d217fa71bb049be4
4
- data.tar.gz: 23aaffe3c9121060f3491dcf3ece72fce0d645af
3
+ metadata.gz: 218bdad1cb905732df5d17540353c2fd90fb5650
4
+ data.tar.gz: bd01d12b8d931e5aa5a2364b46f11cf47fe6db8f
5
5
  SHA512:
6
- metadata.gz: caa975d864fc42417e2d14109f6d2bfba405757f32590139d0b6efc00ffce06d416cce563c7a1922f6d99c256e574ba507ec652c232d077748fee1e527c45c2e
7
- data.tar.gz: 3cfc7cd62e1e281a74df0450a48852ed631c470520863a9f1746660bf4c196df94ed3700ad59e926d1a476472a28f23f487718f60f81b269f2aab605a536d63e
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.4.gem
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
@@ -14,7 +14,7 @@ require "uri"
14
14
  require "swagger"
15
15
  require "taxamo/version"
16
16
  require "require_all"
17
- require_all "lib/taxamo/models/*"
17
+ require_rel "taxamo/models/*"
18
18
 
19
19
  module Taxamo
20
20
  class <<self
@@ -11,7 +11,7 @@
11
11
  # limitations under the License.
12
12
 
13
13
  module Taxamo
14
- VERSION = "1.0.5"
14
+ VERSION = "1.0.6.1"
15
15
  end
16
16
 
17
17
 
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.5
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-02 00:00:00.000000000 Z
11
+ date: 2015-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable