mega_lotto_serjonya 0.1.2 → 0.1.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: 69e760ce3642033bccf2f16642b75f17945bdcc8
4
- data.tar.gz: 65fe1f34cb8931a6c4b6f3122242c1812a337a0c
3
+ metadata.gz: d5c978d3b7a1db5a79c9191c291275185f22c210
4
+ data.tar.gz: 3ab4ad101be4b7cabac9131f94576f650c833a92
5
5
  SHA512:
6
- metadata.gz: 006d7304181121680c145b926a600db82c57d3083e623c659093f595db92a5c86d38481c91d38c792180a460701789ae9cbd46ef37dc4a0c498a8704a4de5483
7
- data.tar.gz: 4d0e11363a3479839994f7d7037625c301ab7f76b362d29520255f340ab7e2063dfe379c14cc528a9582b32cf9f2995f29800c8172c6673fbd769f8097247b53
6
+ metadata.gz: f51a72e3e994fbf2b34e93a9866ccbf2289b839e136a679b6261940aa99dda5703f781eca82f07bbec295f7eb2d7a69cac2c1a5f302bd4012483a250a2d8546d
7
+ data.tar.gz: 32f60e798464ba8b3e101a22b49dfc97845c3718caecabbd5c0fcde3ebb85031d9706787a453bb936ff3fa0b21f027e4384e976acf4650befac16a3b1e2e3740
data/README.md CHANGED
@@ -22,7 +22,9 @@ Or install it yourself as:
22
22
 
23
23
  ## Usage
24
24
 
25
- TODO: Write usage instructions here
25
+ ```ruby
26
+ MegaLotto::Drawing.new.draw => [1,2,3,4,5,6]
27
+ ```
26
28
 
27
29
  ## Development
28
30
 
@@ -33,4 +35,3 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
33
35
  ## Contributing
34
36
 
35
37
  Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/mega_lotto.
36
-
@@ -1,7 +1,7 @@
1
1
  module MegaLotto
2
2
  class Drawing
3
3
  def draw
4
- 5.times.map { single_draw }
4
+ 6.times.map { single_draw }
5
5
  end
6
6
 
7
7
  private
@@ -1,3 +1,3 @@
1
1
  module MegaLotto
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mega_lotto_serjonya
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergey Kintsel