Skip to content

Commit

Permalink
Merge pull request #224 from sue445/feature/star_twinkle_end_date
Browse files Browse the repository at this point in the history
Add ended_date of Star:star:Twinkle Precure
  • Loading branch information
sue445 committed Jan 19, 2020
2 parents 6c6ddc1 + ab8e9e0 commit 6acdd7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -119,10 +119,10 @@ and [more aliases!](config/series.yml)

```ruby
>> Precure.now
=> {:series_name=>"star_twinkle", :title=>"スター☆トゥインクルプリキュア", :started_date=>Sun, 03 Feb 2019, :girls=>["cure_star", "cure_milky", "cure_soleil", "cure_selene", "cure_cosmo"]}
=> {:series_name=>"star_twinkle", :title=>"スター☆トゥインクルプリキュア", :started_date=>Sun, 03 Feb 2019, :ended_date=>Sun, 26 Jan 2020, :girls=>["cure_star", "cure_milky", "cure_soleil", "cure_selene", "cure_cosmo"]}

>> Precure.current
=> {:series_name=>"star_twinkle", :title=>"スター☆トゥインクルプリキュア", :started_date=>Sun, 03 Feb 2019, :girls=>["cure_star", "cure_milky", "cure_soleil", "cure_selene", "cure_cosmo"]}
=> {:series_name=>"star_twinkle", :title=>"スター☆トゥインクルプリキュア", :started_date=>Sun, 03 Feb 2019, :ended_date=>Sun, 26 Jan 2020, :girls=>["cure_star", "cure_milky", "cure_soleil", "cure_selene", "cure_cosmo"]}

# -2013/1/27 : smile precure
# 2013/2/5 - : dokidoki precure
Expand Down
2 changes: 1 addition & 1 deletion config/series.yml
Expand Up @@ -208,7 +208,7 @@ star_twinkle: &star_twinkle
series_name: star_twinkle
title: スター☆トゥインクルプリキュア
started_date: 2019-02-03
# ended_date: 2020-01-
ended_date: 2020-01-26
girls:
- cure_star
- cure_milky
Expand Down

0 comments on commit 6acdd7a

Please sign in to comment.