cantook 0.1.0 → 0.1.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
  SHA1:
3
- metadata.gz: d0767fbc1869bdbedd9b1b4fce57f328a14b3f8a
4
- data.tar.gz: e8ff6121f43c1b5238db121a5c4476928084d3e3
3
+ metadata.gz: 3e065831d9fcff001fa1e94219fed935015cbf4e
4
+ data.tar.gz: d82988f9ff72495720a8fc488622ec474e41dc2c
5
5
  SHA512:
6
- metadata.gz: cd660bfb32a78528d4051fbf857a8fcdda1e89b13cee1ba665208bcbc7777d7182f2834217c1275e14a13ed90c65157a5bc66c32a70fd013256eeed3604f2aae
7
- data.tar.gz: df2681d7798b7f8702a047243078c3760b8016768954a57014c67b7ec52780a5188ca154bc41d66a05060b4e8d897933d7ebc74991fd9520fe39d794db15f11c
6
+ metadata.gz: 60c979714845fa75071fec2837e6621c6f6e4e384456c8d61f07d625843d383df1246894fb4535713db77d7c0f9d48ddfcd1fe27c0b5896b0eae5a509d94a536
7
+ data.tar.gz: 9716deb8eef0acad475b9c1242a224c095085152a4029efc8a2048a61089a837ad4412fca99ad6d41fd83002d6901d0a1284b5b306bf737d0949ea024075849f
@@ -54,7 +54,6 @@ module Cantook
54
54
  def request_url
55
55
  base_url + "/customers/#{customer_id}/transactions/#{transaction_id}/publications/#{isbn}/download_links/#{format}"
56
56
  end
57
- private :request_url
58
57
 
59
58
  # @return [Hash] required parameters not included in the Cantook::Base base_options hash
60
59
  def options
@@ -1,3 +1,3 @@
1
1
  module Cantook
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cantook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gordon B. Isnor
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-19 00:00:00.000000000 Z
11
+ date: 2015-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty