rubicure 4.0.1 → 4.0.2
Sign up to get free protection for your applications and to get access to all the features.
- 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: 97fe60ff21785f4d7dd19f1d30231de7fac99e5bbc48fafe557374ea57096d1e
|
4
|
+
data.tar.gz: f99f24bd6e475b873f578400101fc230f051f43a6ac6d9bf9f6117dcddab2b50
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d2d2ef3610feea02e95433fad5547c5c5a55384d84590e6f6df789d93b3947044ee75c87275ac9665e623ec1f07c9a69d40c90f96676e21bfd180e2829fc8925
|
7
|
+
data.tar.gz: 3102a371eb76c9820936a827f5366513f7a1a9bfae1662db13ca85da8a7f8425df2eb8d65edb34c1f5d76421f4f3fcc3e164d9e45cdd57484382ff8720697009
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
## master
|
2
|
-
[full changelog](http://github.com/sue445/rubicure/compare/v4.0.
|
2
|
+
[full changelog](http://github.com/sue445/rubicure/compare/v4.0.2...master)
|
3
|
+
|
4
|
+
## v4.0.2
|
5
|
+
[full changelog](http://github.com/sue445/rubicure/compare/v4.0.1...v4.0.2)
|
6
|
+
|
7
|
+
* Add Wonderful Precure's ended_date
|
8
|
+
* https://github.com/sue445/rubicure/pull/327
|
3
9
|
|
4
10
|
## v4.0.1
|
5
11
|
[full changelog](http://github.com/sue445/rubicure/compare/v4.0.0...v4.0.1)
|
data/README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# Rubicure (Ruby + Precure)
|
2
2
|
|
3
3
|
[![Gem Version](https://badge.fury.io/rb/rubicure.svg)](http://badge.fury.io/rb/rubicure)
|
4
|
-
[![
|
4
|
+
[![test](https://github.com/sue445/rubicure/actions/workflows/test.yml/badge.svg)](https://github.com/sue445/rubicure/actions/workflows/test.yml)
|
5
5
|
[![Code Climate](https://codeclimate.com/github/sue445/rubicure.png)](https://codeclimate.com/github/sue445/rubicure)
|
6
6
|
[![Coverage Status](https://coveralls.io/repos/sue445/rubicure/badge.png)](https://coveralls.io/r/sue445/rubicure)
|
7
7
|
|
@@ -118,7 +118,7 @@ and [more aliases!](config/series.yml)
|
|
118
118
|
|
119
119
|
```ruby
|
120
120
|
>> Precure.now
|
121
|
-
=> {series_name: "wonderful", title: "わんだふるぷりきゅあ!", started_date: #<Date: 2024-02-04 ((2460345j,0s,0n),+0s,-Infj)>, girls: ["cure_wonderful", "cure_friendy", "cure_nyammy", "cure_lillian"]}
|
121
|
+
=> {series_name: "wonderful", title: "わんだふるぷりきゅあ!", started_date: #<Date: 2024-02-04 ((2460345j,0s,0n),+0s,-Infj)>, ended_date: #<Date: 2025-01-26 ((2460702j,0s,0n),+0s,-Infj)>, girls: ["cure_wonderful", "cure_friendy", "cure_nyammy", "cure_lillian"]}
|
122
122
|
|
123
123
|
# -2013/1/27 : smile precure
|
124
124
|
# 2013/2/5 - : dokidoki precure
|
data/config/series.yml
CHANGED
data/lib/rubicure/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubicure
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- sue445
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-01-
|
10
|
+
date: 2025-01-26 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: activesupport
|