yahoojp-auction-api 0.0.2 → 0.0.3

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: eaee4d2d930774a4b3bc07746844c03d6540299b
4
- data.tar.gz: 7e794c8bdabab23f67ff42e38c14c5a9a1343657
3
+ metadata.gz: 7fed47e4bd45c2cfbbee030f2781785cbd9af846
4
+ data.tar.gz: 7dfae73cf643714042465d2c8221c4d7ae717a4b
5
5
  SHA512:
6
- metadata.gz: bf2eb47f78641c1e950e751d96f7c51500d9dde056938accccbed5d1321e056160e924023caf0ed46176ee7d70e8e0fbb677a009c66de0dacdfb72f363c6328b
7
- data.tar.gz: 6d56081db7897625f0ec8c2718a42455132864c35bd6b268279b04424708632c32e5929d2ec70312775c31b9de25a2355d702c4c53626968537c8c7c7df3d92f
6
+ metadata.gz: de93b1674fb3775de7f9fb0226c6540dae9cd81fe78750c794119b7c27988c4f55a9889a348e10b983acdaa617f00a9d5aed261140bc07444f9a7f44707b16ae
7
+ data.tar.gz: 64370bd3dae9e87dca8df1f668da149d34a0048e4415e934cbbb119077469c549e2c3e7ef84cfc4b5dd03ff5429aed734e6cf56a15bd6842e5720cb5d2d38b71
@@ -10,7 +10,7 @@ module YahooJp
10
10
  token = opts.delete(:token)
11
11
  opts[:output] = 'json'
12
12
  opts[:callback] = 'callback'
13
- opts.merge!(YahooJp::Api.options))
13
+ opts.merge!(YahooJp::Api.options)
14
14
  if token.nil? then
15
15
  if v == 'V1' then
16
16
  url = ['http:/', @@base_uri, v, api].join('/')
@@ -19,7 +19,7 @@ module YahooJp
19
19
  end
20
20
  YahooJp::Request.get(url, opts)
21
21
  else
22
- opts.merge!(YahooJp::Api.options))
22
+ opts.merge!(YahooJp::Api.options)
23
23
  opts.delete(:appid)
24
24
  url = ['https:/', @@base_uri, v, api].join('/')
25
25
  YahooJp::Request.get_with_auth(url, token, opts)
@@ -1,5 +1,5 @@
1
1
  module YahooJp
2
2
  module Api
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yahoojp-auction-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - sodex