3scale_api 1.0.9 → 1.0.10

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: 0400373a0d57b45585e07629fd5ffa535d10f0f0
4
- data.tar.gz: e516ce52443805f238c727d739590ab484d54e87
3
+ metadata.gz: 75d586bd62eb74e45a90dca8fca52e29db2a5de9
4
+ data.tar.gz: c411e405465bf9d4898c6c833152fadec4168c20
5
5
  SHA512:
6
- metadata.gz: 2447ab2c8bc422b733bd402a548d3b85dcf489f98b3f3befb500fe43fa3cf131c6919f6cdf86980c30f9d436eaa7c8ac3fcc3b8aa5c7982aa6e78df1ef126e4a
7
- data.tar.gz: 8bf8b07ecb65ec4e7ef298691a3324bacb77a0752e611a2679492587b4bd4e25c10a783870dd718b8172edc32ba980d52721dc2ed380599bb409a562b377c2d0
6
+ metadata.gz: 71afd9b2e268e0ead676872c957418e2b8a1a6a292ce19d8be73f67e0b97fc6f4d86aa7c7109aa59e3d5c864826a12252a07a0852d31ea8a6cd424d2a08dfa50
7
+ data.tar.gz: 7056564f7ea3b3fd1084cd8e4bcbdab9974f518dae8aef99389cbe20a305b9ebdf91ad405afb2a53ad41d4759b76fb32c5559a8276609a7a5a0317807588cc7b
@@ -149,6 +149,7 @@ module Threescale
149
149
  results = self.get_application_list account_id
150
150
  results[0][:user_id] = user_id.to_s
151
151
  result[:account_info] = results
152
+ result[:account_id] = account_id
152
153
  result
153
154
  end
154
155
 
@@ -1,3 +1,3 @@
1
1
  module Threescale
2
- VERSION = "1.0.9"
2
+ VERSION = "1.0.10"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: 3scale_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.9
4
+ version: 1.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robbie Holmes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-15 00:00:00.000000000 Z
11
+ date: 2015-04-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: This gem is to be used to interact with 3Scale's API.
14
14
  email: