smock 0.1.249 → 0.1.250

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 +2 -2
  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.249)
4
+ smock (0.1.250)
5
5
  sass (= 3.2.19)
6
6
  thor (= 0.19.1)
7
7
 
data/Rakefile CHANGED
@@ -44,11 +44,11 @@ end
44
44
 
45
45
  desc "build javascript"
46
46
  task :build_js do
47
- sh "webpack --colors --output-path #{TARGET}/"
47
+ sh "./node_modules/.bin/webpack --colors --output-path #{TARGET}/"
48
48
  end
49
49
 
50
50
  task :watch do
51
- sh "webpack --watch --colors --output-path ./versions/latest/"
51
+ sh "./node_modules/.bin/webpack --watch --colors --output-path ./versions/latest/"
52
52
  end
53
53
 
54
54
  desc "build a version of smock ready for deploy"
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.249
4
+ version: 0.1.250
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-03-06 00:00:00.000000000 Z
12
+ date: 2015-03-11 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: 2861181574430289411
2372
+ hash: 2402183659003664819
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: 2861181574430289411
2381
+ hash: 2402183659003664819
2382
2382
  requirements: []
2383
2383
  rubyforge_project: smock
2384
2384
  rubygems_version: 1.8.21