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.
- checksums.yaml +4 -4
- data/lib/smooth_terminal_print.rb +1 -0
- metadata +3 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f5eb6274b2094b0627fbfbdaf1669595ea47aa7a
|
4
|
+
data.tar.gz: 0758bc5cc97635a72a319537653d1982cc6c0c96
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 700e062107c3bacb742c8ce33f884d6a016495981ecfc71f26eb2161523e2068b823c5678e578490730976f8140d888f63c18eeddd0dd8aeaf9454a7075eb099
|
7
|
+
data.tar.gz: 7050b456e989e9af09313b964a40768270b12bde5ad13f5be02708d0fed6f4385a85b5c7622cdce530a2b2978fef625af224e68994f8f4d766241fabc72859fa
|
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.
|
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
|
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:
|
45
|
-
loop
|
43
|
+
summary: Smoothly print to the terminal while in a tight loop
|
46
44
|
test_files: []
|