quaderno 1.7.1 → 1.7.2

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
  SHA1:
3
- metadata.gz: 09c7db7390357eaea573c6ee995f7ba5148cc342
4
- data.tar.gz: 88a81c8324e9e194fd3cb8553098cf22f96d934b
3
+ metadata.gz: bb0868d571d60513d8f9ff9e47c2842e69226da6
4
+ data.tar.gz: 319de6dd0462750b7bd0f1d18ab138bf6ca2f8f7
5
5
  SHA512:
6
- metadata.gz: 35e837e86943777b0ea4db2ddec5e7c8340c113b432a3ce2e899dcbb557cb520aed52d377f832bbdb2c95f5132c0228901b32e60e993ba4960eb7b20a923ce52
7
- data.tar.gz: 7917889a1196b38ea36362128eacf6a3c781286707383dc9389cbab436f2eaa706824894f4d10ca5c288fb2661e90935f821f72469cc0563fb985487cb0e5988
6
+ metadata.gz: b219fe2444dbe21b0a344a25568342ad04f55d7353808a55fce366850942d06910f527812fd61f390ad5801e92fc5153c54e4eed5d6843fd9d4beeb9c60f8713
7
+ data.tar.gz: 33fdce43ff2c16b4acd144c0e0810568137fd666396c1d309893593c0029da1dfd8555f33edc344962b95845ffc3848c70454641f62cb251d2b09f7c327b784e
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  Quaderno-ruby is a ruby wrapper for [Quaderno API] (https://github.com/quaderno/quaderno-api).
4
4
  As the API, it's mostly CRUD.
5
5
 
6
- Current version is 1.7.1 See the changelog [here](https://github.com/quaderno/quaderno-ruby/blob/master/changelog.md)
6
+ Current version is 1.7.2 See the changelog [here](https://github.com/quaderno/quaderno-ruby/blob/master/changelog.md)
7
7
 
8
8
  ## Installation & Configuration
9
9
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.1
1
+ 1.7.2
data/changelog.md CHANGED
@@ -1,4 +1,7 @@
1
1
  #Changelog
2
+ ##1.7.2
3
+ * Fix URL in Quaderno::Tax.calculate [**@jcxplorer**] by (https://github.com/jcxplorer)
4
+
2
5
  ##1.7.1
3
6
  * Breaking change: change configuration options
4
7
 
@@ -8,7 +8,7 @@ module Quaderno
8
8
  end
9
9
 
10
10
  def self.calculate(params)
11
- party_response = get("#{self.base_url}/api/v1/taxes/calculate.json", query: params, basic_auth: { username: api_model.auth_token } )
11
+ party_response = get("#{self.url}taxes/calculate.json", query: params, basic_auth: { username: api_model.auth_token } )
12
12
  check_exception_for(party_response, { rate_limit: true, subdomain_or_token: true, id: true })
13
13
  new party_response.parsed_response
14
14
  end
data/quaderno.gemspec CHANGED
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: quaderno 1.7.1 ruby lib
5
+ # stub: quaderno 1.7.2 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "quaderno"
9
- s.version = "1.7.1"
9
+ s.version = "1.7.2"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Recrea"]
14
- s.date = "2015-06-02"
14
+ s.date = "2015-07-03"
15
15
  s.description = " A ruby wrapper for Quaderno API "
16
16
  s.email = "carlos@recrea.es"
17
17
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quaderno
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.1
4
+ version: 1.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Recrea
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-02 00:00:00.000000000 Z
11
+ date: 2015-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty