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 +4 -4
- data/Gemfile.lock +1 -1
- data/cwys_mega_lotto.gemspec +3 -3
- data/lib/cwys_mega_lotto/drawing.rb +1 -1
- data/lib/cwys_mega_lotto/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c857a3e39b470accc113a9edee118fa2b9494afbc0f983b732f00153208fa715
|
|
4
|
+
data.tar.gz: 3a8cf9e087d27be1e822175c475006677eee1d2d02f787874612eb5df4921376
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 999e156fd4aa8ac3ce487a511c78ce31e14ec8dc9d07ec20d0b5b4f5ff636da72ffca9d0db371932495173367a56e75e4fd6ce7237c14a6ad28b2e7893fbadc7
|
|
7
|
+
data.tar.gz: 7591c0761bc6904e33314951563f31699ed1a46979484dcf904f5b6c12b3072ff2dcd940b2521ac31a32bdd99380f241edc264a9a182f8d2b81d2f9996abdade
|
data/Gemfile.lock
CHANGED
data/cwys_mega_lotto.gemspec
CHANGED
|
@@ -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{
|
|
12
|
-
spec.description = %q{
|
|
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"] =
|
|
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 " \
|
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.
|
|
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:
|
|
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://
|
|
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:
|
|
118
|
+
summary: 'CwysMegaLotto::Drawing.new.draw #=> [24, 6, 20, 37, 22, 43]'
|
|
119
119
|
test_files: []
|