cloud_info 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/gemspec.rb +1 -1
  2. data/lib/cloud_info.rb +2 -2
  3. metadata +2 -2
data/gemspec.rb CHANGED
@@ -16,5 +16,5 @@ GEM_SPEC = Gem::Specification.new do |s|
16
16
  s.name = GEM_NAME
17
17
  s.platform = Gem::Platform::RUBY
18
18
  s.require_path = "lib"
19
- s.version = "0.1.0"
19
+ s.version = "0.1.1"
20
20
  end
data/lib/cloud_info.rb CHANGED
@@ -51,8 +51,8 @@ class CloudInfo
51
51
  environments.each do |env|
52
52
  info = CloudInfo.new(env, options)
53
53
  hosts = info.hosts
54
- pp env
55
- pp hosts
54
+ # pp env
55
+ # pp hosts
56
56
  all_hosts.merge!(hosts)
57
57
  end
58
58
  all_hosts
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Tung Nguyen