configure-s3-website 1.6.0 → 1.7.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c2b02182749485194d57831fcd02c2fe2b328ea6
4
- data.tar.gz: 50289dd829211e426e3bd8c54ea4175b8cc80a1e
3
+ metadata.gz: 111bfecfa67b90d0e0c98f6e04b7707113208c42
4
+ data.tar.gz: a53ad918b31262c7a43147a485297a149ae679fd
5
5
  SHA512:
6
- metadata.gz: 67eb44a82bbd10d1292b0323e684b8ab5a6d8c28169df1799348ae8410118321b2591db50e6dcb520379dc99c9844ecf00c494cfe2dcad987f04dce1a4e15a52
7
- data.tar.gz: c115618f31f06838f99d9c6da135f4e0b44cab5a491b4034fbb4158d505624ddcac130a91b5017736c7703fc9622c1794a6d11a7d5107ba37be9972761f3dea2
6
+ metadata.gz: 84c8b875c875a91fe6675b803ca3da2f8ce17f16c03606c25f20f7ba261553f1f62e49d20e9b4edad981d1169d9fbe6c8042fea56d50d7d41b216d2e7f557738
7
+ data.tar.gz: 8454fcc5c0aa51bc25ad4db4fb3bd8c456b5d16e8b07568d54a56471f3c21ce2ca73f21ea7ed9eb9d64611b04ae50e0ffa510bbd7244691b85ec1b86320bfdc2
@@ -2,6 +2,10 @@
2
2
 
3
3
  This project uses [Semantic Versioning](http://semver.org).
4
4
 
5
+ ## 1.7.0
6
+
7
+ * Add eu-central-1 Region
8
+
5
9
  ## 1.6.0
6
10
 
7
11
  * Add switches `--headless` and `--autocreate-cloudfront-dist`
@@ -155,6 +155,7 @@ module ConfigureS3Website
155
155
  'us-west-1' => { :region => 'US West (Northern California)', :endpoint => 's3-us-west-1.amazonaws.com', :website_endpoint => 's3-website-us-west-1.amazonaws.com' },
156
156
  'EU' => eu_west_1_region,
157
157
  'eu-west-1' => eu_west_1_region,
158
+ 'eu-central-1' => { :region => 'EU (Frankfurt)', :endpoint => 's3.eu-central-1.amazonaws.com', :website_endpoint => 's3-website.eu-central-1.amazonaws.com' },
158
159
  'ap-southeast-1' => { :region => 'Asia Pacific (Singapore)', :endpoint => 's3-ap-southeast-1.amazonaws.com', :website_endpoint => 's3-website-ap-southeast-1.amazonaws.com' },
159
160
  'ap-southeast-2' => { :region => 'Asia Pacific (Sydney)', :endpoint => 's3-ap-southeast-2.amazonaws.com', :website_endpoint => 's3-website-ap-southeast-2.amazonaws.com' },
160
161
  'ap-northeast-1' => { :region => 'Asia Pacific (Tokyo)', :endpoint => 's3-ap-northeast-1.amazonaws.com', :website_endpoint => 's3-website-ap-northeast-1.amazonaws.com' },
@@ -1,3 +1,3 @@
1
1
  module ConfigureS3Website
2
- VERSION = '1.6.0'
2
+ VERSION = '1.7.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: configure-s3-website
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lauri Lehmijoki
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-08 00:00:00.000000000 Z
11
+ date: 2014-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: deep_merge