tsudura 0.1.3 → 0.1.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0a0470a3c4aa12624b45c467c4db3780c8d68992
4
- data.tar.gz: e4915ac392c3cf88bef730316c755e57a66bdb5f
3
+ metadata.gz: 92299900e770946636a3c3d5b9d13c051a3d6aed
4
+ data.tar.gz: 18106f7d338b3a082a02afd28aadfe3a38789052
5
5
  SHA512:
6
- metadata.gz: c8806a7f55ff2b141f035fae551536bc31def8581535705836aa944efb841559d76c36c6c6769ac05854bb4edf06bdb5df9021577c8b043b9c9ba85016eec1b4
7
- data.tar.gz: 0faaf307e0dd09e71a2128b03897b3e55494d880284f234231515125313c989dc292ced44a69ab88e716fc46e155a722e4af3fdc07a095f0e8d4d2aea94293a3
6
+ metadata.gz: 4d55e808361ef403d30e0124560c9004abf69326768be8a52ae5e0226d57931e18317a91cd9445a2571a786e6e3b91358c3899dbd728cde0bdb6f202e4cd8eb3
7
+ data.tar.gz: b3ebafd45ec63824f74fda6780bc1b27e2ea9d53a1da9a2c8c164790a2b209bd96dde028484d42a7fe18ae50b3515c5b237492b977e0cfc56370f863ed42b7cb
@@ -26,12 +26,6 @@ module Tsudura::Runners
26
26
  Tsudura::Aws::AutoScale.new(@config, @timestamp).update
27
27
  end
28
28
 
29
- def destroy_temp_objects
30
- terminate_tmp_ec2_instance
31
- delete_old_launch_config
32
- deregister_old_ami
33
- end
34
-
35
29
  def terminate_tmp_ec2_instance
36
30
  @ec2.terminate
37
31
  end
@@ -38,8 +38,8 @@ module Tsudura::Runners
38
38
 
39
39
  def destroy_temp_objects_with_m
40
40
  terminate_tmp_ec2_instance_with_m
41
- deregister_old_ami_with_m
42
41
  delete_old_launch_config_with_m
42
+ deregister_old_ami_with_m
43
43
  end
44
44
 
45
45
  def terminate_tmp_ec2_instance_with_m
@@ -1,3 +1,3 @@
1
1
  module Tsudura
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tsudura
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - onigra
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-06-25 00:00:00.000000000 Z
11
+ date: 2015-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler