3scale_api 1.0.11 → 1.0.12

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: 8e7cfb891b2ed35e525ece7bcd749ea3bd55422d
4
- data.tar.gz: 054ed669994171561b4d569d3c04939bdacd1cc6
3
+ metadata.gz: 902686b9fa039136e7c8a551951c29eafbc111d8
4
+ data.tar.gz: bde00070b7af22c4e7716889f59e7f31f2106519
5
5
  SHA512:
6
- metadata.gz: 93f41fb6b4cc5c9386c6cc01c5838662f8b2f7c48098b273d11908a646908902ed060b381b6a4b24688710994dc09e048d33af4465b1a5ee7b2f23d5d51bcd54
7
- data.tar.gz: 8528ba81265e3ae4b495dff44795257c417c13a767450e2cc4ae6a656a358c71e2e1edaacecad189e54c3eced2e5e0fc1744a97529bb04a31eba3de5eb80cbaf
6
+ metadata.gz: a53288f1cab2fff5be919f62b13a1aa99e77403f2756668bf762cde25a228bbffc7b2e057d8aa1141dc6e19dca0138755e10ea87b9ed81d83df4252c2b778754
7
+ data.tar.gz: 6deb17918e512bef1ee8fd5ec66bf1a06bfd023f66071c84eb4e2bb1d6d3f6654570b97ee236d8f24ba58b27a8b2ed05986ef522f2074082834733094214ece3
@@ -78,7 +78,7 @@ module Threescale
78
78
  end
79
79
  results.push(
80
80
  {:keys => keys,
81
- :id => application.css('id').text,
81
+ :id => application.css('id').first.text,
82
82
  :name => application.css('name').text,
83
83
  :application_id => application.css('application_id').text,
84
84
  :plan_type => application.css('plan name').text,
@@ -1,3 +1,3 @@
1
1
  module Threescale
2
- VERSION = "1.0.11"
2
+ VERSION = "1.0.12"
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.11
4
+ version: 1.0.12
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-17 00:00:00.000000000 Z
11
+ date: 2015-04-20 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: