smock 0.1.67 → 0.1.68
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 +1 -1
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/Rakefile
CHANGED
@@ -45,6 +45,6 @@ end
|
|
45
45
|
|
46
46
|
desc "deploy to S3 (Depends on the AWS CLI being available)"
|
47
47
|
task :deploy_to_aws do
|
48
|
+
sh "aws s3 sync versions/latest s3://studio-app.envato.com/smock/latest --delete --recursive --cache-control max-age=0"
|
48
49
|
sh "aws s3 sync versions s3://studio-app.envato.com/smock"
|
49
|
-
sh "aws s3 sync versions/latest s3://studio-app.envato.com/smock/latest --recursive --cache-control max-age=0"
|
50
50
|
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.68
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -360,7 +360,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
360
360
|
version: '0'
|
361
361
|
segments:
|
362
362
|
- 0
|
363
|
-
hash: -
|
363
|
+
hash: -3460716624610697718
|
364
364
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
365
365
|
none: false
|
366
366
|
requirements:
|
@@ -369,7 +369,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
369
369
|
version: '0'
|
370
370
|
segments:
|
371
371
|
- 0
|
372
|
-
hash: -
|
372
|
+
hash: -3460716624610697718
|
373
373
|
requirements: []
|
374
374
|
rubyforge_project: smock
|
375
375
|
rubygems_version: 1.8.21
|