firstrow 0.0.1 → 0.0.2
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 +8 -8
- data/bin/firstrow +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YmQ4YzkzNjk3ZGU1YjE1OWQ3YjlhNTQwNzU5MzVmMjVjMGMxMGI2OQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
Zjc3NjhiNmQ0OTBjNDVjYzllOGFhNDc0NDU4ZjMwODQzYTU2N2ZkMQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZmVmM2U5ZmM3ZGI4MmU1ZGIwYzcwYmE2Zjk1NTc0YTM0MzI0YzFlMGViZTBh
|
10
|
+
NmE2MDIyMGRhMzA5NmZhMTliN2RhZDBlZDFmNDg5MWE3NmJhYmVmNzYwYThl
|
11
|
+
OTM4M2VlNTEzNWE4NWI2OTY1NmMwNDU1N2NjYWE1ZjA3MmI0ZmY=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YWEyMWZkNDU4Yjc3ZDgyZjAyZjhkYzMwMTkyMGI3NzM2ZTZlOTE3NDQ2M2Fm
|
14
|
+
OWNlMjhmYWY3YmU2YjYwYzI2NDQ3NGE4NmNjY2I1MjgyMTNlYTI4NGFmMTNm
|
15
|
+
OTI2ZGNjYmQwMjA1OWUzYTQ3NTAxYTJjNjk0YjE0MmVmMDYyNGM=
|
data/bin/firstrow
CHANGED
@@ -26,7 +26,7 @@ def launch_match(id)
|
|
26
26
|
match_input = ""
|
27
27
|
while match_input == ""
|
28
28
|
print Paint["Enter stream number to watch (Enter between stream 1-#{match[:links].length}): ", "EDD9AA"]
|
29
|
-
match_input = gets.chomp
|
29
|
+
match_input = $stdin.gets.chomp
|
30
30
|
match_input = "" if match_input.to_i.abs == 0 or match[:links][match_input.to_i.abs - 1].nil?
|
31
31
|
end
|
32
32
|
|
@@ -132,7 +132,7 @@ end
|
|
132
132
|
# Get input
|
133
133
|
puts ""
|
134
134
|
print Paint["Enter match number to watch: #", "EDD9AA"]
|
135
|
-
match_input = gets.chomp
|
135
|
+
match_input = $stdin.gets.chomp
|
136
136
|
|
137
137
|
# No input.
|
138
138
|
if match_input == ""
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: firstrow
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bilawal Hameed
|
@@ -51,8 +51,8 @@ homepage: http://rubygems.org/gems/firstrow
|
|
51
51
|
licenses:
|
52
52
|
- MIT
|
53
53
|
metadata: {}
|
54
|
-
post_install_message:
|
55
|
-
the `firstrow` command :)
|
54
|
+
post_install_message: Boom. You're all setup with FirstRow. To get started - simply
|
55
|
+
call the `firstrow` command on Terminal :)
|
56
56
|
rdoc_options: []
|
57
57
|
require_paths:
|
58
58
|
- lib
|