smock 0.1.249 → 0.1.250
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/Rakefile +2 -2
- metadata +4 -4
data/Gemfile.lock
CHANGED
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.
|
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-
|
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:
|
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:
|
2381
|
+
hash: 2402183659003664819
|
2382
2382
|
requirements: []
|
2383
2383
|
rubyforge_project: smock
|
2384
2384
|
rubygems_version: 1.8.21
|