sbtpretty 0.2.2 → 0.2.3

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: c2b21f5af1e5e621bd80d1538b4bcdd0b7b33dbc
4
- data.tar.gz: 01c3e41073cfd82708552af0b24ed7892cc1f52b
3
+ metadata.gz: 786a2a4efe694e3f46d15f198823b21d99035449
4
+ data.tar.gz: 4873ef2c4913072528c1918b4ef1acfdafaf5724
5
5
  SHA512:
6
- metadata.gz: d7b370e609b0fa3c57169cf3da0b3825e0fa6df1b6a89d61afcb5ce2d53815d1fe391e154af0824024543e3f3c8251e94d639dbe474e3c37d8d65b988650fdc1
7
- data.tar.gz: f2c6dab35caf18ea1e5eacead6a08505f601b9c393f0ed17d074a875da9a840cc94ae2c4df6e0d85852443f360dfeff26ebca0626a558d29b30419bbd4bbfc28
6
+ metadata.gz: 2af927317cf4324719735f5144cb2746e11e2507b28f9980005dc54dcc3f2446029941a4851f2b43597dcf17df96f29e7f0f104d110cc1776a600989bae7b102
7
+ data.tar.gz: 9cad3666e33d53d5d491c57bb58cdb5f4ec86dbe8e61e995e3b41a21322ea3f8a897ab72ef3958701f7867157409ecf056e4eeaa169ded3ad36708a2c591701b
data/bin/sbtpretty CHANGED
@@ -10,6 +10,8 @@ end
10
10
 
11
11
  #http://robdodson.me/how-to-write-a-command-line-ruby-gem/
12
12
  #https://blog.faodailtechnology.com/step-by-step-guide-to-publish-your-first-ruby-gem-bae3291aeab4
13
-
14
- # gem build sbtpretty
15
- # gem push sbtpretty-0.2.1.gem
13
+ # update version.rb with a new number like 0.2.2
14
+ # run this command:
15
+ # gem build sbtpretty
16
+ # then replace the 0.2.2 with the version you changed and run the command
17
+ # gem push sbtpretty-0.2.2.gem
@@ -1,3 +1,3 @@
1
1
  module Sbtpretty
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
data/lib/sbtpretty.rb CHANGED
@@ -153,7 +153,7 @@ module Sbtpretty
153
153
  val = stdout.gets
154
154
  stdout.close
155
155
  stderr.gets(nil)
156
- stderr.closeline
156
+ stderr.close
157
157
  STDOUT.print(format(line,get_type(line)))
158
158
  STDOUT.flush
159
159
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sbtpretty
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Avner Barr