nephophobia 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,6 +7,7 @@ module Nephophobia
7
7
  def initialize hash
8
8
  @project_id = hash['ownerId']
9
9
  item = hash['instancesSet']['item']
10
+ item = item.first if item.is_a?(Array)
10
11
  @description = item['displayDescription']
11
12
  @name = item['displayName']
12
13
  @key_name = item['keyName']
@@ -1,3 +1,3 @@
1
1
  module Nephophobia
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: nephophobia
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.8
5
+ version: 0.0.9
6
6
  platform: ruby
7
7
  authors:
8
8
  - John Dewey
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2011-04-13 00:00:00 -07:00
14
+ date: 2011-04-15 00:00:00 -07:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency