adk2 0.0.7 → 0.0.8

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: 0854db438895282df9c7c74ad112a3ebe0171e9f
4
- data.tar.gz: ab23088c60dd1f8a5efce2c0cd1b4cad8ebe88da
3
+ metadata.gz: c8461f2a2567d022f773e54b38fd6b1284d645dc
4
+ data.tar.gz: db95575adb771925b93c8197e420e385680ad12f
5
5
  SHA512:
6
- metadata.gz: f26927937eaad5a713743edb6fee0498af9d62867d0f3c6590be667fbdc80275cc1d88f5d090452abc29519b7e5f17a6f5f3b61d5c29598ba00d2cf7f36108d1
7
- data.tar.gz: dc099c67a885563adde2b1d28861a344ce0318e8f1d4bf5f49fb7bbf736d6b8b5c2507ccf802e90c0fdd6171f6a7afbc34bbd0c19f77215fc83a8114fe591a25
6
+ metadata.gz: afe70c017e4fbc8f2b7857aa35115e008f38e1063aeecdbc3561c8d8f8d20425cc9f21a09fd837d7603420b209e49b05f989693eb7252abd1f2d4479cb0d7e1f
7
+ data.tar.gz: 2901799a46c50bfb749547832ddf78174e439374f574af658f10270f5dfad4839217939efd844647610699e352e757c07c191689ad3a6f87e174ee06aa9950b1
@@ -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")
@@ -36,7 +36,7 @@ module Adk2
36
36
  }.to_json
37
37
  )
38
38
 
39
- @api_token = resource('intro/profile/apikey').post(
39
+ @api_token = resource('profile/apikey').post(
40
40
  '',
41
41
  cookies: response.cookies
42
42
  )
@@ -1,3 +1,3 @@
1
1
  module Adk2
2
- VERSION = '0.0.7'
2
+ VERSION = '0.0.8'
3
3
  end
@@ -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/intro/profile/apikey
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.7
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-10 00:00:00.000000000 Z
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.5
185
+ rubygems_version: 2.4.6
186
186
  signing_key:
187
187
  specification_version: 4
188
188
  summary: API client for adk2