rubikame 0.3.0 → 0.4.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/README.md +2 -2
- data/lib/rubikame/version.rb +1 -1
- data/rubikame.gemspec +1 -1
- metadata +4 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1f55848158522d33f49fb9cb69580d14cf23b61c2af62199a72c132e7a67b0c1
|
|
4
|
+
data.tar.gz: 141075e83be14f5b8b369e599b5b2bcaf507a1e74802f3b1a5982d15b0e2d1b3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a81aa2bf231b1419b67b8b087dda28d5c02ad26e632030fec45c8a4ac5897f132c470c8804a8c5f3f208d7367db8d0189d537db3c685a773692c8269c9f62054
|
|
7
|
+
data.tar.gz: 7241d8ef31cd4bf38331f56e1ede2ec0885797b497fae8a303b4784c739b34378c12e29ff08a8da04ad74f74f171687b8716af9f65c96cd1f34ba4675936840d
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -45,7 +45,7 @@ After checking out the repo, run `bin/setup` to install dependencies. Then, run
|
|
|
45
45
|
|
|
46
46
|
## Contributing
|
|
47
47
|
|
|
48
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/kihaya/
|
|
48
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/kihaya/rubikame. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
|
49
49
|
|
|
50
50
|
## License
|
|
51
51
|
|
|
@@ -53,4 +53,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
|
|
|
53
53
|
|
|
54
54
|
## Code of Conduct
|
|
55
55
|
|
|
56
|
-
Everyone interacting in the
|
|
56
|
+
Everyone interacting in the rubikame project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/lgtmit/blob/master/CODE_OF_CONDUCT.md).
|
data/lib/rubikame/version.rb
CHANGED
data/rubikame.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["kihayas@gmail.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = "Kamenrider in ruby"
|
|
13
|
-
spec.description = "
|
|
13
|
+
spec.description = "Ruby implementation of kamenrider"
|
|
14
14
|
spec.homepage = "https://github.com/kihaya/rubikame"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubikame
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kihaya Sugiura
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-02-
|
|
11
|
+
date: 2020-02-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -66,7 +66,7 @@ dependencies:
|
|
|
66
66
|
- - ">="
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '0'
|
|
69
|
-
description:
|
|
69
|
+
description: Ruby implementation of kamenrider
|
|
70
70
|
email:
|
|
71
71
|
- kihayas@gmail.com
|
|
72
72
|
executables:
|
|
@@ -112,8 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
112
112
|
- !ruby/object:Gem::Version
|
|
113
113
|
version: '0'
|
|
114
114
|
requirements: []
|
|
115
|
-
|
|
116
|
-
rubygems_version: 2.7.6.2
|
|
115
|
+
rubygems_version: 3.0.3
|
|
117
116
|
signing_key:
|
|
118
117
|
specification_version: 4
|
|
119
118
|
summary: Kamenrider in ruby
|