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 +4 -4
- data/lib/cantook/download_a_publication.rb +0 -1
- data/lib/cantook/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: 3e065831d9fcff001fa1e94219fed935015cbf4e
|
|
4
|
+
data.tar.gz: d82988f9ff72495720a8fc488622ec474e41dc2c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
data/lib/cantook/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2015-11-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httparty
|