shiroyagi 1.1.1 → 1.3.1

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 +4 -4
  2. data/README.md +1 -1
  3. data/lib/shiroyagi/version.rb +1 -1
  4. metadata +11 -11
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7601e47a46de1a07fc17072fce7650a175a729824e37a8a6d14d0cd0e06d8fec
4
- data.tar.gz: a4162ac4ebd42994a9b9b7befd18fe0bcdb1d5e015401a0e15a454e622050055
3
+ metadata.gz: 8ffc00ea34f0a1bc9c02da59494cac36fb363d5b49e5390dd5a0b68125f4f038
4
+ data.tar.gz: edbb71293868f748798a736ce8c2201d9a858b3ad056b46d4ed092653bbc6f05
5
5
  SHA512:
6
- metadata.gz: 0c77c3a7ed49cc27c5243a8733af7835369eeaf9a7dd2ed042e998c8fc9ee80f11a5ce53df16f3676c4466710c0ab581125be53bf27581b98c8eda9c6bd1a3d4
7
- data.tar.gz: 719337e9e22be6e2993792ae3cf30e069e971583a178e1905d370f3f341f4263dbbe1f5a0664170c5fec14409a70a39c5ee87056e21f9001080058b63e7c3063
6
+ metadata.gz: 7979f168e169a0477902dae8232dbf117d90d64583b105cd099da06eda2d65673b281dcfa18914f2652f26ad45ce31a4b5d8884fc2093844a3d6ef94af8ca3ef
7
+ data.tar.gz: b10a1ae50ec3effe784cf1ce75bc656c79d744a3f9b82bc09110bdc407b43cc2e7a4cc412bdfaea7b5dcd0ac9a9ba4ba886a046aee0a3638f6bb01482ffff71a
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.3.1'
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.3.1
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: 2021-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -28,30 +28,30 @@ dependencies:
28
28
  name: sqlite3
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ">="
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '0'
33
+ version: '1.4'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ">="
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '0'
40
+ version: '1.4'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rspec-rails
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ">="
45
+ - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '0'
47
+ version: 4.0.2
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ">="
52
+ - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '0'
54
+ version: 4.0.2
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: factory_bot_rails
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -113,7 +113,7 @@ 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
+ rubygems_version: 3.1.4
117
117
  signing_key:
118
118
  specification_version: 4
119
119
  summary: Read/Unread status management module for Rails.