fog-softlayer 1.0.0 → 1.0.1

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: 7904d0f30a7c506a8afd3b630ca41aa9d1f9d720
4
- data.tar.gz: 2b1b5d83081491d2495f62ffc5dc624184e48b18
3
+ metadata.gz: be463e422e836c32a6c6c63e0924b8397f29e280
4
+ data.tar.gz: ecf628785caf063d87415680a01da476c8b2c0d2
5
5
  SHA512:
6
- metadata.gz: 26afb6fbb520309723542cd507c898861df2eeb02abb437b80aafbe514da7086a56d82b7b75b67fde93e3bd813f04def7b8d80e071f29c5f5bf6f5d8cad85002
7
- data.tar.gz: 3d21c80bd21da8cd4b3d642133dca84e5bc4a28b883e4011785bd27c1c64a825533633189f539e91331486f39956cfa8abc4c425bdcdf9009b0b6f94501a23a5
6
+ metadata.gz: 25a94717c195bb5e2e98bd45c2b5731b4d35254e16a15b80bb32784746112c5127fe6626f96107de28a9c3721a5696678fd8f40d9d4ab541f135485b16aa580d
7
+ data.tar.gz: babfc7e5538f7affd0b3b1f1b5f792ac8153d73d7f62f72fe067ccb1c9430aa5da7b7246b1f7706cac1ba9673d864c9d7ef9119bd103ceaa85b1f1d6064e11da
@@ -353,7 +353,7 @@ module Fog
353
353
  end
354
354
 
355
355
  def tags
356
- attributes[:tags].map { |i| i['tag']['name'] } if attributes[:tags]
356
+ attributes[:tags].map { |i| i['tag']['name'] if i['tag'] }.compact if attributes[:tags]
357
357
  end
358
358
 
359
359
  def get_active_tickets
@@ -7,6 +7,6 @@
7
7
 
8
8
  module Fog
9
9
  module Softlayer
10
- VERSION = "1.0.0"
10
+ VERSION = "1.0.1"
11
11
  end
12
12
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fog-softlayer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Eldridge
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-15 00:00:00.000000000 Z
11
+ date: 2015-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fog-core