s3_website 1.4.1 → 1.4.2
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.
- data/bin/s3_website +1 -1
- data/changelog.md +4 -0
- data/s3_website.gemspec +1 -1
- metadata +4 -4
data/bin/s3_website
CHANGED
|
@@ -19,7 +19,7 @@ class Cfg < Thor
|
|
|
19
19
|
LONGDESC
|
|
20
20
|
def apply
|
|
21
21
|
puts 'Applying the configurations in s3_website.yml on the AWS services ...'
|
|
22
|
-
|
|
22
|
+
system('configure-s3-website --config-file s3_website.yml')
|
|
23
23
|
end
|
|
24
24
|
end
|
|
25
25
|
|
data/changelog.md
CHANGED
data/s3_website.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: s3_website
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-09-
|
|
12
|
+
date: 2013-09-20 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: aws-sdk
|
|
@@ -376,7 +376,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
376
376
|
version: '0'
|
|
377
377
|
segments:
|
|
378
378
|
- 0
|
|
379
|
-
hash:
|
|
379
|
+
hash: 662175797934402148
|
|
380
380
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
381
381
|
none: false
|
|
382
382
|
requirements:
|
|
@@ -385,7 +385,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
385
385
|
version: '0'
|
|
386
386
|
segments:
|
|
387
387
|
- 0
|
|
388
|
-
hash:
|
|
388
|
+
hash: 662175797934402148
|
|
389
389
|
requirements: []
|
|
390
390
|
rubyforge_project:
|
|
391
391
|
rubygems_version: 1.8.24
|