Skip to content

Commit

Permalink
Merge 763bdeb into 6a72013
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Feb 3, 2019
2 parents 6a72013 + 763bdeb commit 9fa7750
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -43,7 +43,6 @@ notifications:
matrix:
allow_failures:
- rvm: ruby-head
- name: rubydoctest # TODO: Remove this after v1.2.0+
include:
- rvm: 2.6
env: RUBYOPT="--jit"
Expand Down
84 changes: 84 additions & 0 deletions config/girls/016_star_twinkle.yml
@@ -0,0 +1,84 @@
cure_star: &cure_star
girl_name: cure_star
human_name: 星奈ひかる
precure_name: キュアスター
cast_name: 成瀬瑛美
color: pink
created_date: 2019/02/03 # episode 1
birthday: 4/12
transform_message: |-
スターカラーペンダント!
カラーチャージ!
煌めくー
星の力でー
憧れのー
私えがくよー
トゥインクル!トゥインクル!プリキュア!
トゥインクル!トゥインクル!プリキュア!
トゥインクル!トゥインクル!プリキュア!
スター☆トゥインクル!
スター☆トゥインクル!プリキュア!
あー!
宇宙に輝くキラキラ星!キュアスター!
# extra_names:
attack_messages:
- |-
プリキュア!スターパンチ!
transform_calls:
- color_charge
star:
<<: *cure_star

cure_milky: &cure_milky
girl_name: cure_milky
human_name: 羽衣ララ
precure_name: キュアミルキー
cast_name: 小原好美
color: green
created_date: 2019/02/10 # episode 2
birthday: 7/7
transform_message: |-
天にあまねくミルキーウェイ!キュアミルキー!
# extra_names:
# attack_messages:
# - |-
transform_calls:
- color_charge
milky:
<<: *cure_milky

cure_soleil: &cure_soleil
girl_name: cure_soleil
human_name: 天宮えれな
precure_name: キュアソレイユ
cast_name: 安野希世乃
color: yellow
# created_date: # episode
birthday: 9/8
transform_message: |-
宇宙を照らす!灼熱のきらめき!キュアソレイユ!
# extra_names:
# attack_messages:
# - |-
transform_calls:
- color_charge
soleil:
<<: *cure_soleil

cure_selene: &cure_selene
girl_name: cure_selene
human_name: 香久矢まどか
precure_name: キュアセレーネ
cast_name: 小松未可子
color: purple
# created_date: # episode
birthday: 11/23
transform_message: |-
夜空に輝く!神秘の月あかり!キュアセレーネ!
# extra_names:
# attack_messages:
# - |-
transform_calls:
- color_charge
selene:
<<: *cure_selene
13 changes: 13 additions & 0 deletions config/series.yml
Expand Up @@ -203,3 +203,16 @@ hugtto: &hugtto
- cure_amour
hugtto_precure:
<<: *hugtto
#######################################################
star_twinkle: &star_twinkle
series_name: star_twinkle
title: スター☆トゥインクルプリキュア
started_date: 2019-02-03
# ended_date: 2020-01-
girls:
- cure_star
- cure_milky
- cure_soleil
- cure_selene
star_twinkle_precure:
<<: *star_twinkle
2 changes: 1 addition & 1 deletion spec/rubicure/core_spec.rb
Expand Up @@ -86,7 +86,7 @@
context "Without arg" do
subject { instance.all_girls }

let(:precure_count) { 56 }
let(:precure_count) { 60 }

its(:count) { should == precure_count }
it { should include Cure.echo }
Expand Down
1 change: 1 addition & 0 deletions spec/rubicure/series_spec.rb
Expand Up @@ -16,6 +16,7 @@
:maho_girls,
:a_la_mode,
:hugtto,
:star_twinkle,
]
end

Expand Down

0 comments on commit 9fa7750

Please sign in to comment.