rivet 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  Rivet CHANGELOG
2
2
  ===
3
+
4
+ 1.0.6 - Released 11/11/2013
5
+ ---
6
+ * Fixes a bug when using sync and the launch configuration does not exist
7
+
3
8
  1.0.5 - Released 11/11/2013
4
9
  ---
5
10
  * Removes an old unused function. Adds additional logging to launch_config class
@@ -50,9 +50,9 @@ module Rivet
50
50
  autoscale = AWS::AutoScaling.new()
51
51
  group = autoscale.groups[@name]
52
52
 
53
+ @launch_config.save
53
54
  create(options) unless group.exists?
54
55
 
55
- @launch_config.save
56
56
  group.update(options)
57
57
  else
58
58
  Rivet::Log.info("No autoscale differences to sync to AWS for #{@name}.")
data/lib/rivet/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Rivet
2
- VERSION = "1.0.5"
2
+ VERSION = "1.0.6"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rivet
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: