Skip to content

Commit

Permalink
Merge pull request #301 from sue445/add_hirogaru_end_date
Browse files Browse the repository at this point in the history
Add `ended_date` of Hirogaru Sky Precure
  • Loading branch information
sue445 committed Jan 28, 2024
2 parents 42d3240 + 8c4d397 commit 2c61f09
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=>"hirogaru_sky", :title=>"ひろがるスカイ!プリキュア", :started_date=>#<Date: 2023-02-05 ((2459981j,0s,0n),+0s,-Infj)>, :girls=>["cure_sky", "cure_prism", "cure_wing", "cure_butterfly", "cure_majesty"]}
=> {:series_name=>"hirogaru_sky", :title=>"ひろがるスカイ!プリキュア", :started_date=>#<Date: 2023-02-05 ((2459981j,0s,0n),+0s,-Infj)>, :ended_date=>#<Date: 2024-01-28 ((2460338j,0s,0n),+0s,-Infj)>, :girls=>["cure_sky", "cure_prism", "cure_wing", "cure_butterfly", "cure_majesty"]}

# -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 @@ -262,7 +262,7 @@ hirogaru_sky: &hirogaru_sky
series_name: hirogaru_sky
title: ひろがるスカイ!プリキュア
started_date: 2023-02-05
# ended_date: 2024-01-
ended_date: 2024-01-28
girls:
- cure_sky
- cure_prism
Expand Down

0 comments on commit 2c61f09

Please sign in to comment.