rubikame 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6fc31914a51f9b7752238f650222c16dcde4b582cf987bf617c673b089e8d624
4
- data.tar.gz: 00c9971239ae6c49f52d8831541d806f2cd06785283b57e9e885f369309e2b21
3
+ metadata.gz: 1f55848158522d33f49fb9cb69580d14cf23b61c2af62199a72c132e7a67b0c1
4
+ data.tar.gz: 141075e83be14f5b8b369e599b5b2bcaf507a1e74802f3b1a5982d15b0e2d1b3
5
5
  SHA512:
6
- metadata.gz: a13f97a2628fb797cc3922e0102153b808195b72fabbd1583c53081191f7f5e09d1c9d3b09b17d95f06ece120909396c15e0d7284495166960ded041359e3138
7
- data.tar.gz: af4aa5aaeb185edfa087bbcafd5fe40a1666d77fab6962ca63f29e68a26b9a18e825133a73a9f1ec4331a7a6c7139eee139fa1d6d3dcc604e57476e363f0a646
6
+ metadata.gz: a81aa2bf231b1419b67b8b087dda28d5c02ad26e632030fec45c8a4ac5897f132c470c8804a8c5f3f208d7367db8d0189d537db3c685a773692c8269c9f62054
7
+ data.tar.gz: 7241d8ef31cd4bf38331f56e1ede2ec0885797b497fae8a303b4784c739b34378c12e29ff08a8da04ad74f74f171687b8716af9f65c96cd1f34ba4675936840d
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rubikame (0.2.0)
4
+ rubikame (0.3.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
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/lgtmit. 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.
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 LGTMIT 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).
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).
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Rubikame
3
- VERSION = "0.3.0"
3
+ VERSION = "0.4.0"
4
4
  end
@@ -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 = "This gem generate LGTM photo from your input."
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.3.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-08 00:00:00.000000000 Z
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: This gem generate LGTM photo from your input.
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
- rubyforge_project:
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