smock 0.1.247 → 0.1.249
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/.ruby-version +1 -1
- data/Gemfile.lock +1 -1
- data/Rakefile +1 -1
- metadata +4 -4
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.1.
|
|
1
|
+
2.1.5
|
data/Gemfile.lock
CHANGED
data/Rakefile
CHANGED
|
@@ -78,7 +78,7 @@ end
|
|
|
78
78
|
desc "deploy to S3 (Depends on the AWS CLI being available)"
|
|
79
79
|
task :deploy_to_aws do
|
|
80
80
|
if ENV["SNAP_BRANCH"] == 'master'
|
|
81
|
-
sh "aws s3 sync versions/latest s3://smock.io/latest --delete --
|
|
81
|
+
sh "aws s3 sync versions/latest s3://smock.io/latest --delete --cache-control 'max-age=0, must-revalidate'"
|
|
82
82
|
sh "aws s3 sync versions s3://smock.io/"
|
|
83
83
|
else
|
|
84
84
|
puts "Not on master. Refusing to deploy to S3"
|
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.249
|
|
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: 2015-
|
|
12
|
+
date: 2015-03-06 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: sass
|
|
@@ -2369,7 +2369,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
2369
2369
|
version: '0'
|
|
2370
2370
|
segments:
|
|
2371
2371
|
- 0
|
|
2372
|
-
hash:
|
|
2372
|
+
hash: 2861181574430289411
|
|
2373
2373
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
2374
2374
|
none: false
|
|
2375
2375
|
requirements:
|
|
@@ -2378,7 +2378,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
2378
2378
|
version: '0'
|
|
2379
2379
|
segments:
|
|
2380
2380
|
- 0
|
|
2381
|
-
hash:
|
|
2381
|
+
hash: 2861181574430289411
|
|
2382
2382
|
requirements: []
|
|
2383
2383
|
rubyforge_project: smock
|
|
2384
2384
|
rubygems_version: 1.8.21
|