smock 0.1.208 → 0.1.209

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 +4 -4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- smock (0.1.208)
4
+ smock (0.1.209)
5
5
  sass (= 3.2.19)
6
6
  thor (= 0.19.1)
7
7
 
data/Rakefile CHANGED
@@ -39,6 +39,11 @@ task :build_js do
39
39
  sh "webpack --colors --config webpack.config.min.js --output-path #{TARGET}/"
40
40
  end
41
41
 
42
+
43
+ task :watch do
44
+ sh "webpack --watch --colors --output-path ./versions/latest/"
45
+ end
46
+
42
47
  desc "build a version of smock ready for deploy"
43
48
  task :build_version => :clean do
44
49
 
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.208
4
+ version: 0.1.209
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-01-09 00:00:00.000000000 Z
12
+ date: 2015-01-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass
@@ -2042,7 +2042,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
2042
2042
  version: '0'
2043
2043
  segments:
2044
2044
  - 0
2045
- hash: -349514212283900047
2045
+ hash: 1705961718274937895
2046
2046
  required_rubygems_version: !ruby/object:Gem::Requirement
2047
2047
  none: false
2048
2048
  requirements:
@@ -2051,7 +2051,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
2051
2051
  version: '0'
2052
2052
  segments:
2053
2053
  - 0
2054
- hash: -349514212283900047
2054
+ hash: 1705961718274937895
2055
2055
  requirements: []
2056
2056
  rubyforge_project: smock
2057
2057
  rubygems_version: 1.8.21