s3_website 1.6.6 → 1.6.7

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.
Files changed (4) hide show
  1. checksums.yaml +8 -8
  2. data/changelog.md +5 -0
  3. data/s3_website.gemspec +2 -2
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZDYyZDQwYWE3MDMzYmQ1ZjBmY2RjNjg5OTMzMjA1YjYwM2NjOGFjNA==
4
+ ZDlmNDkyZGYzZWVlMGM1NjJkY2RhY2JiYWM2YjRhOTY5NmIwMjY5MQ==
5
5
  data.tar.gz: !binary |-
6
- MGRhNmEyZDhiYmQ5ZTIwNGNlYmMyOTFiOTYwOWJjMTJjOWMzZTU1YQ==
6
+ ZGM0ZDdjNGVmOTlkNjhlYjQ1MGM5ZjIzYjdiY2U4ZmE2MDA2NzRiYw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MTU4NGIzMDIxYjQxYTMzMzFiNWZmZDQ0MjQxOTY2MmNiNWY3YjExOTRmMzUy
10
- MGM2ZjJiZWY4ZjZlMzQzODIxMzgzMTQyMzE3NDU1M2M1MzNhZGNkODdhZjU2
11
- ZDQ4OTFhMDI2ZGI5NTcwMDdkM2ExYTI3YmI0NDViZDUwOWE1ZGE=
9
+ NTZmOTExODc2NjdiNTE0NmFlNWIyOGYyM2NhMjBlMDMzYjlhOWVhNTY3ZWNk
10
+ NGZlNGNmZGEwNTJmZTM4MmY5OGEzNGY3NDQzMmE0OWMyNmI2OGZjZTM0ZDMz
11
+ MzFmNDA0Njk1ZTYyZDg2OWRjNzkzOWVhMDlhNTRjYjU3ZjA3NDg=
12
12
  data.tar.gz: !binary |-
13
- MmNiN2Q5OTdiNzQ5NzUxNTU4YTU0ZThjODA4NzAxNTE3MzhhMGM4ZmU3MDRh
14
- MWEyMzNkOGY4YjRmNGEwNmI2NjZjZDRmMDZhMDcxOGUxMDQzYzkzOTdjMmI1
15
- YmQwMjhhNmY2MzQ3YzgwMGEyMzhlZDY5YzZlMTc1ZTY4ZGU2ZjU=
13
+ ZWMzNjFiM2FjNzZmZTBiYmE1MjY0MTQ2OTQ1OTFjZDA1ZTdjYTQ5MDM5YmIx
14
+ NDY1ZTE5YTA0NzU1ODg4NjFlOWU5NDZmMDk2ZDQzYjU3ZWZjNzNiMzUzZTE4
15
+ Mzg0NDgxN2I0MGEzNzRkZTJlODU3ZWRiYTE0M2RlZWJmZmJmMGQ=
data/changelog.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  This project uses [Semantic Versioning](http://semver.org).
4
4
 
5
+ ## 1.6.7
6
+
7
+ * Support the eu-west-1 location constraint for the commands `cfg apply` and
8
+ `cfg create`
9
+
5
10
  ## 1.6.6
6
11
 
7
12
  * Mark all text documents as UTF-8 encoded
data/s3_website.gemspec CHANGED
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "s3_website"
6
- s.version = "1.6.6"
6
+ s.version = "1.6.7"
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ["Lauri Lehmijoki"]
9
9
  s.email = ["lauri.lehmijoki@iki.fi"]
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
23
23
  s.add_dependency 'erubis', '~> 2.7.0'
24
24
  s.add_dependency 'mime-types', '= 1.19'
25
25
  s.add_dependency 'thor', '= 0.18.1'
26
- s.add_dependency 'configure-s3-website', '= 1.5.1'
26
+ s.add_dependency 'configure-s3-website', '= 1.5.2'
27
27
 
28
28
  s.add_development_dependency 'rspec'
29
29
  s.add_development_dependency 'rspec-expectations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: s3_website
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.6
4
+ version: 1.6.7
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-01-20 00:00:00.000000000 Z
11
+ date: 2014-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk
@@ -100,14 +100,14 @@ dependencies:
100
100
  requirements:
101
101
  - - '='
102
102
  - !ruby/object:Gem::Version
103
- version: 1.5.1
103
+ version: 1.5.2
104
104
  type: :runtime
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - '='
109
109
  - !ruby/object:Gem::Version
110
- version: 1.5.1
110
+ version: 1.5.2
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: rspec
113
113
  requirement: !ruby/object:Gem::Requirement