smock 0.1.59 → 0.1.62

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 +5 -0
  3. metadata +3 -3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- smock (0.1.59)
4
+ smock (0.1.62)
5
5
  sass (= 3.2.19)
6
6
  thor (= 0.19.1)
7
7
 
data/Rakefile CHANGED
@@ -42,3 +42,8 @@ desc "run a sass watcher"
42
42
  task :sasswatch => :build_version do
43
43
  sh "bundle exec sass --watch app/assets/stylesheets/smock.sass:./versions/smock.css"
44
44
  end
45
+
46
+ desc "deploy to S3 (Depends on the AWS CLI being available)"
47
+ task :deploy_to_aws do
48
+ sh "aws s3 sync versions s3://studio-app.envato.com/smock"
49
+ 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.59
4
+ version: 0.1.62
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: -3311088283718739339
360
+ hash: 1592373808882376812
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: -3311088283718739339
369
+ hash: 1592373808882376812
370
370
  requirements: []
371
371
  rubyforge_project: smock
372
372
  rubygems_version: 1.8.21