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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 167234e67ecbd298984f9a98dacb9d3da65464f5
4
- data.tar.gz: 58eb22807d8082a708db74df6cea5508bbf4acb7
3
+ metadata.gz: e0a740f4cb38e85e0c1c0cd698fd409c0ff489a8
4
+ data.tar.gz: 0c7453f57558dae8845a9e0dfe8027b637d93267
5
5
  SHA512:
6
- metadata.gz: dc996f5da19599e2036c6da5898f5806c7bd5df623b93c534157a17133635101a3af2728f920a3a543fdd341cdd3087c8f7e11b3431d92657210f76ce2ca80c6
7
- data.tar.gz: 1971c5a45f4559422adb563102705fc14f1ff7696b1e4fab0dc6c58fc9c1a9f51ef325d992c3fb257786cc78bd60f8c8426938ac574e4630265fbd228d6e3735
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
- ## Usage
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
 
@@ -1,3 +1,3 @@
1
1
  module BestLottery
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: best_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
  - akshaycr7