cloudformation-ruby-dsl 1.2.6 → 1.3.0

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: fcefa7ca9233df5bfcd9223e6558c2849db7b18c
4
- data.tar.gz: 9c056b722df8348be8a1932c9374eadd2d71cfa9
3
+ metadata.gz: e987c032a782540897be50d23a8338ca6ca49424
4
+ data.tar.gz: d78d73a9dca58bcfe5cd33d8d13852d9936cd2bc
5
5
  SHA512:
6
- metadata.gz: a855706d0b535cb20450fe23a47bf3380342c2f15c7b1899c182179b5e09c85b51d1d3e327f44c6f90ba89ccdcea0dd53d264cd628c4c366e469fe60f8c059ae
7
- data.tar.gz: cb4ab5611b187e4da6923f8312e70c2cdfbcc928dd8fd57b41b3ffa68d9a92439044b94357a37af2a0453d33be77352cc5624abaf08214f4ee3bb0ff12cdae9a
6
+ metadata.gz: a8abf58aad4c1d6a02819ab3ac49d45b2a8ccd93b9389e488dce7606a94839e04ee6248c38c207992a1f96a07ba08c2ffb38370b8dc8f2cdf6ca032dde7f7840
7
+ data.tar.gz: c4ad57d4148f69bf38ecbec45c1114d48a2b3a487f286581fbf2275eec029c5db173b69691228d03e9c3552c9a4ad2af540fa326be84b0e8217d707542163750
@@ -15,7 +15,7 @@
15
15
  module Cfn
16
16
  module Ruby
17
17
  module Dsl
18
- VERSION = "1.2.6"
18
+ VERSION = "1.3.0"
19
19
  end
20
20
  end
21
21
  end
@@ -104,7 +104,7 @@ module FileHelpers
104
104
  # Delete a file from the spec/tmp directory
105
105
  def delete_test_file(filename)
106
106
  abs_path = File.join(from_project_root("spec/tmp"), filename)
107
- FileUtils.rm(abs_path) if File.exist?(abs_path)
107
+ FileUtils.rm(abs_path)
108
108
  end
109
109
 
110
110
  ##
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudformation-ruby-dsl
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.6
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shawn Smith
@@ -15,7 +15,7 @@ authors:
15
15
  autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
- date: 2016-11-03 00:00:00.000000000 Z
18
+ date: 2016-10-18 00:00:00.000000000 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: detabulator