Skip to content

Commit

Permalink
Merge pull request #327 from sue445/feature/wonderful_end_date
Browse files Browse the repository at this point in the history
Add Wonderful Precure's ended_date
  • Loading branch information
sue445 authored Jan 26, 2025
2 parents 53d7d92 + bdea08f commit 386666a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ and [more aliases!](config/series.yml)

```ruby
>> Precure.now
=> {series_name: "wonderful", title: "わんだふるぷりきゅあ!", started_date: #<Date: 2024-02-04 ((2460345j,0s,0n),+0s,-Infj)>, girls: ["cure_wonderful", "cure_friendy", "cure_nyammy", "cure_lillian"]}
=> {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"]}

# -2013/1/27 : smile precure
# 2013/2/5 - : dokidoki precure
Expand Down
2 changes: 1 addition & 1 deletion config/series.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ wonderful: &wonderful
series_name: wonderful
title: わんだふるぷりきゅあ!
started_date: 2024-02-04
# ended_date: 2025-01-
ended_date: 2025-01-26
girls:
- cure_wonderful
- cure_friendy
Expand Down

0 comments on commit 386666a

Please sign in to comment.