tass 0.2.0 → 0.2.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: ca68ee303c37d72f4f6181190b335f69ebb08246
4
- data.tar.gz: b4682c05d5e4d33331a3593f6f5057d7d6ef5a4f
3
+ metadata.gz: 5b188c163337f972c649a81c15bcba51a17357db
4
+ data.tar.gz: 554fe1dda1e8ba161e7373fc03b3b4d70ce95eca
5
5
  SHA512:
6
- metadata.gz: 45dab2e4592a57fad381569449b5d7a345cfccbe087f2dc82ba0ffc657c4f933eb0689372e1ce281467ab339c85ac2b9b88db729038e43b85046d8666795f60d
7
- data.tar.gz: 0f54f9b7845553c64a9846a130496d79a8d16182f6a4725e4ffa3933727cc29f53af1ee4849dc42634acf384549ff9e5ccc2c009880126fbf45197ac01d3b1ec
6
+ metadata.gz: 9855457ee5c59c985f62df957c11a75cede3e42babbc183f77970960313763adb43e065f6b38559b033740c91d398b1248f24045c0a1980d54dc82b04f49544e
7
+ data.tar.gz: 698da97f5892acda9e4c7b3c8b4324170058776445455a56bf0304b623e8243a16e19979411d5d4a04cbfac6e9d2388b62894090f0fe6fe9355df6c5a79b0ad4
@@ -20,9 +20,9 @@ module Tapjoy
20
20
  Tapjoy::AutoscalingBootstrap::AWS::Autoscaling::LaunchConfig.create(
21
21
  **config, **aws_env, user_data: user_data)
22
22
  rescue Aws::AutoScaling::Errors::ValidationError => err
23
- STDERR.puts "Cannot create launch configuration: #{err}"
23
+ abort("Cannot create launch configuration: #{err}")
24
24
  rescue Aws::AutoScaling::Errors::LimitExceeded => err
25
- STDERR.puts "Maximum launch configurations exceeded: #{err}"
25
+ abort("Maximum launch configurations exceeded: #{err}")
26
26
  end
27
27
  end
28
28
 
@@ -3,7 +3,7 @@ module Tapjoy
3
3
  module Version
4
4
  MAJOR = 0
5
5
  MINOR = 2
6
- PATCH = 0
6
+ PATCH = 1
7
7
  end
8
8
 
9
9
  VERSION = [Version::MAJOR, Version::MINOR, Version::PATCH].join('.')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ali Tayarani
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-06 00:00:00.000000000 Z
11
+ date: 2015-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: trollop