ebay-trader 0.9.5 → 0.9.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2d002fbf649178cd5dd0b7df4c17cbe95c81965a
4
- data.tar.gz: 8361565674b5d6d21d1e48c00a43a217f3edf06a
3
+ metadata.gz: 70e25a96ef06e497856a1c836ccffc8ead623367
4
+ data.tar.gz: 5c2cd26fd539784fe7badcc3f603a31f61b9cbde
5
5
  SHA512:
6
- metadata.gz: 37533e2f16c1e612e5401203be672da3bd859e3a12dbcd017885e9df3ebc31708b92afd344efef394cfa0a25999da327307cbc714ae9a6cca266b450619ec955
7
- data.tar.gz: 2358280eda7a23c0a67610d88918340dc34285eac36b325bcc1a0e1b0495ca012a32898695d7fea4fd1951013d2800552ed19402da88b665efac9bc4031e715a
6
+ metadata.gz: 3aa718e7ae703eedf45a7c3445d5d0e16fdc5cf5ac4cfe4ba96b1263f506b59c842f202452cf025ae1e980b516f004aabd725dd48fffb6f68681194aab93c5da
7
+ data.tar.gz: 750e235ff6f982b7d5359c059db419c180b36ee8a03bd5099c41f09ce18c466c4c28310cbb19f2d0d3906cde4781bd81eabc8b6362b176c444460a18edea7e5d
@@ -9,9 +9,9 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ['Rob Graham']
10
10
  spec.email = ['rob@altabyte.com']
11
11
 
12
- spec.summary = %q{A DSL to interact with eBay's Trading API using Ruby}
12
+ spec.summary = %q{A lightweight easy to use Ruby gem for interacting with eBay's Trading API.}
13
13
  spec.description = <<-DESC
14
- EbayTrader is a lightweight easy to use Ruby gem for interacting with eBay's Trading API.
14
+ A lightweight easy to use Ruby gem for interacting with eBay's Trading API.
15
15
  Using its simple DSL you can quickly and intuitively post XML requests to eBay and rapidly interpret the responses.
16
16
  DESC
17
17
  spec.homepage = 'https://github.com/altabyte/ebay_trader'
@@ -101,7 +101,7 @@ module EbayTrader
101
101
  time = Time.now
102
102
  @call_name = call_name.freeze
103
103
 
104
- auth_token = %w"GetSessionID FetchToken GetTokenStatus RevokeToken".include?(call_name) ?
104
+ auth_token = %w"GetSessionID FetchToken".include?(call_name) ?
105
105
  nil : (args[:auth_token] || EbayTrader.configuration.auth_token)
106
106
  @auth_token = auth_token.freeze
107
107
 
@@ -1,3 +1,3 @@
1
1
  module EbayTrader
2
- VERSION = '0.9.5'
2
+ VERSION = '0.9.6'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ebay-trader
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.5
4
+ version: 0.9.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Graham
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-09-08 00:00:00.000000000 Z
11
+ date: 2015-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -81,7 +81,7 @@ dependencies:
81
81
  - !ruby/object:Gem::Version
82
82
  version: '2.2'
83
83
  description: |2
84
- EbayTrader is a lightweight easy to use Ruby gem for interacting with eBay's Trading API.
84
+ A lightweight easy to use Ruby gem for interacting with eBay's Trading API.
85
85
  Using its simple DSL you can quickly and intuitively post XML requests to eBay and rapidly interpret the responses.
86
86
  email:
87
87
  - rob@altabyte.com
@@ -133,6 +133,6 @@ rubyforge_project:
133
133
  rubygems_version: 2.4.6
134
134
  signing_key:
135
135
  specification_version: 4
136
- summary: A DSL to interact with eBay's Trading API using Ruby
136
+ summary: A lightweight easy to use Ruby gem for interacting with eBay's Trading API.
137
137
  test_files: []
138
138
  has_rdoc: