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 +4 -4
- data/lib/cloudformation-ruby-dsl/version.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e987c032a782540897be50d23a8338ca6ca49424
|
4
|
+
data.tar.gz: d78d73a9dca58bcfe5cd33d8d13852d9936cd2bc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a8abf58aad4c1d6a02819ab3ac49d45b2a8ccd93b9389e488dce7606a94839e04ee6248c38c207992a1f96a07ba08c2ffb38370b8dc8f2cdf6ca032dde7f7840
|
7
|
+
data.tar.gz: c4ad57d4148f69bf38ecbec45c1114d48a2b3a487f286581fbf2275eec029c5db173b69691228d03e9c3552c9a4ad2af540fa326be84b0e8217d707542163750
|
data/spec/spec_helper.rb
CHANGED
@@ -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)
|
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.
|
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-
|
18
|
+
date: 2016-10-18 00:00:00.000000000 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: detabulator
|