smock 0.1.64 → 0.1.65

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 (3) hide show
  1. data/Gemfile.lock +1 -1
  2. data/Rakefile +1 -1
  3. metadata +3 -3
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- smock (0.1.64)
4
+ smock (0.1.65)
5
5
  sass (= 3.2.19)
6
6
  thor (= 0.19.1)
7
7
 
data/Rakefile CHANGED
@@ -46,5 +46,5 @@ end
46
46
  desc "deploy to S3 (Depends on the AWS CLI being available)"
47
47
  task :deploy_to_aws do
48
48
  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 --delete --cache-control max-age=0,must-revalidate"
49
+ sh "aws s3 sync versions/latest s3://studio-app.envato.com/smock/latest --recursive --delete --cache-control 'max-age=0, must-revalidate'"
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.64
4
+ version: 0.1.65
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -357,7 +357,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
357
357
  version: '0'
358
358
  segments:
359
359
  - 0
360
- hash: 1719110429538246739
360
+ hash: 2689253262778552154
361
361
  required_rubygems_version: !ruby/object:Gem::Requirement
362
362
  none: false
363
363
  requirements:
@@ -366,7 +366,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
366
366
  version: '0'
367
367
  segments:
368
368
  - 0
369
- hash: 1719110429538246739
369
+ hash: 2689253262778552154
370
370
  requirements: []
371
371
  rubyforge_project: smock
372
372
  rubygems_version: 1.8.21