humidifier 0.1.0 → 0.1.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: fdbf719f5542ef196ffba68323350327492e9259
4
- data.tar.gz: c21dc198cc7a5f8d6d249eb7a7f8e6ad697f33bc
3
+ metadata.gz: d716040551e5dd98dd1657c49c871709abb6010f
4
+ data.tar.gz: 7eb4eb76f74e949faa9c2ce27bc09163a10ed6b9
5
5
  SHA512:
6
- metadata.gz: 9be95a4d6a8f9baa91cb70c272508d718cc60aecaaa57531036484107cea0126dd01b59f6d54702696a764e630b67ef3d8db97d5776351d72ac3291cfb316533
7
- data.tar.gz: 1ae9dbe8cbead00b4e0ea7f4e7c927944af148d9c4a0399b1502cb6cfa00b74a33adfff1c24a5b4de564e0570f9c2283c6c01cc6c52370b95ef78b20a4c9deb1
6
+ metadata.gz: e66af527ba0c4944b3a87762f12bbf247bc669bba102bb5218df1dfd0252ab82b9aaa745dc086899b656af99c9a750fd9b54d3fd489f64233cef7558a461b58f
7
+ data.tar.gz: 2fe7e60900b53baa175f3299929035622416d267d39543d4fcf24285235c576cf1ce3f6be5ef430ee263c5194920bd01448b1895bebd609ed64ef423c692cbaa
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![Build Status](https://travis-ci.org/localytics/humidifier.svg?branch=master)](https://travis-ci.org/localytics/humidifier)
4
4
  [![Coverage Status](https://coveralls.io/repos/github/localytics/humidifier/badge.svg?branch=master&t=52zybb)](https://coveralls.io/github/localytics/humidifier?branch=master)
5
- [![Gem Version](https://img.shields.io/gem/v/humidifier.svg?maxAge=2592000)](https://rubygems.org/gems/humidifier)
5
+ [![Gem Version](https://img.shields.io/gem/v/humidifier.svg?maxAge=3600)](https://rubygems.org/gems/humidifier)
6
6
 
7
7
  Humidifier allows you to build AWS CloudFormation (CFN) templates programmatically. CFN stacks and resources are represented as Ruby objects with accessors for all their supported properties. Stacks and resources have `to_cf` methods that allow you to quickly inspect what will be uploaded.
8
8
 
@@ -4,7 +4,7 @@ module Humidifier
4
4
  class SdkPayload
5
5
 
6
6
  # The maximum amount of time that Humidifier should wait for a stack to complete a CRUD operation
7
- MAX_WAIT = 180
7
+ MAX_WAIT = 300
8
8
 
9
9
  attr_accessor :stack, :options, :max_wait
10
10
 
@@ -1,4 +1,4 @@
1
1
  module Humidifier
2
2
  # Gem version
3
- VERSION = '0.1.0'.freeze
3
+ VERSION = '0.1.1'.freeze
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: humidifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Localytics
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-20 00:00:00.000000000 Z
11
+ date: 2016-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler