lottery 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8594fcb63b3577af60cc25d8deff1dd183343cc4
4
- data.tar.gz: 67f08c97dda6ba6449e5a9d4f2cbf9243e848e8b
3
+ metadata.gz: c542e590a73f088fb04d059692e4f1cb42d0a4eb
4
+ data.tar.gz: 74aed97abb29c9f8ee88a9be466b7117a6698745
5
5
  SHA512:
6
- metadata.gz: c7d154e726b63ad0d0d2dbe5f3bfeb0f2a8f280efe02dde38325fa7be5cc9f2eff9aaedc059361c1621a04ae3c428e27055df5ef8fe2870e558f07daedaf9c8a
7
- data.tar.gz: 4319533bd166139018246678d6361efe93a4b3f8c9d4562803d5c3734f9ecc701b4d868c9c8c36ea2367200b73bde88ad023d60104a265a449ab6db1466f92f5
6
+ metadata.gz: cdbf5453a042c40b400bf5ebe5b563c67be2fbd6f77a0134f44fe7b0cf042676bd8961c26c1415c17d23d7d76e25086e5d867e0f537be638ff61f1d3aa09ccb5
7
+ data.tar.gz: 8982de46e12b466d28491f68828943ca1a0b3e0faa490e1602d334a139088eddeecc31efc96eba33ffbef753879b4b361b0ef841a14322c7ddbb3196b67f4b84
@@ -20,12 +20,12 @@ module Lottery
20
20
  def eu(which = 0)
21
21
  case which.to_i
22
22
  when 1 then puts 'Lotto:'; Lottery::Europe.lotto.pprint
23
- when 2 then puts 'Thunderball'; Lottery::Europe.thunderball.pprint second_name: 'Thunderball number'
24
- else puts 'Euro Millions'; Lottery::Europe.euro_millions.pprint second_name: 'Lucky Stars'
23
+ when 2 then puts 'Thunderball:'; Lottery::Europe.thunderball.pprint second_name: 'Thunderball number'
24
+ else puts 'Euro Millions:'; Lottery::Europe.euro_millions.pprint second_name: 'Lucky Stars'
25
25
  end
26
26
  end
27
27
 
28
- desc 'tw [類型]', 'Lotteries in Taiwan. Including Lotto649, SuperLotto638, and Daily Cash.'
28
+ desc 'tw [type]', 'Lotteries in Taiwan. Including Lotto649, SuperLotto638, and Daily Cash.'
29
29
  long_desc <<-LONGDESC
30
30
  $ lottery tw
31
31
 
@@ -39,7 +39,7 @@ module Lottery
39
39
  LONGDESC
40
40
  def tw(which = 0)
41
41
  case which.to_i
42
- when 1 then puts '6/49 Lotto'; Lottery::Taiwan.lotto_649.pprint
42
+ when 1 then puts '6/49 Lotto:'; Lottery::Taiwan.lotto_649.pprint
43
43
  when 2 then puts 'Daily Cash 539:'; Lottery::Taiwan.daily_cash.pprint
44
44
  else puts 'Super Lotto 638:'; Lottery::Taiwan.super_lotto_638.pprint first_name: '1st zone', second_name: '2nd zone'
45
45
  end
@@ -57,9 +57,9 @@ module Lottery
57
57
  ES_LONGDESC
58
58
  def es(which = 0)
59
59
  case which.to_i
60
- when 1 then puts 'Sunday 5/54+1'; Lottery::Spain.sunday_5_54_plus1.pprint second_name: 'de matrix'
61
- when 2 then puts 'Spanish 6/49'; Lottery::Spain.spanish_6_49.pprint
62
- else puts 'Daily 6/49'; Lottery::Spain.daily_6_49.pprint
60
+ when 1 then puts 'Sunday 5/54+1:'; Lottery::Spain.sunday_5_54_plus1.pprint second_name: 'de matrix'
61
+ when 2 then puts 'Spanish 6/49:'; Lottery::Spain.spanish_6_49.pprint
62
+ else puts 'Daily 6/49:'; Lottery::Spain.daily_6_49.pprint
63
63
  end
64
64
  end
65
65
 
@@ -1,3 +1,3 @@
1
1
  module Lottery
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lottery
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
  - Juanito Fatas