smooth_terminal_print 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/smooth_terminal_print.rb +1 -0
  3. metadata +3 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ca830b29dc55577a021ae252fa5cef6f183c849b
4
- data.tar.gz: 070a3357d3508315a9d54f89153b4d6c6658a5c2
3
+ metadata.gz: f5eb6274b2094b0627fbfbdaf1669595ea47aa7a
4
+ data.tar.gz: 0758bc5cc97635a72a319537653d1982cc6c0c96
5
5
  SHA512:
6
- metadata.gz: 22885afe9d175c59408bdec33d90f4cc029e23097da8d2d578779e66e1f72a0066a7b85b8b8d1ead74c53deebad260d8f67cb1f6a2e6c7b8c4ddb064814da10e
7
- data.tar.gz: 1ad125b417dcc52f595c6f48147a6c13c241f4fca2ce46d6932023f8caa0ab078432f2ba243b71f06c0a937c4ecfc3f1ac68b11324c4df919d11ccd61be21e1a
6
+ metadata.gz: 700e062107c3bacb742c8ce33f884d6a016495981ecfc71f26eb2161523e2068b823c5678e578490730976f8140d888f63c18eeddd0dd8aeaf9454a7075eb099
7
+ data.tar.gz: 7050b456e989e9af09313b964a40768270b12bde5ad13f5be02708d0fed6f4385a85b5c7622cdce530a2b2978fef625af224e68994f8f4d766241fabc72859fa
@@ -27,6 +27,7 @@ module SmoothTerminalPrint
27
27
  end
28
28
 
29
29
  def stop
30
+ $stdout = STDOUT
30
31
  move_to_bottom
31
32
  show_cursor
32
33
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smooth_terminal_print
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brett Sykes
@@ -10,8 +10,7 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2015-11-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Allows the user to smoothly update printing to the terminal while in
14
- a tight loop
13
+ description: Allows the user to smoothly print to the terminal while in a tight loop
15
14
  email: brettcsykes@gmail.com
16
15
  executables: []
17
16
  extensions: []
@@ -41,6 +40,5 @@ rubyforge_project:
41
40
  rubygems_version: 2.5.0
42
41
  signing_key:
43
42
  specification_version: 4
44
- summary: Allows the user to smoothly update printing to the terminal while in a tight
45
- loop
43
+ summary: Smoothly print to the terminal while in a tight loop
46
44
  test_files: []