cloudster 2.19.0 → 2.19.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.
- data/.travis.yml +0 -1
- data/README.md +5 -1
- data/VERSION +1 -1
- data/cloudster.gemspec +2 -2
- data/lib/cloudster/cloud.rb +1 -1
- metadata +3 -3
data/.travis.yml
CHANGED
data/README.md
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
# Cloudster
|
|
1
|
+
# Cloudster
|
|
2
|
+
[](https://travis-ci.org/emilsoman/cloudster)
|
|
3
|
+
[](https://codeclimate.com/github/emilsoman/cloudster)
|
|
4
|
+
[](https://gemnasium.com/emilsoman/cloudster)
|
|
5
|
+
[](http://stillmaintained.com/emilsoman/cloudster)
|
|
2
6
|
|
|
3
7
|
Cloudster is a Ruby gem that was born to cut the learning curve involved in writing your own CloudFormation templates. If you don't know what
|
|
4
8
|
a CloudFormation template is, but know about the AWS Cloud offerings, you can still use cloudster to provision your stack. Still in infancy , cloudster
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.19.
|
|
1
|
+
2.19.1
|
data/cloudster.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "cloudster"
|
|
8
|
-
s.version = "2.19.
|
|
8
|
+
s.version = "2.19.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Emil Soman"]
|
|
12
|
-
s.date = "2013-01-
|
|
12
|
+
s.date = "2013-01-11"
|
|
13
13
|
s.description = "Cloudster is a Ruby gem that was born to cut the learning curve involved \n in writing your own CloudFormation templates. If you don't know what a CloudFormation template is, \n but know about the AWS Cloud offerings, you can still use cloudster to provision your stack. \n Still in infancy , cloudster can create a very basic stack like a breeze. All kinds of contribution welcome !"
|
|
14
14
|
s.email = "emil.soman@gmail.com"
|
|
15
15
|
s.extra_rdoc_files = [
|
data/lib/cloudster/cloud.rb
CHANGED
|
@@ -354,7 +354,7 @@ module Cloudster
|
|
|
354
354
|
def outputs(options = {})
|
|
355
355
|
require_options(options, [:stack_name])
|
|
356
356
|
stack_description = describe(:stack_name => options[:stack_name])
|
|
357
|
-
outputs = stack_description["Outputs"] rescue
|
|
357
|
+
outputs = stack_description["Outputs"] rescue []
|
|
358
358
|
outputs_hash = {}
|
|
359
359
|
outputs.each do |output|
|
|
360
360
|
outputs_hash[output["OutputKey"]] = parse_outputs(output["OutputValue"])
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cloudster
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.19.
|
|
4
|
+
version: 2.19.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-01-
|
|
12
|
+
date: 2013-01-11 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: fog
|
|
@@ -169,7 +169,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
169
169
|
version: '0'
|
|
170
170
|
segments:
|
|
171
171
|
- 0
|
|
172
|
-
hash:
|
|
172
|
+
hash: 565967759
|
|
173
173
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
174
174
|
none: false
|
|
175
175
|
requirements:
|