cantook 0.1.1 → 0.1.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: 3e065831d9fcff001fa1e94219fed935015cbf4e
4
- data.tar.gz: d82988f9ff72495720a8fc488622ec474e41dc2c
3
+ metadata.gz: 6544c4805aacbbded789eb253b8701ec3d9084b3
4
+ data.tar.gz: 28bf81e8c0eeec3135a445251e0cb500d5b173e3
5
5
  SHA512:
6
- metadata.gz: 60c979714845fa75071fec2837e6621c6f6e4e384456c8d61f07d625843d383df1246894fb4535713db77d7c0f9d48ddfcd1fe27c0b5896b0eae5a509d94a536
7
- data.tar.gz: 9716deb8eef0acad475b9c1242a224c095085152a4029efc8a2048a61089a837ad4412fca99ad6d41fd83002d6901d0a1284b5b306bf737d0949ea024075849f
6
+ metadata.gz: 451804a309fc495af4753f552bdb8b3b3fcf14f02dd298f6bf4e2b08ec632e6934e2025136564bb6f0da303a4debbf2838e75ead5d58d58927f50c16113bab21
7
+ data.tar.gz: bfcee40336381203a700923b56501eaaecbb07eb1deca23c530810b38ba89b4b4d95e05a12d1657ae123046e51aea15957be337068cfdd7ea41ae4b7e973fdf6
@@ -92,7 +92,6 @@ module Cantook
92
92
  def request_url
93
93
  base_url + "/publications/#{isbn}/sales"
94
94
  end
95
- private :request_url
96
95
 
97
96
  # @return [Hash] required parameters not included in the Cantook::Base base_options hash
98
97
  def options
@@ -62,7 +62,6 @@ module Cantook
62
62
  def request_url
63
63
  base_url + "/publications/#{isbn}/sales/new"
64
64
  end
65
- private :request_url
66
65
 
67
66
  # @return [Hash] required parameters not included in the Cantook::Base base_options hash
68
67
  def options
@@ -1,3 +1,3 @@
1
1
  module Cantook
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cantook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gordon B. Isnor