Skip to content

Commit

Permalink
Merge 4f4efbd into b73ff36
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Mar 7, 2016
2 parents b73ff36 + 4f4efbd commit 87ec54a
Show file tree
Hide file tree
Showing 5 changed files with 114 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## master
[full changelog](http://github.com/sue445/rubicure/compare/v0.3.2...master)

* Add maho girls precure
* https://github.com/sue445/rubicure/pull/94

## v0.3.2
[full changelog](http://github.com/sue445/rubicure/compare/v0.3.1...v0.3.2)

Expand Down
98 changes: 98 additions & 0 deletions config/girls/013_maho_girls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
cure_miracle: &cure_miracle
girl_name: cure_miracle
human_name: 朝日奈みらい
precure_name: キュアミラクル
cast_name: 高橋李依
color: pink
created_date: 2016-02-07 # episode 1
birthday: 6/12
transform_message: |-
キュアップ・ラパパ! ダイヤ!
ミラクル・マジカル・ジュエリーレ!
ふたりの奇跡!キュアミラクル!
魔法つかいプリキュア!!
extra_names:
attack_messages:
- |
リンクルステッキ!
ダイヤ!永遠の輝きを私達の手に!
フルフルリンクル!
プリキュア!ダイヤモンドエターナル!
transform_calls:
- cure_up_rapapa_diamond
cure_miracle_ruby: &cure_miracle_ruby
<<: *cure_miracle
girl_name: cure_miracle_ruby
precure_name: キュアミラクル(ルビースタイル)
color: red
created_date: 2016-02-21 # episode 3
transform_message: |-
キュアップ・ラパパ! ルビー!
ミラクル・マジカル・ジュエリーレ!
ふたりの奇跡!キュアミラクル!
魔法つかいプリキュア!!
attack_messages:
- |
リンクルステッキ!
ルビー!紅の情熱よ私達の手に!
フルフルリンクル!
プリキュア!ルビーパッショナーレ!
transform_calls:
- cure_up_rapapa_ruby
cure_magical: &cure_magical
girl_name: cure_magical
human_name: リコ
precure_name: キュアマジカル
cast_name: 堀江由衣
color: blue
created_date: 2016-02-07 # episode 1
birthday: 11/12
transform_message:
キュアップ・ラパパ! ダイヤ!
ミラクル・マジカル・ジュエリーレ!
ふたりの魔法!キュアマジカル!
魔法つかいプリキュア!!
extra_names:
attack_messages:
- |
リンクルステッキ!
ダイヤ!永遠の輝きを私達の手に!
フルフルリンクル!
プリキュア!ダイヤモンドエターナル!
transform_calls:
- cure_up_rapapa_diamond
cure_magical_ruby: &cure_magical_ruby
<<: *cure_magical
girl_name: cure_magical_ruby
precure_name: キュアマジカル(ルビースタイル)
color: red
created_date: 2016-02-21 # episode 3
transform_message:
キュアップ・ラパパ! ルビー!
ミラクル・マジカル・ジュエリーレ!
ふたりの魔法!キュアマジカル!
魔法つかいプリキュア!!
attack_messages:
- |
リンクルステッキ!
ルビー!紅の情熱よ私達の手に!
フルフルリンクル!
プリキュア!ルビーパッショナーレ!
transform_calls:
- cure_up_rapapa_ruby
cure_miracle_diamond: &cure_miracle_diamond
<<: *cure_miracle
miracle:
<<: *cure_miracle
miracle_diamond:
<<: *cure_miracle_diamond
miracle_ruby:
<<: *cure_miracle_ruby
cure_magical_diamond: &cure_magical_diamond
<<: *cure_magical
magical:
<<: *cure_magical
magical_diamond:
<<: *cure_magical_diamond
magical_ruby:
<<: *cure_magical_ruby
11 changes: 11 additions & 0 deletions config/series.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,14 @@ go_princess: &go_princess
- cure_scarlet
go_princess_precure:
<<: *go_princess
#######################################################
maho_girls: &maho_girls
series_name: maho_girls
title: 魔法つかいプリキュア!
started_date: 2016-02-07
# ended_date: 2017-01-
girls:
- cure_miracle
- cure_magical
maho_girls_precure:
<<: *maho_girls
2 changes: 1 addition & 1 deletion spec/core_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
context "Without arg" do
subject { instance.all_stars }

let(:precure_count) { 41 }
let(:precure_count) { 43 }

its(:count) { should == precure_count }
end
Expand Down
1 change: 1 addition & 0 deletions spec/series_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
:dokidoki,
:happiness_charge,
:go_princess,
:maho_girls,
]
end

Expand Down

0 comments on commit 87ec54a

Please sign in to comment.