lottery 0.0.2 → 0.0.3

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: c542e590a73f088fb04d059692e4f1cb42d0a4eb
4
- data.tar.gz: 74aed97abb29c9f8ee88a9be466b7117a6698745
3
+ metadata.gz: a8f604e3656998c29ee8d3a3216e683d06f7ceaf
4
+ data.tar.gz: 83493ee91e5286e0ca523aa8bc6469a7bbe3196e
5
5
  SHA512:
6
- metadata.gz: cdbf5453a042c40b400bf5ebe5b563c67be2fbd6f77a0134f44fe7b0cf042676bd8961c26c1415c17d23d7d76e25086e5d867e0f537be638ff61f1d3aa09ccb5
7
- data.tar.gz: 8982de46e12b466d28491f68828943ca1a0b3e0faa490e1602d334a139088eddeecc31efc96eba33ffbef753879b4b361b0ef841a14322c7ddbb3196b67f4b84
6
+ metadata.gz: fb3ea022339f8b290e2a937fe8118b8375be646a7ac924bb1de0a405f10c53005add01abd23e43882dddf3f5814921ae871d4ce996e29d9a5e42baf60324856b
7
+ data.tar.gz: 618a675972e6f19a0e43148a2f3df46da49604cf33eebabe097916fb966f4717fd96fda3722956935ca9ab6b2c36141bd631eec5b21193e767774291b142059d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## v0.0.3
2
+
3
+ * Fix a incorrect description in Europe region.
4
+
5
+ ## v0.0.2
6
+
7
+ * Changes for consistentency.
8
+
1
9
  ## v0.0.1
2
10
 
3
11
  * initial release
data/README.md CHANGED
@@ -1,20 +1,16 @@
1
1
  # Lottery
2
2
 
3
- Lottery Generator
3
+ Go buy a ticket by 100% Ruby chosen numbers and be the next jackpot winner!
4
4
 
5
5
  ## Installation
6
6
 
7
- Install dependencies:
8
-
9
- $ bundle install
10
-
11
7
  Install Lottery:
12
8
 
13
9
  $ gem install lottery
14
10
 
15
- ## Usage
11
+ ## Where are you from?
16
12
 
17
- ### Europe
13
+ ### Europe?
18
14
 
19
15
  __Generate Euro Million Numbers:__
20
16
 
@@ -28,7 +24,7 @@ __Generate Thunderball Numbers:__
28
24
 
29
25
  lottery eu 2
30
26
 
31
- ### Spain
27
+ ### Spain?
32
28
 
33
29
  __Generate Daily 6/49:__
34
30
 
@@ -42,7 +38,7 @@ __Generate Spanish 6/49:__
42
38
 
43
39
  lottery es 2
44
40
 
45
- ### Taiwan
41
+ ### Taiwan?
46
42
 
47
43
  __產生威力彩號碼:__
48
44
 
@@ -52,13 +48,17 @@ __產生大樂透號碼:__
52
48
 
53
49
  lottery tw 1
54
50
 
51
+ __產生今彩 539 號碼:__
52
+
53
+ lottery tw 2
54
+
55
55
  ## Contributing
56
56
 
57
- 1. Fork it
58
- 2. Create your feature branch (`git checkout -b my-new-feature`)
59
- 3. Commit your changes (`git commit -am 'Add some feature'`)
60
- 4. Push to the branch (`git push origin my-new-feature`)
61
- 5. Create new Pull Request
57
+ 1. Fork it.
58
+ 2. Create your feature branch (`git checkout -b my-new-feature`).
59
+ 3. Commit your changes (`git commit -am 'Add some feature'`).
60
+ 4. Push to the branch (`git push origin my-new-feature`).
61
+ 5. Create new Pull Request.
62
62
 
63
63
  ## Author
64
64
 
@@ -10,7 +10,7 @@ module Lottery
10
10
 
11
11
  generates European lottery numbers. Support Euro Millions, Lotto and Thunderball.
12
12
 
13
- $ lottery eu will generate European numbers.
13
+ $ lottery eu will generate Euro Millions numbers.
14
14
 
15
15
  $ lottery eu 1 will generate Lotto numbers.
16
16
 
@@ -1,3 +1,3 @@
1
1
  module Lottery
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
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.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juanito Fatas