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.
Files changed (3) hide show
  1. checksums.yaml +8 -8
  2. data/bin/firstrow +2 -2
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MjY5YzFmYjRlN2M3ZjNlNGVhNTVjNTFhYmViOGUxYTg5N2U4N2I5YQ==
4
+ YmQ4YzkzNjk3ZGU1YjE1OWQ3YjlhNTQwNzU5MzVmMjVjMGMxMGI2OQ==
5
5
  data.tar.gz: !binary |-
6
- OTk2ZDcyN2QxMzFmMjkxMmJjMDRkYzgxNGVhNDI3NDVkYTgzNGFhZg==
6
+ Zjc3NjhiNmQ0OTBjNDVjYzllOGFhNDc0NDU4ZjMwODQzYTU2N2ZkMQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NTg0MzRkNmNhNDQwMjM0NWNiNjE0ZThmZmZiMTRkYWIxMzNlMGE2NDAxZDFl
10
- MzYzNjk0MjhlOThmY2U2ZWZiYzUwY2I4NTc2YmI0NjgwYjI4NWVmOGNkMjEz
11
- ODU2MjkxMzRkMzcyZjBhYmY3YTk4NGU2YjQ1NmIzNDY5Nzk5MWM=
9
+ ZmVmM2U5ZmM3ZGI4MmU1ZGIwYzcwYmE2Zjk1NTc0YTM0MzI0YzFlMGViZTBh
10
+ NmE2MDIyMGRhMzA5NmZhMTliN2RhZDBlZDFmNDg5MWE3NmJhYmVmNzYwYThl
11
+ OTM4M2VlNTEzNWE4NWI2OTY1NmMwNDU1N2NjYWE1ZjA3MmI0ZmY=
12
12
  data.tar.gz: !binary |-
13
- Y2E1ZTUxMTYwMjYyZGI3NDBlZjRjY2VjNTljYTYwMmJkMDg2MzM0NWI2YjU0
14
- ODFlODA0ZjA1OTMxOThkMTgyZDk0ZDUzY2MzYmM1ZGE0ZjZkNWFjNTJjNzUz
15
- ODk1OTQ2NzVjMTQwZmJjZmNkMjk2MjJlYWUzYmIyZjk1OTk2NmY=
13
+ YWEyMWZkNDU4Yjc3ZDgyZjAyZjhkYzMwMTkyMGI3NzM2ZTZlOTE3NDQ2M2Fm
14
+ OWNlMjhmYWY3YmU2YjYwYzI2NDQ3NGE4NmNjY2I1MjgyMTNlYTI4NGFmMTNm
15
+ OTI2ZGNjYmQwMjA1OWUzYTQ3NTAxYTJjNjk0YjE0MmVmMDYyNGM=
@@ -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.1
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: ! '>> Firstrow successfully setup. To get started - simply call
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