rubicure 2.0.0 → 2.0.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -1
- data/README.md +2 -2
- data/config/series.yml +1 -1
- data/lib/rubicure/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1b088851f169a2487b06b54b5f6b40c827d5018e617d620f29d2c9c0c2006c13
|
4
|
+
data.tar.gz: b645241b8df248b4f167bed2a71e0d3f055d6a427aac1a2fa466097d23425642
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cda1b4bec1de74ac4f67d7ca3078a9af56ae54c184bcb08d6f66e809c64e76d1e7e1f74c4922a2896606d8bc2450249b87870d65fead5de5fb26a7eba4f0339a
|
7
|
+
data.tar.gz: afc9c0021cbd07c8c06873b3c588a80b61a3dee1b5432ac324f0224fdc8c6bc7d07286f29dac06a4e6b1c455e62431b7be29ff27bd9b78aa9f4da30fa1933aa8
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
## master
|
2
|
-
[full changelog](http://github.com/sue445/rubicure/compare/v2.0.
|
2
|
+
[full changelog](http://github.com/sue445/rubicure/compare/v2.0.1...master)
|
3
|
+
|
4
|
+
## v2.0.1
|
5
|
+
[full changelog](http://github.com/sue445/rubicure/compare/v2.0.0...v2.0.1)
|
6
|
+
|
7
|
+
* Add ended_date of Healingood precure
|
8
|
+
* https://github.com/sue445/rubicure/pull/252
|
3
9
|
|
4
10
|
## v2.0.0
|
5
11
|
[full changelog](http://github.com/sue445/rubicure/compare/v1.3.5...v2.0.0)
|
data/README.md
CHANGED
@@ -22,7 +22,7 @@ see followings
|
|
22
22
|
|
23
23
|
## Requirements
|
24
24
|
|
25
|
-
* ruby >= 2.
|
25
|
+
* ruby >= 2.4
|
26
26
|
* more: [.github/workflows/test.yml](.github/workflows/test.yml)
|
27
27
|
|
28
28
|
## Installation
|
@@ -119,7 +119,7 @@ and [more aliases!](config/series.yml)
|
|
119
119
|
|
120
120
|
```ruby
|
121
121
|
>> Precure.now
|
122
|
-
=> {:series_name=>"healingood", :title=>"ヒーリングっど♥プリキュア", :started_date=>#<Date: 2020-02-02 ((2458882j,0s,0n),+0s,2299161j)>, :girls=>["cure_grace", "cure_fontaine", "cure_sparkle", "cure_earth"]}
|
122
|
+
=> {:series_name=>"healingood", :title=>"ヒーリングっど♥プリキュア", :started_date=>#<Date: 2020-02-02 ((2458882j,0s,0n),+0s,2299161j)>, :ended_date=>#<Date: 2021-02-21 ((2459267j,0s,0n),+0s,2299161j)>, :girls=>["cure_grace", "cure_fontaine", "cure_sparkle", "cure_earth"]}
|
123
123
|
|
124
124
|
# -2013/1/27 : smile precure
|
125
125
|
# 2013/2/5 - : dokidoki precure
|
data/config/series.yml
CHANGED
data/lib/rubicure/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubicure
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- sue445
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-02-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|