but 0.1.5 → 0.1.6

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
  SHA256:
3
- metadata.gz: 46fdad6aef500448ab94aa57873370e26e239b13ff90ec383682719c2c30632b
4
- data.tar.gz: 89a61e37ac310c3d306b5a4f43332074e906546380ab5e61c1fff4bad45e5481
3
+ metadata.gz: d422d2029f6ea161f93e2868e64faf1ada16c7f9fa0b9d8e0e65cfb712cdd860
4
+ data.tar.gz: a0cbc472b0a37ca7a038e159866f937863d5f83ced6b75a2ca33a816782bef1f
5
5
  SHA512:
6
- metadata.gz: 102a16ea09f9d5c42d081e712ca8ec61b702f82c90307c7a3bee44fcba5137386e1e9dcecabfe1f22d409c9131685a6609bc5d00829419afec32c8fa80f31a79
7
- data.tar.gz: c424e206533dc68965a9e7c4adf949f607a669fc17e0e02162e5c8d799eddfde679583ee20c6df4e58bffbe99b73f310aefbd9c6c76115e2e67d0afaaf9e1a36
6
+ metadata.gz: 134bcea22973a29b9df919fc1af0db387e020356100f8bbd1f15027c158ff8b675704504e280439ae45fa2f194ed4a2f43ebc79751b969c0cc0c1b657f7f3df4
7
+ data.tar.gz: 68b04f36dbcc1cc20065f4d6773bbd48d4c1573a485d8b26b784a99893866a221a09e961a6941858e524b2900ed4e0c0523e92c8d004e88d1a8505c1da1b5b5c
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- but (0.1.5)
4
+ but (0.1.6)
5
5
  colorize
6
6
  ruby-prof
7
7
  ruby-progressbar
@@ -60,7 +60,7 @@ module But
60
60
 
61
61
  #puts "fileno: #{fileno}, data: #{data.inspect}"
62
62
  progressbar.progress += data.lines.count
63
- progressbar.title = "inspecting %s" % data.split(/\s+/).last
63
+ progressbar.title = "just completed: %s" % data.split(/\s+/).last
64
64
  tmpfile.write(data)
65
65
  rescue EOFError => e
66
66
  puts "fileno: #{fileno} EOF"
@@ -1,3 +1,3 @@
1
1
  module But
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: but
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Raphael Müller