adk2 0.0.7 → 0.0.8
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/adk2.gemspec +1 -1
- data/lib/adk2/client.rb +1 -1
- data/lib/adk2/version.rb +1 -1
- data/spec/fixtures/vcr/Getting_an_API_token/updates_the_API_token.yml +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c8461f2a2567d022f773e54b38fd6b1284d645dc
|
|
4
|
+
data.tar.gz: db95575adb771925b93c8197e420e385680ad12f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: afe70c017e4fbc8f2b7857aa35115e008f38e1063aeecdbc3561c8d8f8d20425cc9f21a09fd837d7603420b209e49b05f989693eb7252abd1f2d4479cb0d7e1f
|
|
7
|
+
data.tar.gz: 2901799a46c50bfb749547832ddf78174e439374f574af658f10270f5dfad4839217939efd844647610699e352e757c07c191689ad3a6f87e174ee06aa9950b1
|
data/adk2.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ['developers@ad2games.com']
|
|
11
11
|
spec.summary = 'API client for adk2'
|
|
12
12
|
spec.description = 'API client for adk2'
|
|
13
|
-
spec.homepage = ''
|
|
13
|
+
spec.homepage = 'http://www.ad2games.com'
|
|
14
14
|
spec.license = 'MIT'
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
data/lib/adk2/client.rb
CHANGED
data/lib/adk2/version.rb
CHANGED
|
@@ -56,7 +56,7 @@ http_interactions:
|
|
|
56
56
|
recorded_at: Mon, 02 Feb 2015 09:22:48 GMT
|
|
57
57
|
- request:
|
|
58
58
|
method: post
|
|
59
|
-
uri: https://adk2-network-name.adk2.com/
|
|
59
|
+
uri: https://adk2-network-name.adk2.com/profile/apikey
|
|
60
60
|
body:
|
|
61
61
|
encoding: ASCII-8BIT
|
|
62
62
|
string: ''
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: adk2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ad2games GmbH
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-02
|
|
11
|
+
date: 2015-03-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rest-client
|
|
@@ -162,7 +162,7 @@ files:
|
|
|
162
162
|
- spec/integration/get_api_token_spec.rb
|
|
163
163
|
- spec/integration/report_spec.rb
|
|
164
164
|
- spec/spec_helper.rb
|
|
165
|
-
homepage:
|
|
165
|
+
homepage: http://www.ad2games.com
|
|
166
166
|
licenses:
|
|
167
167
|
- MIT
|
|
168
168
|
metadata: {}
|
|
@@ -182,7 +182,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
182
182
|
version: '0'
|
|
183
183
|
requirements: []
|
|
184
184
|
rubyforge_project:
|
|
185
|
-
rubygems_version: 2.4.
|
|
185
|
+
rubygems_version: 2.4.6
|
|
186
186
|
signing_key:
|
|
187
187
|
specification_version: 4
|
|
188
188
|
summary: API client for adk2
|