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 +4 -4
- data/.idea/message_judgment.iml +1 -1
- data/README.md +2 -2
- data/lib/message_judgment/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9e3e48499b54b4b4a282ed2f333cf69a17197956
|
4
|
+
data.tar.gz: 146a3d5613da550b8ba9b9200bd9d56123f3c4cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fdbd3b0fd183879b813b71f184260fc6dc5f5dc1e4c17b1117bf27faef4a54128f5f19d9331ba0f8617b017ae372490507f1845bad0f3f95e1036597d4bc3856
|
7
|
+
data.tar.gz: 65444946d0e80a3a848688b62563fc5ab6bb07cf07c6443ecc508c8c539043e225a09eab3d6621d2c37ccef83ba531f01f940ab064136a641f05b9066e1b820f
|
data/.idea/message_judgment.iml
CHANGED
@@ -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.
|
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/
|
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/
|
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).
|