Skip to content

Commit

Permalink
Merge pull request #326 from sue445/feature/pink_diamond
Browse files Browse the repository at this point in the history
Add CureMiracle and CureMagical's Pink Diamond Style
  • Loading branch information
sue445 authored Jan 16, 2025
2 parents d520a60 + 36a8f0b commit 1ca9708
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:

- run: bundle exec rake rubydoctest
timeout-minutes: 1
if: matrix.ruby >= '3.4'
if: matrix.ruby >= '3.4' && matrix.gemfile >= 'activesupport_7_1'

- name: Slack Notification (not success)
uses: act10ns/slack@v2
Expand Down
31 changes: 31 additions & 0 deletions config/girls/013_maho_girls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,21 @@ cure_miracle: &cure_miracle
トパーズ!金色の希望よ私達の手に!
フルフルリンクル!
プリキュア・トパーズ・エスペランサ!
pink_diamond:
girl_name: cure_miracle_pink_diamond
precure_name: キュアミラクル(ピンクダイヤスタイル)
color: pink
created_date: 2025-01-11 # episode 1
transform_message: |-
キュアップ・ラパパ! ピンクダイヤ!
ミラクル・マジカル・ジュエリーレ!
ふたりの奇跡!キュアミラクル!
魔法つかいプリキュア!!
attack_messages:
- |-
ピンクダイヤ!永遠の輝きを私達の手に!
フルフルリンクル!
プリキュア・ダイヤモンド・エターナル!
cure_magical: &cure_magical
girl_name: cure_magical
Expand Down Expand Up @@ -151,6 +166,22 @@ cure_magical: &cure_magical
トパーズ!金色の希望よ私達の手に!
フルフルリンクル!
プリキュア・トパーズ・エスペランサ!
pink_diamond:
girl_name: cure_magical_pinkdiamond
precure_name: キュアマジカル(ピンクダイヤスタイル)
color: purple
created_date: 2025-01-11 # episode 1
transform_message: |-
キュアップ・ラパパ! ピンクダイヤ!
ミラクル・マジカル・ジュエリーレ!
ふたりの魔法!キュアマジカル!
魔法つかいプリキュア!!
attack_messages:
- |-
ピンクダイヤ!永遠の輝きを私達の手に!
フルフルリンクル!
プリキュア・ダイヤモンド・エターナル!
cure_felice: &cure_felice
girl_name: cure_felice
human_name: 花海ことは
Expand Down
3 changes: 3 additions & 0 deletions examples/all.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# FIXME: NameError: uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger when activesupport < 7.1
require "logger"

require "rubicure"

Precure.each_with_series do |series|
Expand Down
4 changes: 4 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
end

$LOAD_PATH.unshift File.expand_path("../lib", __dir__)

# FIXME: NameError: uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger when activesupport < 7.1
require "logger"

require "rubicure"
require "rspec"
require "rspec-parameterized"
Expand Down

0 comments on commit 1ca9708

Please sign in to comment.