mixlibrary-core 0.0.5 → 0.0.6

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: 5adf798606eb443a67b8f87c2d3b10847c10bb41
4
- data.tar.gz: ff81d1a707aff60e7e2533995b7a6901c675a92d
3
+ metadata.gz: ec115f3fa3586fb2abf7577370b3e937aade34be
4
+ data.tar.gz: a35b726b128fee84197ce23748a63624627eebb8
5
5
  SHA512:
6
- metadata.gz: df8dd81aa9749e5186b3bd019fa7214d851d171faaea23ed004f98653eb0992644ec94fc601648c294ece876f45ed4c7c59a78f9d558df3cad558b245748bd92
7
- data.tar.gz: 3d56b82c0c93429d2a77587ae8c89da1428701113744d4ddb8cded79ecd67fb4c6ebc2656333fadb80677767700e34e119bd1cd8035f679264bb384f24d3f765
6
+ metadata.gz: a0d42921c2d857873ad0bad7ccf560bb71ed0c8437173dbff0c592b3befccbe6cbacb87add19fdd98d7bf3595150d565c11ee97eee477c0f09ad1b6dc226d941
7
+ data.tar.gz: 6a326ca807efcbbc568c1e44f605cce48fa19bbbac2790d84cad5471f6b0271e8611aca71e20c548fcca5f1242c5f1605f085427dab31aa2a95e2b03746abdb2
@@ -62,6 +62,7 @@ module Mixlibrary
62
62
  EOF
63
63
 
64
64
  EXIT_STATUS_POST= <<-EOF
65
+ exit $LASTEXITCODE
65
66
  }
66
67
  catch{
67
68
  write-error -exception ($_.Exception) -erroraction continue;
@@ -1,6 +1,6 @@
1
1
  module Mixlibrary
2
2
  module Core
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
4
4
  NAME = "mixlibrary-core"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mixlibrary-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas Carpenter
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-14 00:00:00.000000000 Z
11
+ date: 2015-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler