cwys_mega_lotto 0.1.0 → 0.2.0

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
  SHA256:
3
- metadata.gz: 14887e18b28f7328d069309e2b15e8052fe9f5b8d3c62ccf31f810a988b49202
4
- data.tar.gz: d2defe7d5e747a0815aa090ff52e0b64d4a1d1137e7501b28a3245db8aa9c1f8
3
+ metadata.gz: c857a3e39b470accc113a9edee118fa2b9494afbc0f983b732f00153208fa715
4
+ data.tar.gz: 3a8cf9e087d27be1e822175c475006677eee1d2d02f787874612eb5df4921376
5
5
  SHA512:
6
- metadata.gz: b0aea0eed5542b1d93a3cb5c03957f7fc8af8a4bd1fc286ae5d531512b299da8f4690aecab2e7a4a0a86036415cd35b528c5cecdb84a4c358ddb8502c52761fa
7
- data.tar.gz: 59bde0fde2165f67efecf54f4865c904afb90926001240f15af0391e72e38b61b92216aa166ba395a5f3f9883ecd5cd066fea6df335b8df1b1aa63fc9cfd8ea7
6
+ metadata.gz: 999e156fd4aa8ac3ce487a511c78ce31e14ec8dc9d07ec20d0b5b4f5ff636da72ffca9d0db371932495173367a56e75e4fd6ce7237c14a6ad28b2e7893fbadc7
7
+ data.tar.gz: 7591c0761bc6904e33314951563f31699ed1a46979484dcf904f5b6c12b3072ff2dcd940b2521ac31a32bdd99380f241edc264a9a182f8d2b81d2f9996abdade
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cwys_mega_lotto (0.1.0)
4
+ cwys_mega_lotto (0.2.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ["cwy007"]
9
9
  spec.email = ["chanweiyan007@gmail.com"]
10
10
 
11
- spec.summary = %q{Write a short summary, because RubyGems requires one.}
12
- spec.description = %q{Write a longer description or delete this line.}
11
+ spec.summary = %q{CwysMegaLotto::Drawing.new.draw #=> [24, 6, 20, 37, 22, 43]}
12
+ spec.description = %q{根据 build a ruby gem 这本书上的例子写成}
13
13
  spec.homepage = "https://cwy007.github.io"
14
14
  spec.license = "MIT"
15
15
 
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
19
19
  spec.metadata["allowed_push_host"] = "https://rubygems.org"
20
20
 
21
21
  spec.metadata["homepage_uri"] = spec.homepage
22
- spec.metadata["source_code_uri"] = spec.homepage
22
+ spec.metadata["source_code_uri"] = "https://github.com/cwy007/cwys_mega_lotto"
23
23
  spec.metadata["changelog_uri"] = spec.homepage
24
24
  else
25
25
  raise "RubyGems 2.0 or newer is required to protect against " \
@@ -1,7 +1,7 @@
1
1
  module CwysMegaLotto
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 CwysMegaLotto
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cwys_mega_lotto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - cwy007
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description: Write a longer description or delete this line.
69
+ description: 根据 build a ruby gem 这本书上的例子写成
70
70
  email:
71
71
  - chanweiyan007@gmail.com
72
72
  executables: []
@@ -94,7 +94,7 @@ licenses:
94
94
  metadata:
95
95
  allowed_push_host: https://rubygems.org
96
96
  homepage_uri: https://cwy007.github.io
97
- source_code_uri: https://cwy007.github.io
97
+ source_code_uri: https://github.com/cwy007/cwys_mega_lotto
98
98
  changelog_uri: https://cwy007.github.io
99
99
  post_install_message:
100
100
  rdoc_options: []
@@ -115,5 +115,5 @@ rubyforge_project:
115
115
  rubygems_version: 2.7.6
116
116
  signing_key:
117
117
  specification_version: 4
118
- summary: Write a short summary, because RubyGems requires one.
118
+ summary: 'CwysMegaLotto::Drawing.new.draw #=> [24, 6, 20, 37, 22, 43]'
119
119
  test_files: []