cloudformer2 1.0.18 → 1.0.19
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -1
- data/lib/cloudformer/stack.rb +1 -1
- data/lib/cloudformer/version.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: a1498e687e93efa22f9e67d498562fd85b51b961
|
4
|
+
data.tar.gz: a1e6d84ddeb41af47755e08cc799906c840f3a6c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 212f27a2fe9df77762f6512daed248592defe289c96e74b8ca89d77dce269384b5574d9589f02b435fc1b7b87c77bbb8700d76a26fa77f501b9c9b69337b0fa6
|
7
|
+
data.tar.gz: 75c8e4741b1344510915c3fe05c67ad5e29523d628af6dff9f47683b2effbaee1f4fcbcf390ccb5013f292b757a3ad5ae205e722863095810aa9c3e36adb6f52
|
data/CHANGELOG.md
CHANGED
@@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file.
|
|
4
4
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
5
5
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
6
6
|
|
7
|
-
## 1.0.
|
7
|
+
## 1.0.20 (Next Release)
|
8
|
+
|
9
|
+
## 1.0.19
|
10
|
+
* Regular expression fix for s3 us-east-1 region endpoint
|
8
11
|
|
9
12
|
## [1.0.18]
|
10
13
|
* Initial release of cloudformer fork that uses the aws-sdk-v1 gem and aws-sdk ~> 2.10.9
|
data/lib/cloudformer/stack.rb
CHANGED
@@ -28,7 +28,7 @@ class Stack
|
|
28
28
|
|
29
29
|
def apply(template_file, parameters, disable_rollback = false,
|
30
30
|
capabilities = [], notify = [], tags = [])
|
31
|
-
if template_file =~ %r{^https:\/\/s3\S
|
31
|
+
if template_file =~ %r{^https:\/\/s3\S*\.amazonaws\.com\/(.*)}
|
32
32
|
template = template_file
|
33
33
|
elsif template_file =~ %r{^http.*(.json)$/}
|
34
34
|
begin
|
data/lib/cloudformer/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cloudformer2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.19
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sentia MPC
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-
|
12
|
+
date: 2017-09-13 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|