clouds 0.1.7 → 0.1.8

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -1
  3. data/lib/clouds/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 96afad45d74de8db26e18e6b045edfadfbe8ed10
4
- data.tar.gz: adacd5f1864d442918fb3ea7c8bd995777882e5d
3
+ metadata.gz: 92519f093fbe4cdaffea7af80a75e804ffdfe223
4
+ data.tar.gz: 18f44c4164e0c7b7c40406cd16f70735d83b0faf
5
5
  SHA512:
6
- metadata.gz: 7d1d1085fa106ee083cd2f7a44f75c1e518851fa0b0fbf61991392f4156551c3d9e9448c815c8a76d7cf7fa29f441a6826276ecf507108049cf8b0e86d655aba
7
- data.tar.gz: f2946de3a858eb79c8b8eb9cd8e1b3277feeb5c0ae318e3afeec03a56f859b1b715bfc9277e8211d6c25d6a0ed4045583eff365b7cd2d01c1fba262a6a66d21e
6
+ metadata.gz: d1ab63adb182412f6b303464143ba37f5c5fd44ba30f1fdaa20899f2ad6615caf7ad07fceca444fe78c6fcced1956ca3f61e045091078d84939a05b56c684ef2
7
+ data.tar.gz: 2e2fb681e3d406778804bd2b86f9ffdfecc07c86e6d2f4cac24b822d98ce86c2211ea7cb113fda2638be7958819dc8e8ea39bc2d158a833951c382d70ae2c6c4
data/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # clouds
2
2
 
3
- This is a simple tool that aims to ease the handling of [AWS CloudFormation](https://aws.amazon.com/cloudformation/) stacks, following the [infrastructure as code](http://sdarchitect.wordpress.com/2012/12/13/infrastructure-as-code/) philosophy in ways that are not possible with the AWS console. Even though you can achieve pretty much the same things using the AWS command line tools, `clouds` aims to be much easier to use, cleaner and more specialized in handling CloudFormation stacks as code.
3
+ [![Join the chat at https://gitter.im/cristim/clouds](https://badges.gitter.im/cristim/clouds.svg)](https://gitter.im/cristim/clouds?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4
+
5
+ This is a simple tool that aims to ease the handling of [AWS CloudFormation](https://aws.amazon.com/cloudformation/) stacks, following the [infrastructure as code](http://sdarchitect.wordpress.com/2012/12/13/infrastructure-as-code/) philosophy in ways that are not possible with the AWS console. Even though you can achieve pretty much the same things using the AWS command line tools, `clouds` aims to be much easier to use, cleaner and more specialized in handling CloudFormation stacks as ~~code~~ data(IMHO JSON doesn't really qualify to be called 'code', although it's quite close if considering the intrinsics), optimized for use with a source control tool.
4
6
 
5
7
  It was developed at [HERE](http://here.com) and we use it pretty much on a daily basis for updating our existing stacks and creating new ones.
6
8
 
@@ -1,3 +1,3 @@
1
1
  module Clouds
2
- VERSION = '0.1.7'
2
+ VERSION = '0.1.8'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clouds
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cristian Magherusan-Stanciu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-12 00:00:00.000000000 Z
11
+ date: 2016-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -163,7 +163,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
163
163
  version: '0'
164
164
  requirements: []
165
165
  rubyforge_project:
166
- rubygems_version: 2.2.2
166
+ rubygems_version: 2.5.1
167
167
  signing_key:
168
168
  specification_version: 4
169
169
  summary: AWS Cloudformation API