message_judgment 0.1.3 → 0.1.31

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
  SHA1:
3
- metadata.gz: 971557c93f3ff19a835bf3f0d9f38dad3c89f9a6
4
- data.tar.gz: b26a05273a88c34e94bcdd3fba13c6dacc810068
3
+ metadata.gz: 9e3e48499b54b4b4a282ed2f333cf69a17197956
4
+ data.tar.gz: 146a3d5613da550b8ba9b9200bd9d56123f3c4cd
5
5
  SHA512:
6
- metadata.gz: 5b4cd279f30fcb93035502b94f6994000b33b6d1fc695d9feb9cd23cff177a125b4691e2091a229b68216d4cc986a5cf2c97bbc577d7f07919a9bda947767381
7
- data.tar.gz: 4c94e3fc2bd255042906dcbcc1b9b67bfb41cf2e06e9164f64734e7e08936aee0f1648e38783800ee6b8cff95fc58955cb6672dcbd97fae934e4ec3b7fbc9ba3
6
+ metadata.gz: fdbd3b0fd183879b813b71f184260fc6dc5f5dc1e4c17b1117bf27faef4a54128f5f19d9331ba0f8617b017ae372490507f1845bad0f3f95e1036597d4bc3856
7
+ data.tar.gz: 65444946d0e80a3a848688b62563fc5ab6bb07cf07c6443ecc508c8c539043e225a09eab3d6621d2c37ccef83ba531f01f940ab064136a641f05b9066e1b820f
@@ -4,7 +4,7 @@
4
4
  <content url="file://$MODULE_DIR$" />
5
5
  <orderEntry type="jdk" jdkName="rbenv: 2.3.1" jdkType="RUBY_SDK" />
6
6
  <orderEntry type="sourceFolder" forTests="false" />
7
- <orderEntry type="library" scope="PROVIDED" name="bundler (v1.15.2, rbenv: 2.3.1) [gem]" level="application" />
7
+ <orderEntry type="library" scope="PROVIDED" name="bundler (v1.15.3, rbenv: 2.3.1) [gem]" level="application" />
8
8
  <orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.3, rbenv: 2.3.1) [gem]" level="application" />
9
9
  <orderEntry type="library" scope="PROVIDED" name="rake (v10.5.0, rbenv: 2.3.1) [gem]" level="application" />
10
10
  <orderEntry type="library" scope="PROVIDED" name="rspec (v3.6.0, rbenv: 2.3.1) [gem]" level="application" />
data/README.md CHANGED
@@ -39,7 +39,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
39
39
 
40
40
  ## Contributing
41
41
 
42
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/message_judgment. 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.
42
+ Bug reports and pull requests are welcome on GitHub at https://github.com/NishidaRyu416/message_judgment. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [contact](https://github.com/NishidaRyu416/message_judgment) code of conduct.
43
43
 
44
44
  ## License
45
45
 
@@ -47,4 +47,4 @@ The gem is available as open source under the terms of the [MIT License](http://
47
47
 
48
48
  ## Code of Conduct
49
49
 
50
- Everyone interacting in the MessageJudgment project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/message_judgment/blob/master/CODE_OF_CONDUCT.md).
50
+ Everyone interacting in the MessageJudgment project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/NishidaRyu416/message_judgment/blob/master/CODE_OF_CONDUCT.md).
@@ -1,3 +1,3 @@
1
1
  module MessageJudgment
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.31"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: message_judgment
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - NishidaRyu416