kumo_keisei 4.0.1 → 4.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/lib/kumo_keisei/stack.rb +2 -2
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a66315fbd003e8f9df5a8da1ac35242cabbd076f
4
- data.tar.gz: f0a69c4e6c24abe0d13cb51886dbe0c63332a09d
3
+ metadata.gz: ddce475e8634fc1a31056029c37c32f048f4ccfc
4
+ data.tar.gz: 680909d211bcdcce60ca69395f2c614313129763
5
5
  SHA512:
6
- metadata.gz: 48c9b4ea445da9296f83cc6cace3e181038b96ddd4c2896fcca38668d8a1361ec418e06fb8d232f410b1f1555287492233ea035c1704351ca7c76f5b667a07ea
7
- data.tar.gz: 7c36b72fcdda1a3dcc0b5bb5d595effb513daef4368428cddd7cfc20bee866b8c4b43d0a3f2c4dae700bd4aecf33aca2b9a94c652d2d58fde3019eb69c72666b
6
+ metadata.gz: db0e38bfa628ab3005bc9b52b6937f0d15e2fb33837e2bba4a3638a63df5d2c0f205cac47c1cf7b46a262ed6bec8795e22d8ca3648cd3f05d1d771c0778b951f
7
+ data.tar.gz: f8f8da23fe99deb826e4d993050f0d6a3a80179127a9d30214178150e6ecbf866f8a69af80f60b4c8e353dba7faad6be0913f914a4e900ba6b93060f9899fa0d
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.0.1
1
+ 4.0.2
@@ -28,14 +28,14 @@ module KumoKeisei
28
28
  self.new(app_name, environment_name).exists?
29
29
  end
30
30
 
31
- def initialize(app_name, environment_name, options = { confirmation_timeout: 30, waiter_delay: 20, waiter_attempts: 90 }, prompt_user = true)
31
+ def initialize(app_name, environment_name, options = { confirmation_timeout: 30, waiter_delay: 20, waiter_attempts: 90 }, prompt = true)
32
32
  @env_name = environment_name
33
33
  @app_name = app_name
34
34
  @stack_name = "#{app_name}-#{ environment_name }"
35
35
  @confirmation_timeout = options[:confirmation_timeout]
36
36
  @waiter_delay = options[:waiter_delay]
37
37
  @waiter_attempts = options[:waiter_attempts]
38
- prompt_user if prompt_user
38
+ prompt_user if prompt
39
39
  end
40
40
 
41
41
  def prompt_user
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kumo_keisei
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.1
4
+ version: 4.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Redbubble