bogo-ui 0.1.14 → 0.1.16

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: db4ba17136b179669ba0ac07bff07cf569667b51
4
- data.tar.gz: 7d2fd7a60434c398272357ba16847e5e4e3cff2b
3
+ metadata.gz: c2fe47ba46e038644e799c17cd529a3612b8d3c1
4
+ data.tar.gz: 118ca1e5a44f5a966fcff31ce4df1e82c7f0e704
5
5
  SHA512:
6
- metadata.gz: 8c1c8ec872b0071f6610beac36533889af8462a407fd2180ce4a2bf24cc5098c5466831190c96581bf35e20ef5ed9be6abd8c541f2418de87573e55cc154a4d2
7
- data.tar.gz: a83e926c1a57d7bf7cbcb12dad12a5466081585259f283a9834e7ecfc69b4577cca46c153a87e62c6d9abbc7f5f9a2a4e4ba081de8418d37ad696e8bd2382c2d
6
+ metadata.gz: 0725d66fc08fc4e0b9e840e73b8a78f43e213548d5ae1622331490d30ea0c77c1396be560b6c5ffa9b5dc43a4e90ec04d6eae0083c04227e5cd30d3a68764e86
7
+ data.tar.gz: 76c37de36f8ecdfcdc4e5822771ae6ff61010f3a3407823b1e7742b7d3d78789732c66081cd4b5a74c39c2ce5cf43ea3ddd2d9c14f95666b9f28c96ae2eb4998
@@ -1,3 +1,6 @@
1
+ # v0.1.16
2
+ * Remove debug artifact
3
+
1
4
  # v0.1.14
2
5
  * Update how previously printed table content is tracked
3
6
 
@@ -91,7 +91,6 @@ module Bogo
91
91
  @printed_lines.concat(
92
92
  output.map{|l| Digest::SHA256.hexdigest(l.gsub(/\s/, '')) }
93
93
  )
94
- puts @printed_lines
95
94
  ui.puts output.join("\n") unless output.empty?
96
95
  self
97
96
  end
@@ -1,6 +1,6 @@
1
1
  module Bogo
2
2
  class Ui
3
3
  # Current library version
4
- VERSION = Gem::Version.new('0.1.14')
4
+ VERSION = Gem::Version.new('0.1.16')
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bogo-ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.14
4
+ version: 0.1.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Roberts