smock 0.1.94 → 0.1.96
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/Gemfile.lock +1 -1
- data/Rakefile +2 -2
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/Rakefile
CHANGED
@@ -50,8 +50,8 @@ end
|
|
50
50
|
desc "deploy to S3 (Depends on the AWS CLI being available)"
|
51
51
|
task :deploy_to_aws do
|
52
52
|
if ENV["SNAP_BRANCH"] == 'master'
|
53
|
-
sh "aws s3 sync versions/latest s3://
|
54
|
-
sh "aws s3 sync versions s3://
|
53
|
+
sh "aws s3 sync versions/latest s3://smock.io/latest --delete --recursive --cache-control 'max-age=0, must-revalidate'"
|
54
|
+
sh "aws s3 sync versions s3://smock.io/"
|
55
55
|
else
|
56
56
|
puts "Not on master. Refusing to deploy to S3"
|
57
57
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: smock
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.96
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -385,7 +385,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
385
385
|
version: '0'
|
386
386
|
segments:
|
387
387
|
- 0
|
388
|
-
hash: -
|
388
|
+
hash: -544697639735957359
|
389
389
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
390
390
|
none: false
|
391
391
|
requirements:
|
@@ -394,7 +394,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
394
394
|
version: '0'
|
395
395
|
segments:
|
396
396
|
- 0
|
397
|
-
hash: -
|
397
|
+
hash: -544697639735957359
|
398
398
|
requirements: []
|
399
399
|
rubyforge_project: smock
|
400
400
|
rubygems_version: 1.8.21
|