configure-s3-website 1.7.1 → 1.7.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1fdb2239eca9e62f6b35c5b80f3cd4fe53d0a230
|
4
|
+
data.tar.gz: 50e173a96f1c9a62f7ab3b4a8fb1a696e130bf64
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b8ef4876aeb1f13e2fb07362006e509e58aa580cf5f361b19e471c7c828ab72f45d36394126eef38b898f0d98f3a2004d91abd2cbb3a5b958b4bc13a4f4ac449
|
7
|
+
data.tar.gz: 7561e33a89e876097ad69919a5eb25925a4af77852e57465a86f08ca46179952cfcacaaf5ecfffe20df732a9c98eb9844931122e543fe5955b49a77550b44579
|
data/changelog.md
CHANGED
@@ -11,7 +11,7 @@ Feature: configure an S3 bucket to function as a website
|
|
11
11
|
Bucket name-of-a-new-bucket now functions as a website
|
12
12
|
Bucket name-of-a-new-bucket is now readable to the whole world
|
13
13
|
No redirects to configure for name-of-a-new-bucket bucket
|
14
|
-
Do you want to deliver your website via CloudFront,
|
14
|
+
Do you want to deliver your website via CloudFront, Amazon’s CDN service? [y/N]
|
15
15
|
|
16
16
|
"""
|
17
17
|
|
@@ -59,6 +59,6 @@ Feature: configure an S3 bucket to function as a website
|
|
59
59
|
Bucket website-with-redirects now functions as a website
|
60
60
|
Bucket website-with-redirects is now readable to the whole world
|
61
61
|
1 redirects configured for website-with-redirects bucket
|
62
|
-
Do you want to deliver your website via CloudFront,
|
62
|
+
Do you want to deliver your website via CloudFront, Amazon’s CDN service? [y/N]
|
63
63
|
|
64
64
|
"""
|
@@ -11,7 +11,7 @@ Feature: Create a CloudFront distribution
|
|
11
11
|
Bucket website-via-cf now functions as a website
|
12
12
|
Bucket website-via-cf is now readable to the whole world
|
13
13
|
No redirects to configure for website-via-cf bucket
|
14
|
-
Do you want to deliver your website via CloudFront,
|
14
|
+
Do you want to deliver your website via CloudFront, Amazon’s CDN service? [y/N]
|
15
15
|
The distribution E45H2VN49KPDU at d3feoe9t5ufu01.cloudfront.net now delivers the origin website-via-cf.s3-website-us-east-1.amazonaws.com
|
16
16
|
Please allow up to 15 minutes for the distribution to initialise
|
17
17
|
For more information on the distribution, see https://console.aws.amazon.com/cloudfront
|
@@ -65,7 +65,7 @@ Feature: Create a CloudFront distribution
|
|
65
65
|
Bucket website-via-cf now functions as a website
|
66
66
|
Bucket website-via-cf is now readable to the whole world
|
67
67
|
No redirects to configure for website-via-cf bucket
|
68
|
-
Do you want to deliver your website via CloudFront,
|
68
|
+
Do you want to deliver your website via CloudFront, Amazon’s CDN service? [y/N]
|
69
69
|
The distribution E45H2VN49KPDU at d3feoe9t5ufu01.cloudfront.net now delivers the origin website-via-cf.s3-website-us-east-1.amazonaws.com
|
70
70
|
Please allow up to 15 minutes for the distribution to initialise
|
71
71
|
For more information on the distribution, see https://console.aws.amazon.com/cloudfront
|
@@ -90,7 +90,7 @@ Feature: Create a CloudFront distribution
|
|
90
90
|
Bucket website-via-cf now functions as a website
|
91
91
|
Bucket website-via-cf is now readable to the whole world
|
92
92
|
No redirects to configure for website-via-cf bucket
|
93
|
-
Do you want to deliver your website via CloudFront,
|
93
|
+
Do you want to deliver your website via CloudFront, Amazon’s CDN service? [y/N]
|
94
94
|
The distribution E45H2VN49KPDU at d3feoe9t5ufu01.cloudfront.net now delivers the origin website-via-cf.s3-website-us-east-1.amazonaws.com
|
95
95
|
Please allow up to 15 minutes for the distribution to initialise
|
96
96
|
For more information on the distribution, see https://console.aws.amazon.com/cloudfront
|
@@ -50,7 +50,7 @@ module ConfigureS3Website
|
|
50
50
|
elsif options[:headless]
|
51
51
|
# Do nothing
|
52
52
|
else
|
53
|
-
puts 'Do you want to deliver your website via CloudFront,
|
53
|
+
puts 'Do you want to deliver your website via CloudFront, Amazon’s CDN service? [y/N]'
|
54
54
|
case standard_input.gets.chomp
|
55
55
|
when /(y|Y)/ then create_distribution options
|
56
56
|
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.7.
|
4
|
+
version: 1.7.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lauri Lehmijoki
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-08-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: deep_merge
|
@@ -28,112 +28,112 @@ dependencies:
|
|
28
28
|
name: rspec
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - ~>
|
31
|
+
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: 2.10.0
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- - ~>
|
38
|
+
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: 2.10.0
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: rspec-expectations
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- - ~>
|
45
|
+
- - "~>"
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: 2.10.0
|
48
48
|
type: :development
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- - ~>
|
52
|
+
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: 2.10.0
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: cucumber
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
|
-
- - ~>
|
59
|
+
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
61
|
version: 1.2.0
|
62
62
|
type: :development
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
|
-
- - ~>
|
66
|
+
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: 1.2.0
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: aruba
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
|
-
- - ~>
|
73
|
+
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
75
|
version: 0.4.0
|
76
76
|
type: :development
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
|
-
- - ~>
|
80
|
+
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: 0.4.0
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: rake
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
|
-
- - ~>
|
87
|
+
- - "~>"
|
88
88
|
- !ruby/object:Gem::Version
|
89
89
|
version: 0.9.0
|
90
90
|
type: :development
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
|
-
- - ~>
|
94
|
+
- - "~>"
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: 0.9.0
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: vcr
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
100
100
|
requirements:
|
101
|
-
- - ~>
|
101
|
+
- - "~>"
|
102
102
|
- !ruby/object:Gem::Version
|
103
103
|
version: 2.3.0
|
104
104
|
type: :development
|
105
105
|
prerelease: false
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
107
107
|
requirements:
|
108
|
-
- - ~>
|
108
|
+
- - "~>"
|
109
109
|
- !ruby/object:Gem::Version
|
110
110
|
version: 2.3.0
|
111
111
|
- !ruby/object:Gem::Dependency
|
112
112
|
name: webmock
|
113
113
|
requirement: !ruby/object:Gem::Requirement
|
114
114
|
requirements:
|
115
|
-
- - ~>
|
115
|
+
- - "~>"
|
116
116
|
- !ruby/object:Gem::Version
|
117
117
|
version: 1.8.0
|
118
118
|
type: :development
|
119
119
|
prerelease: false
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
121
121
|
requirements:
|
122
|
-
- - ~>
|
122
|
+
- - "~>"
|
123
123
|
- !ruby/object:Gem::Version
|
124
124
|
version: 1.8.0
|
125
125
|
- !ruby/object:Gem::Dependency
|
126
126
|
name: json
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|
128
128
|
requirements:
|
129
|
-
- - ~>
|
129
|
+
- - "~>"
|
130
130
|
- !ruby/object:Gem::Version
|
131
131
|
version: 1.7.7
|
132
132
|
type: :development
|
133
133
|
prerelease: false
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
135
135
|
requirements:
|
136
|
-
- - ~>
|
136
|
+
- - "~>"
|
137
137
|
- !ruby/object:Gem::Version
|
138
138
|
version: 1.7.7
|
139
139
|
description:
|
@@ -143,8 +143,8 @@ executables:
|
|
143
143
|
extensions: []
|
144
144
|
extra_rdoc_files: []
|
145
145
|
files:
|
146
|
-
- .gitignore
|
147
|
-
- .travis.yml
|
146
|
+
- ".gitignore"
|
147
|
+
- ".travis.yml"
|
148
148
|
- Gemfile
|
149
149
|
- LICENSE
|
150
150
|
- README.md
|
@@ -202,17 +202,17 @@ require_paths:
|
|
202
202
|
- lib
|
203
203
|
required_ruby_version: !ruby/object:Gem::Requirement
|
204
204
|
requirements:
|
205
|
-
- -
|
205
|
+
- - ">="
|
206
206
|
- !ruby/object:Gem::Version
|
207
207
|
version: '0'
|
208
208
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
209
209
|
requirements:
|
210
|
-
- -
|
210
|
+
- - ">="
|
211
211
|
- !ruby/object:Gem::Version
|
212
212
|
version: '0'
|
213
213
|
requirements: []
|
214
214
|
rubyforge_project:
|
215
|
-
rubygems_version: 2.2.
|
215
|
+
rubygems_version: 2.2.2
|
216
216
|
signing_key:
|
217
217
|
specification_version: 4
|
218
218
|
summary: Configure your AWS S3 bucket to function as a web site
|