bigrig 0.3.0 → 0.3.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0a3826a554c69d11fbf7ad4e527cd9ec53e2ba42
4
- data.tar.gz: 1ddc2fb0fe457a8c371c9f5f60c67342e8749566
3
+ metadata.gz: 5ccdd689c1a3ba3b0e547fc4fe5180b313b3610e
4
+ data.tar.gz: 9089f2cc0e1be7cd25d2167b2675ff0adf6d9170
5
5
  SHA512:
6
- metadata.gz: e6ed6256a98e9895f8bdf61cecdc73aed139ec5c99054d693448794885ac5528209cd6e396685b91f92c8201fb3808587079f45cb9c1f688d3bff7ef34f8ba37
7
- data.tar.gz: 40690cf035320de5b847a43fc24ccad61393f67c071d4b0c8be36eb1e48000b050b2d4528d321a5a7937f88023b05d07f217e3b9bb6eeee55efb2201098f3fac
6
+ metadata.gz: 9bdedb77926b357dcc304a4a4641e2360801facee0d91b3b43b17e9f691654a74d060a2e2b72e6eb957a01bcff29c9229edb6bd3246c324c2d612a8afb67fb84
7
+ data.tar.gz: 8248c315851aed992335f00af90b95c53a5791eaeccc80c0032adbf4a7e417bfb6dbb83801ff9421fcb422b17e68f2190e382ba8552c60bec7807bc131d34364
data/CHANGELOG.md CHANGED
@@ -47,3 +47,7 @@ Add `volumes` attriute
47
47
  0.3.0
48
48
  =====
49
49
  * Honor .dockerignore, if present
50
+
51
+ 0.3.1
52
+ =====
53
+ * OutputParser now emits newlines correctly
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bigrig (0.3.0)
4
+ bigrig (0.3.1)
5
5
  colorize (= 0.7.5)
6
6
  docker-api (= 1.20.0)
7
7
  filewatcher (= 0.4.0)
@@ -1,7 +1,8 @@
1
1
  module Bigrig
2
2
  class OutputParser
3
3
  def self.parser_proc
4
- proc { |chunk| print OutputParser.new.parse chunk }
4
+ parser = OutputParser.new
5
+ proc { |chunk| print parser.parse chunk }
5
6
  end
6
7
 
7
8
  def initialize
@@ -1,3 +1,3 @@
1
1
  module Bigrig
2
- VERSION = '0.3.0'
2
+ VERSION = '0.3.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bigrig
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Your Name Here
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-28 00:00:00.000000000 Z
11
+ date: 2015-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake