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 +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +14 -14
- data/lib/lottery/command.rb +1 -1
- data/lib/lottery/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a8f604e3656998c29ee8d3a3216e683d06f7ceaf
|
|
4
|
+
data.tar.gz: 83493ee91e5286e0ca523aa8bc6469a7bbe3196e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fb3ea022339f8b290e2a937fe8118b8375be646a7ac924bb1de0a405f10c53005add01abd23e43882dddf3f5814921ae871d4ce996e29d9a5e42baf60324856b
|
|
7
|
+
data.tar.gz: 618a675972e6f19a0e43148a2f3df46da49604cf33eebabe097916fb966f4717fd96fda3722956935ca9ab6b2c36141bd631eec5b21193e767774291b142059d
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -1,20 +1,16 @@
|
|
|
1
1
|
# Lottery
|
|
2
2
|
|
|
3
|
-
|
|
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
|
-
##
|
|
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
|
|
data/lib/lottery/command.rb
CHANGED
data/lib/lottery/version.rb
CHANGED