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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 507b885f8e308609bc0790cb86f143032b5b2c8c
4
- data.tar.gz: 92308039a57f4a25fb641cc39322ad8654f2a833
3
+ metadata.gz: a1498e687e93efa22f9e67d498562fd85b51b961
4
+ data.tar.gz: a1e6d84ddeb41af47755e08cc799906c840f3a6c
5
5
  SHA512:
6
- metadata.gz: d7b4bce27d8b8b8a506c9147ecf683ce7b11579bc9f5cc6560e90223146c1369c4d5d22569bb012eeee1379f987887c87c7a2ba0f58b30df7e244a7158629ea8
7
- data.tar.gz: 82c9575f3f6784b742e4c8fa6a7bd81697abb86f2888d4a93bb496063d73a6bb0cf8e44c6a0b76aa72fc3fdabd8199a9df64f2ccc6cf32de4b382812be143f1f
6
+ metadata.gz: 212f27a2fe9df77762f6512daed248592defe289c96e74b8ca89d77dce269384b5574d9589f02b435fc1b7b87c77bbb8700d76a26fa77f501b9c9b69337b0fa6
7
+ data.tar.gz: 75c8e4741b1344510915c3fe05c67ad5e29523d628af6dff9f47683b2effbaee1f4fcbcf390ccb5013f292b757a3ad5ae205e722863095810aa9c3e36adb6f52
@@ -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.19 (Next Release)
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
@@ -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+\.amazonaws\.com\/(.*)}
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
@@ -1,3 +1,3 @@
1
1
  module Cloudformer
2
- VERSION = "1.0.18".freeze
2
+ VERSION = "1.0.19".freeze
3
3
  end
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.18
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-07-18 00:00:00.000000000 Z
12
+ date: 2017-09-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler