blurb 0.5.6 → 0.5.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/blurb.gemspec +1 -1
- data/lib/blurb/account.rb +5 -4
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4bbe7e13044fb8056d3f7a82b7ec546c737dccbb5d793012afc19915f27c1df8
|
4
|
+
data.tar.gz: 7f33345f4038f08a44ec11942f733b6200eae8d611bb44f660f51c48ed9afae7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf5ab7852856e0748283f2bbd3ff966a4456800538517e6fdf99ccf0c8b6471f46cf72d113ecb3995197623923007c5cb489e538f72323fb24c8d675e88f6e9a
|
7
|
+
data.tar.gz: e4699d01634644264c2046ff4c9c109955abea9a9b5f7ce2bea97b151ed87e028f568b232c15d7bccc5ac56342969368ee8fda42a253aba3b99613453a79bbd6
|
data/blurb.gemspec
CHANGED
data/lib/blurb/account.rb
CHANGED
@@ -98,10 +98,11 @@ class Blurb
|
|
98
98
|
end
|
99
99
|
|
100
100
|
def authorization_client
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
:
|
101
|
+
OAuth2::Client.new(
|
102
|
+
'',
|
103
|
+
'',
|
104
|
+
site: 'https://api.amazon.com',
|
105
|
+
ssl: { version: :TLSv1 }
|
105
106
|
)
|
106
107
|
end
|
107
108
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: blurb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- dlbunker
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: exe
|
12
12
|
cert_chain: []
|
13
|
-
date: 2021-
|
13
|
+
date: 2021-02-16 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: bundler
|
@@ -208,7 +208,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
208
208
|
- !ruby/object:Gem::Version
|
209
209
|
version: '0'
|
210
210
|
requirements: []
|
211
|
-
rubygems_version: 3.
|
211
|
+
rubygems_version: 3.1.4
|
212
212
|
signing_key:
|
213
213
|
specification_version: 4
|
214
214
|
summary: Ruby gem for the Amazon Advertising API
|