shiroyagi 1.1.1 → 1.1.2

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.
Files changed (4) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +1 -1
  3. data/lib/shiroyagi/version.rb +1 -1
  4. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: 7601e47a46de1a07fc17072fce7650a175a729824e37a8a6d14d0cd0e06d8fec
4
- data.tar.gz: a4162ac4ebd42994a9b9b7befd18fe0bcdb1d5e015401a0e15a454e622050055
2
+ SHA1:
3
+ metadata.gz: 8241ab337480bbe58ee1cf750465d6dced43297a
4
+ data.tar.gz: 5c8f4c4a5842389f9bcb8a4ae48855664a9af97a
5
5
  SHA512:
6
- metadata.gz: 0c77c3a7ed49cc27c5243a8733af7835369eeaf9a7dd2ed042e998c8fc9ee80f11a5ce53df16f3676c4466710c0ab581125be53bf27581b98c8eda9c6bd1a3d4
7
- data.tar.gz: 719337e9e22be6e2993792ae3cf30e069e971583a178e1905d370f3f341f4263dbbe1f5a0664170c5fec14409a70a39c5ee87056e21f9001080058b63e7c3063
6
+ metadata.gz: ec32d54931acc697d7686c62f8a9c8502e4fb457aa90955359a0406061e235c80771c40ab928684385ad04799a935ae8a0d3bb2fdf2ca9b8d49c5bad68531e41
7
+ data.tar.gz: b4c6ea00275c392c6f989e8a72178c76e7160146ce3eecd0a1bbb95a74e6a00860b2d93a289ba6c77d86eeca9df27995366755d9b70bb035b050c5e690b20f94
data/README.md CHANGED
@@ -82,7 +82,7 @@ $ gem install shiroyagi
82
82
  ```
83
83
 
84
84
  ## Contributing
85
- Contribution directions go here.
85
+ Fork this repository and throw your contributing pull requests to this repository.
86
86
 
87
87
  ## License
88
88
  The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
@@ -1,3 +1,3 @@
1
1
  module Shiroyagi
2
- VERSION = '1.1.1'
2
+ VERSION = '1.1.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shiroyagi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rui Onodera
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-30 00:00:00.000000000 Z
11
+ date: 2020-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -113,7 +113,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
113
113
  - !ruby/object:Gem::Version
114
114
  version: '0'
115
115
  requirements: []
116
- rubygems_version: 3.0.3
116
+ rubyforge_project:
117
+ rubygems_version: 2.4.5.1
117
118
  signing_key:
118
119
  specification_version: 4
119
120
  summary: Read/Unread status management module for Rails.