webpack-rails 0.9.8 → 0.9.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cfcf45814f51f113a5689c534a745ded9c30f0df
4
- data.tar.gz: 3dd10a9be3d3c47a5c6571512096a0ca9d819da7
3
+ metadata.gz: 1eda41f8a2de63c4b9dd46b6d6cd17d68d448d51
4
+ data.tar.gz: 647d5fa7649c014b59f83f83f6bc215c650b4e6c
5
5
  SHA512:
6
- metadata.gz: 76391a93c60234bbd447bf0e71753d70759709db801a5447365736a98deaa9a5b8c0247294561741cc1ed150518d340b821933029621da10dfed3906699f6372
7
- data.tar.gz: 11223b1c5d1eea5809581ab573b9b9c0140d607b0bbf12e14c9af38e57fc48b5ae135413c7da931302fccf321a4354b899741ece9b29324eb9bdb25a0231a188
6
+ metadata.gz: cf133061ab304c49203928d81ffec20ebe5fe7a466c98d97dbdc895a2cbc8927fb9a16faf5f8d3abc96521d0a8ac361229dbf2043a4ae4792b584add121882e0
7
+ data.tar.gz: 54f64553a2e5e18e819e384e0751aa6084e6fb869e430db2bf97174b120321a3d9d6c1a11ab655ea15d391b4661012a8ff83168cf1c89f76cdb062b1c59ab4f1
@@ -14,7 +14,6 @@ namespace :webpack do
14
14
  raise "Can't find our webpack config file at #{config_file}"
15
15
  end
16
16
 
17
- result = `#{webpack_bin} --bail --config #{config_file} 2>&1`
18
- raise result unless $CHILD_STATUS == 0
17
+ sh "#{webpack_bin} --config #{config_file} --bail"
19
18
  end
20
19
  end
@@ -1,6 +1,6 @@
1
1
  module Webpack
2
2
  # :nodoc:
3
3
  module Rails
4
- VERSION = "0.9.8"
4
+ VERSION = "0.9.9"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webpack-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.8
4
+ version: 0.9.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Pearson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-10 00:00:00.000000000 Z
11
+ date: 2016-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails