best_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 +4 -4
- data/README.md +10 -1
- data/lib/best_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: e0a740f4cb38e85e0c1c0cd698fd409c0ff489a8
|
|
4
|
+
data.tar.gz: 0c7453f57558dae8845a9e0dfe8027b637d93267
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 261afe69781160b834923fee134eccc6e51070560ebf173530cae4048fb483be63e6e34b81c56b23ac1a5e8d9024ce4e981f55ce1fd2d30c1a060e5665b8f620
|
|
7
|
+
data.tar.gz: 1c4d886fd3839637d8d73c97131773bd1664bee745589979ee3310e39c62787c87d0fcaf9ba3674e623cc22affe9ebd12bb59757278247a06fd0f4232f963087
|
data/README.md
CHANGED
|
@@ -16,7 +16,16 @@ Or install it yourself as:
|
|
|
16
16
|
|
|
17
17
|
$ gem install best_lottery
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
Usage
|
|
20
|
+
|
|
21
|
+
1. Open IRB in your terminal
|
|
22
|
+
2. Type BestLottery::Random.new.numbers
|
|
23
|
+
3. You will get an array containing 6 random numbers
|
|
24
|
+
4. The range on numbers is between 0 to 60
|
|
25
|
+
|
|
26
|
+
Have Fun !!!
|
|
27
|
+
|
|
28
|
+
More updates coming soon.....
|
|
20
29
|
|
|
21
30
|
TODO: Write usage instructions here
|
|
22
31
|
|
data/lib/best_lottery/version.rb
CHANGED