smooth_terminal_print 1.0.4 → 1.0.5

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/smooth_terminal_print.rb +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f2e82af0c5fb3899d0759e9f8bc470fd674711e0
4
- data.tar.gz: 7224d9ff1e2bdcbac5d84df4298c29b8cf2edad1
3
+ metadata.gz: c63032b9a568d07eb25e06fe6502779ef36b4beb
4
+ data.tar.gz: 908db19db7489737698329529352810878f08f8e
5
5
  SHA512:
6
- metadata.gz: f1ce7cba79bfe5283942869efc82afc878c73c3b33657fc37557edf55ddfa4ee01d3545a29684ad9e7e0688beef6d9e6289c0dd7bec84c811a7817c557acde2f
7
- data.tar.gz: 7fd21a9dc81afa4438c0dc6f73dd882ff9052ab75c1f40cc2457cdf863d69465be24f675b6dd01f32974fa23c4bbaa03a23c78460a19ddd658db280be347a467
6
+ metadata.gz: d4723fc0b12f503911de99158f0791d38dd62100d02e59de1867887be737a3a26c08651fa4b28d7f69d54dd3c5c7d7677d04f27fa2a453c02af0aed84498f000
7
+ data.tar.gz: 21aee7a3ed3c7bdbd0d005fa4dea158ec8ee3669c97b1755d805c712d06e4ca0c21bcafb0641060345e23a905d5fe12ae50157ef44058e2e7280574347177eec
@@ -45,8 +45,8 @@ module SmoothTerminalPrint
45
45
  end
46
46
  end
47
47
 
48
- line.length.upto(@columns) { line << ' ' }
49
- line << "\n"
48
+ #line.length.upto(@columns) { line << ' ' }
49
+ line << "\e[K"
50
50
  puts line
51
51
  end
52
52
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smooth_terminal_print
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brett Sykes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-14 00:00:00.000000000 Z
11
+ date: 2016-11-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Allows the user to smoothly print to the terminal while in a tight loop
14
14
  email: brettcsykes@gmail.com