ec2launcher 1.3.4 → 1.3.5

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.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 1.3.5
2
+
3
+ * Fixed typo.
4
+
1
5
  ## 1.3.4
2
6
 
3
7
  * Additional error checking when deleting records from Route53.
@@ -79,8 +79,8 @@ module EC2Launcher
79
79
  end
80
80
  end
81
81
  end
82
+ @log.info("Route53 '#{record_type}' record for #{hostname} not found.") unless record_found
82
83
  end
83
- @log.info("Route53 '#{record_type}' record for #{hostname} not found.") unless record_found
84
84
 
85
85
  # Deletes a DNS record from Route53.
86
86
  #
@@ -2,5 +2,5 @@
2
2
  # Copyright (c) 2012 Sean Laurent
3
3
  #
4
4
  module EC2Launcher
5
- VERSION = "1.3.4"
5
+ VERSION = "1.3.5"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ec2launcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.4
4
+ version: 1.3.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: