stackup 0.0.7 → 0.0.8

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: a3d43bfd3b75ab37503b4b44933dcb086ad80351
4
- data.tar.gz: 6d43253e47b02d61f549ccd6c9064046780ec71f
3
+ metadata.gz: 2e09ac6d57442b2d3c00a71be836fd7763a2fb05
4
+ data.tar.gz: 403250844ca02c15cc39cd49b7e5f26763ef463b
5
5
  SHA512:
6
- metadata.gz: 2b6971f3281601543ed3ee5d088ccacc2b7069e5b46acbf5bd8d18c2a911a3db36a6bc532c04eac14660fcccd6538c7d3d8258349eb04e3541013ccb2e002ab8
7
- data.tar.gz: ecb74e9962901afd46410cdace610dff8b6fbfc75efaec26c346f25f0da47866450cb065c5f75fb7a953cf2d45ed4054710760d7091ff8f723119a484b970693
6
+ metadata.gz: f4dc9a1390519780f2c42e131827ec5b7c634653cd9ff95df6acc7f308b865c1334976330bcf0c826a14f6965b78f6d5a025a828360ddc4d6e18fc53fbdd284d
7
+ data.tar.gz: 383e9d2680d21408badbee0f00de41a46c2ba1b75cb71f2ade798f486049f11dac3a972e26f09b12c3154a0295137404c4c0792f7a794b08756eecd6bd8f297b
data/Gemfile CHANGED
File without changes
data/Gemfile.lock CHANGED
@@ -1,27 +1,29 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stackup (0.0.5)
4
+ stackup (0.0.8)
5
5
  aws-sdk (~> 2.0)
6
6
  clamp (~> 1.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- ast (2.1.0)
12
- astrolabe (1.3.1)
13
- parser (~> 2.2)
14
- aws-sdk (2.1.23)
15
- aws-sdk-resources (= 2.1.23)
16
- aws-sdk-core (2.1.23)
11
+ ast (2.0.0)
12
+ astrolabe (1.3.0)
13
+ parser (>= 2.2.0.pre.3, < 3.0)
14
+ aws-sdk (2.1.21)
15
+ aws-sdk-resources (= 2.1.21)
16
+ aws-sdk-core (2.1.21)
17
17
  jmespath (~> 1.0)
18
- aws-sdk-resources (2.1.23)
19
- aws-sdk-core (= 2.1.23)
18
+ aws-sdk-resources (2.1.21)
19
+ aws-sdk-core (= 2.1.21)
20
20
  byebug (6.0.2)
21
21
  clamp (1.0.0)
22
22
  diff-lcs (1.2.5)
23
- jmespath (1.1.3)
24
- parser (2.2.2.6)
23
+ jmespath (1.0.2)
24
+ multi_json (~> 1.0)
25
+ multi_json (1.11.2)
26
+ parser (2.2.2.5)
25
27
  ast (>= 1.1, < 3.0)
26
28
  powerpack (0.1.1)
27
29
  rainbow (2.0.0)
@@ -39,7 +41,7 @@ GEM
39
41
  diff-lcs (>= 1.2.0, < 2.0)
40
42
  rspec-support (~> 3.3.0)
41
43
  rspec-support (3.3.0)
42
- rubocop (0.34.1)
44
+ rubocop (0.32.0)
43
45
  astrolabe (~> 1.3)
44
46
  parser (>= 2.2.2.5, < 3.0)
45
47
  powerpack (~> 0.1)
data/README.md CHANGED
File without changes
data/Rakefile CHANGED
File without changes
data/lib/stackup.rb CHANGED
@@ -1,4 +1,4 @@
1
- require "aws-sdk"
2
- require_relative "stackup/monitor"
3
- require_relative "stackup/stack"
4
- require "json"
1
+ require "aws-sdk"
2
+ require_relative "stackup/monitor"
3
+ require_relative "stackup/stack"
4
+ require "json"
data/lib/stackup/cli.rb CHANGED
File without changes
File without changes
data/lib/stackup/stack.rb CHANGED
@@ -85,9 +85,9 @@ module Stackup
85
85
  def wait_for_events
86
86
  loop do
87
87
  display_new_events
88
- status = stack_status
88
+ status = stack.stack_status
89
89
  return status if status =~ /_(COMPLETE|FAILED)$/
90
- sleep(poll_interval)
90
+ sleep(5)
91
91
  end
92
92
  end
93
93
 
Binary file
data/spec/spec_helper.rb CHANGED
File without changes
File without changes
File without changes
data/stackup.gemspec CHANGED
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
  Gem::Specification.new do |spec|
5
5
 
6
6
  spec.name = "stackup"
7
- spec.version = "0.0.7"
7
+ spec.version = "0.0.8"
8
8
  spec.authors = ["Arvind Kunday", "Mike Williams"]
9
9
  spec.email = ["arvind.kunday@rea-group.com", "mike.williams@rea-group.com"]
10
10
  spec.summary = "Tools for deployment to AWS"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stackup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arvind Kunday
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-09-30 00:00:00.000000000 Z
12
+ date: 2015-10-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: aws-sdk
@@ -57,13 +57,7 @@ files:
57
57
  - lib/stackup/cli.rb
58
58
  - lib/stackup/monitor.rb
59
59
  - lib/stackup/stack.rb
60
- - pkg/stackup-0.0.2.gem
61
- - pkg/stackup-0.0.3.gem
62
- - pkg/stackup-0.0.4.gem
63
- - pkg/stackup-0.0.5.gem
64
- - pkg/stackup-0.0.6.gem
65
- - pkg/stackup-0.0.7.gem
66
- - sample.json
60
+ - pkg/stackup-0.0.1.gem
67
61
  - spec/spec_helper.rb
68
62
  - spec/stackup/monitor_spec.rb
69
63
  - spec/stackup/stack_spec.rb
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
data/sample.json DELETED
@@ -1,13 +0,0 @@
1
- {
2
- "AWSTemplateFormatVersion": "2010-09-09",
3
- "Description": "test",
4
- "Resources": {
5
- "EC2Instance": {
6
- "Type": "AWS::EC2::Instance",
7
- "Properties": {
8
- "InstanceType": "t2.micro",
9
- "ImageId": "ami-8bfdbeb1"
10
- }
11
- }
12
- }
13
- }