whirly 0.2.4 → 0.2.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile +1 -0
- data/Gemfile.lock +5 -3
- data/data/cli-spinners.json +16 -0
- data/lib/whirly/version.rb +1 -1
- metadata +3 -4
- data/lib/.whirly.rb.swp +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aedfffdd677527803cc7f8f6eaf01f77d81a86f0
|
4
|
+
data.tar.gz: d47ebabc16e100d7e2244000138de80f1e1bc988
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c334e93ce966bd4cd0b9c9918579440c20a7b5af0c8923e03737b0611a3a73b78d71765b7b58f5ec9b073df1b1f0b54fcc3f50b90e5a9c0520ba94987896a92c
|
7
|
+
data.tar.gz: 0da07e038f9556e50cc72b097cc7b2db35b9d7db259b10531cca20d6db706ca3ef6cba3ec1603caa59e045610c83d404ef8ef4666da3953f08135e495a09d168
|
data/CHANGELOG.md
CHANGED
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
whirly (0.2.
|
4
|
+
whirly (0.2.5)
|
5
5
|
unicode-display_width (~> 1.1)
|
6
6
|
|
7
7
|
GEM
|
@@ -9,7 +9,8 @@ GEM
|
|
9
9
|
specs:
|
10
10
|
minitest (5.8.4)
|
11
11
|
paint (1.0.1)
|
12
|
-
|
12
|
+
rake (12.0.0)
|
13
|
+
unicode-display_width (1.3.0)
|
13
14
|
|
14
15
|
PLATFORMS
|
15
16
|
ruby
|
@@ -17,7 +18,8 @@ PLATFORMS
|
|
17
18
|
DEPENDENCIES
|
18
19
|
minitest
|
19
20
|
paint
|
21
|
+
rake
|
20
22
|
whirly!
|
21
23
|
|
22
24
|
BUNDLED WITH
|
23
|
-
1.
|
25
|
+
1.15.4
|
data/data/cli-spinners.json
CHANGED
@@ -659,6 +659,13 @@
|
|
659
659
|
"bouncingBar": {
|
660
660
|
"interval": 80,
|
661
661
|
"frames": [
|
662
|
+
"[ ]",
|
663
|
+
"[= ]",
|
664
|
+
"[== ]",
|
665
|
+
"[=== ]",
|
666
|
+
"[ ===]",
|
667
|
+
"[ ==]",
|
668
|
+
"[ =]",
|
662
669
|
"[ ]",
|
663
670
|
"[ =]",
|
664
671
|
"[ ==]",
|
@@ -819,5 +826,14 @@
|
|
819
826
|
"▐_/|___________▌",
|
820
827
|
"▐/|____________▌"
|
821
828
|
]
|
829
|
+
},
|
830
|
+
"dqpb": {
|
831
|
+
"interval": 100,
|
832
|
+
"frames": [
|
833
|
+
"d",
|
834
|
+
"q",
|
835
|
+
"p",
|
836
|
+
"b"
|
837
|
+
]
|
822
838
|
}
|
823
839
|
}
|
data/lib/whirly/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: whirly
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jan Lelis
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-09-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: unicode-display_width
|
@@ -50,7 +50,6 @@ files:
|
|
50
50
|
- examples/multi_lines.rb
|
51
51
|
- examples/single.rb
|
52
52
|
- examples/status.rb
|
53
|
-
- lib/.whirly.rb.swp
|
54
53
|
- lib/whirly.rb
|
55
54
|
- lib/whirly/spinners.rb
|
56
55
|
- lib/whirly/spinners/cli.rb
|
@@ -79,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
79
78
|
version: '0'
|
80
79
|
requirements: []
|
81
80
|
rubyforge_project:
|
82
|
-
rubygems_version: 2.
|
81
|
+
rubygems_version: 2.6.13
|
83
82
|
signing_key:
|
84
83
|
specification_version: 4
|
85
84
|
summary: 'Whirly: The friendly terminal spinner'
|
data/lib/.whirly.rb.swp
DELETED
Binary file
|