rubicure 4.0.0 → 4.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3c73f70ab00edd9d1f1bdd1990c1f135627176779747d7086f3901d06d3689f9
4
- data.tar.gz: 0c0cb5ff8a67a410f77c931a6ace4096331104d18d09e54b496b40cdebfdaf57
3
+ metadata.gz: 6fec9c38763f8b79a57f81758f0b8280cdbd6e0511cef2b88d167a59edebc59c
4
+ data.tar.gz: ca58937006fd9259ca46aa7749b6efbd05ad5ba5e79176d28949a3632380e246
5
5
  SHA512:
6
- metadata.gz: be742c0bc38332044b9a4b7992f0adb26429a6e79abedd22bed99878d1ad999f2e0b9225223169380d1b1721f0b349ebfc6fbae907208fae7906813b0fb7da9d
7
- data.tar.gz: 47c5d9ef6949d9ce7e6a93065e18661b941870ee6c1ba2de7dc486b29efd7b9aa476de7eab3d37130595e72fe26c3b5f9548622fb97e65f8a8a16b49f1d2bc55
6
+ metadata.gz: a42453d7005f79b555784464c08338d570fb03899f8214e1327585e9135b4708a9952e7fa964a77d9797a396adf671ca20ed0e3e8b4cfd1f9464110d4fbbde6f
7
+ data.tar.gz: 68bae40d7c24f9485827aacb034b652fc62e48511969a90fdff41725dbcde78bd7c0b78bdf39588b71e43ef2a85762485bfd309106baf4c6221a603b803dce27
@@ -99,7 +99,7 @@ jobs:
99
99
 
100
100
  - run: bundle exec rake rubydoctest
101
101
  timeout-minutes: 1
102
- if: matrix.ruby >= '3.4'
102
+ if: matrix.ruby >= '3.4' && matrix.gemfile >= 'activesupport_7_1'
103
103
 
104
104
  - name: Slack Notification (not success)
105
105
  uses: act10ns/slack@v2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  ## master
2
- [full changelog](http://github.com/sue445/rubicure/compare/v4.0.0...master)
2
+ [full changelog](http://github.com/sue445/rubicure/compare/v4.0.1...master)
3
+
4
+ ## v4.0.1
5
+ [full changelog](http://github.com/sue445/rubicure/compare/v4.0.0...v4.0.1)
6
+
7
+ * Add CureMiracle and CureMagical's Pink Diamond Style :diamonds:
8
+ * https://github.com/sue445/rubicure/pull/326
3
9
 
4
10
  ## v4.0.0
5
11
  [full changelog](http://github.com/sue445/rubicure/compare/v3.3.4...v4.0.0)
data/README.md CHANGED
@@ -119,7 +119,7 @@ and [more aliases!](config/series.yml)
119
119
  ```ruby
120
120
  >> Precure.now
121
121
  => {series_name: "wonderful", title: "わんだふるぷりきゅあ!", started_date: #<Date: 2024-02-04 ((2460345j,0s,0n),+0s,-Infj)>, girls: ["cure_wonderful", "cure_friendy", "cure_nyammy", "cure_lillian"]}
122
-
122
+
123
123
  # -2013/1/27 : smile precure
124
124
  # 2013/2/5 - : dokidoki precure
125
125
  require "delorean"
@@ -172,10 +172,10 @@ Precure.now
172
172
 
173
173
  >> Cure.muse
174
174
  => {girl_name: "cure_muse", human_name: "調辺アコ", precure_name: "キュアミューズ", cast_name: "大久保瑠美", created_date: #<Date: 2011-10-16 ((2455851j,0s,0n),+0s,-Infj)>, color: "yellow", transform_message: "レッツプレイ!プリキュアモジュレーション!!\n爪弾くは女神の調べ! キュアミューズ!\n届け4人の組曲!スイートプリキュア!", extra_names: ["クレッシェンドミューズ"], attack_messages: ["おいで、シリー!\nシの音符の、シャイニングメロディ!\nプリキュア!スパークリングシャワー!!\n三拍子!1、2、3\nフィナーレ!", "届けましょう、希望のシンフォニー!\nプリキュア!スイートセッションアンサンブル!\nクレッシェンド!!\nフィナーレ!"], transform_calls: ["lets_play_precure_modulation", "lets_play", "modulation"]}
175
-
175
+
176
176
  >> Cure.peace
177
177
  => {girl_name: "cure_peace", human_name: "黄瀬やよい", precure_name: "キュアピース", cast_name: "金元寿子", created_date: #<Date: 2012-02-19 ((2455977j,0s,0n),+0s,-Infj)>, color: "yellow", transform_message: "(レディ?)\nプリキュア・スマイルチャージ!\n(ゴー!ゴー!レッツ・ゴー!ピース!!)\nピカピカピカリンジャンケンポン! キュアピース!\n5つの光が導く未来!\n輝け!スマイルプリキュア!", extra_names: ["プリンセスピース", "ウルトラピース"], attack_messages: ["プリキュア!ピースサンダー!!", "開け、ロイヤルクロック!\n(みんなの力を1つにするクル!)\n届け、希望の光!\nはばたけ!光り輝く未来へ!\nプリキュア!ロイヤルレインボーバースト!", "(みんなの力を1つにするクル!)\nプリキュア!ミラクルレインボーバースト!\n輝けー!!\nスマイルプリキュア!!"], transform_calls: ["smile_charge"]}
178
-
178
+
179
179
  >> Cure.rosetta
180
180
  => {girl_name: "cure_rosetta", human_name: "四葉ありす", precure_name: "キュアロゼッタ", cast_name: "渕上舞", created_date: #<Date: 2013-02-24 ((2456348j,0s,0n),+0s,-Infj)>, color: "yellow", birthday: "5/28", transform_message: "プリキュアラブリンク!\nL! O! V! E!\nひだまりポカポカ キュアロゼッタ!\n響け愛の鼓動!ドキドキプリキュア!\n世界を制するのは愛だけです、\nさぁ、あなたも私と愛を育んでくださいな", extra_names: nil, attack_messages: ["カッチカチの!ロゼッタウォール!"], transform_calls: ["love_link"]}
181
181
 
@@ -184,7 +184,7 @@ Precure.now
184
184
 
185
185
  >> Shiny.luminous
186
186
  => {girl_name: "shiny_luminous", human_name: "九条ひかり", precure_name: "シャイニールミナス", cast_name: "田中理恵", created_date: #<Date: 2005-03-06 ((2453436j,0s,0n),+0s,-Infj)>, color: "yellow", birthday: "9/9", transform_message: "ルミナス・シャイニングストリーム!\n輝く命、シャイニールミナス!\n光の心と光の意志、すべてを一つにするために!", extra_names: nil, attack_messages: ["光の意志よ!私に勇気を!希望と力を!!\nルミナス・ハーティエル・アンクション!"], transform_calls: ["shining_stream"]}
187
-
187
+
188
188
  >> Milky.rose
189
189
  => {girl_name: "milky_rose", human_name: "美々野くるみ", precure_name: "ミルキィローズ", cast_name: "仙台エリ", created_date: #<Date: 2008-04-06 ((2454563j,0s,0n),+0s,-Infj)>, color: "purple", transform_message: "スカイローズ・トランスレイト!\n青いバラは秘密のしるし! ミルキィローズ!", extra_names: nil, attack_messages: ["邪悪な力を包み込む\nバラの吹雪を咲かせましょう!\nミルキィローズ・ブリザード!"], transform_calls: ["sky_rose_translate", "translate"]}
190
190
  ```
@@ -209,7 +209,6 @@ and [more aliases!](config/girls/)
209
209
  >> # yayoi.attack!
210
210
  => # Rubicure::RequireTransformError: require transform
211
211
 
212
-
213
212
  >> yayoi.transform!
214
213
 
215
214
  (レディ?)
@@ -74,6 +74,21 @@ cure_miracle: &cure_miracle
74
74
  トパーズ!金色の希望よ私達の手に!
75
75
  フルフルリンクル!
76
76
  プリキュア・トパーズ・エスペランサ!
77
+ pink_diamond:
78
+ girl_name: cure_miracle_pink_diamond
79
+ precure_name: キュアミラクル(ピンクダイヤスタイル)
80
+ color: pink
81
+ created_date: 2025-01-11 # episode 1
82
+ transform_message: |-
83
+ キュアップ・ラパパ! ピンクダイヤ!
84
+ ミラクル・マジカル・ジュエリーレ!
85
+ ふたりの奇跡!キュアミラクル!
86
+ 魔法つかいプリキュア!!
87
+ attack_messages:
88
+ - |-
89
+ ピンクダイヤ!永遠の輝きを私達の手に!
90
+ フルフルリンクル!
91
+ プリキュア・ダイヤモンド・エターナル!
77
92
 
78
93
  cure_magical: &cure_magical
79
94
  girl_name: cure_magical
@@ -151,6 +166,22 @@ cure_magical: &cure_magical
151
166
  トパーズ!金色の希望よ私達の手に!
152
167
  フルフルリンクル!
153
168
  プリキュア・トパーズ・エスペランサ!
169
+ pink_diamond:
170
+ girl_name: cure_magical_pinkdiamond
171
+ precure_name: キュアマジカル(ピンクダイヤスタイル)
172
+ color: purple
173
+ created_date: 2025-01-11 # episode 1
174
+ transform_message: |-
175
+ キュアップ・ラパパ! ピンクダイヤ!
176
+ ミラクル・マジカル・ジュエリーレ!
177
+ ふたりの魔法!キュアマジカル!
178
+ 魔法つかいプリキュア!!
179
+ attack_messages:
180
+ - |-
181
+ ピンクダイヤ!永遠の輝きを私達の手に!
182
+ フルフルリンクル!
183
+ プリキュア・ダイヤモンド・エターナル!
184
+
154
185
  cure_felice: &cure_felice
155
186
  girl_name: cure_felice
156
187
  human_name: 花海ことは
@@ -2,6 +2,10 @@ source "https://rubygems.org"
2
2
 
3
3
  gem "activesupport", "~> 5.0.0"
4
4
 
5
+ # for ruby 3.4+
6
+ gem "base64"
7
+ gem "mutex_m"
8
+
5
9
  eval_gemfile "#{__dir__}/common.gemfile"
6
10
 
7
11
  gemspec path: "../"
@@ -2,6 +2,10 @@ source "https://rubygems.org"
2
2
 
3
3
  gem "activesupport", "~> 5.1.0"
4
4
 
5
+ # for ruby 3.4+
6
+ gem "base64"
7
+ gem "mutex_m"
8
+
5
9
  eval_gemfile "#{__dir__}/common.gemfile"
6
10
 
7
11
  gemspec path: "../"
@@ -2,6 +2,10 @@ source "https://rubygems.org"
2
2
 
3
3
  gem "activesupport", "~> 5.2.0"
4
4
 
5
+ # for ruby 3.4+
6
+ gem "base64"
7
+ gem "mutex_m"
8
+
5
9
  eval_gemfile "#{__dir__}/common.gemfile"
6
10
 
7
11
  gemspec path: "../"
@@ -2,6 +2,10 @@ source "https://rubygems.org"
2
2
 
3
3
  gem "activesupport", "~> 6.0.0"
4
4
 
5
+ # for ruby 3.4+
6
+ gem "base64"
7
+ gem "mutex_m"
8
+
5
9
  eval_gemfile "#{__dir__}/common.gemfile"
6
10
 
7
11
  gemspec path: "../"
@@ -2,6 +2,10 @@ source "https://rubygems.org"
2
2
 
3
3
  gem "activesupport", "~> 6.1.0"
4
4
 
5
+ # for ruby 3.4+
6
+ gem "base64"
7
+ gem "mutex_m"
8
+
5
9
  eval_gemfile "#{__dir__}/common.gemfile"
6
10
 
7
11
  gemspec path: "../"
@@ -1,3 +1,3 @@
1
1
  module Rubicure
2
- VERSION = "4.0.0".freeze
2
+ VERSION = "4.0.1".freeze
3
3
  end
data/rubicure.gemspec CHANGED
@@ -51,8 +51,4 @@ Gem::Specification.new do |spec|
51
51
  spec.add_development_dependency "term-ansicolor", "!= 1.11.1" # ref. https://github.com/flori/term-ansicolor/issues/41
52
52
  spec.add_development_dependency "unparser", ">= 0.4.5"
53
53
  spec.add_development_dependency "yard"
54
-
55
- # TODO: Remove followings after making activesupport v7.0+ required
56
- spec.add_development_dependency "base64"
57
- spec.add_development_dependency "mutex_m"
58
54
  end
data/spec/spec_helper.rb CHANGED
@@ -28,6 +28,10 @@ if ENV["CI"]
28
28
  end
29
29
 
30
30
  $LOAD_PATH.unshift File.expand_path("../lib", __dir__)
31
+
32
+ # FIXME: NameError: uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger when activesupport < 7.1
33
+ require "logger"
34
+
31
35
  require "rubicure"
32
36
  require "rspec"
33
37
  require "rspec-parameterized"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubicure
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 4.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - sue445
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2024-12-25 00:00:00.000000000 Z
10
+ date: 2025-01-16 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: activesupport
@@ -303,34 +303,6 @@ dependencies:
303
303
  - - ">="
304
304
  - !ruby/object:Gem::Version
305
305
  version: '0'
306
- - !ruby/object:Gem::Dependency
307
- name: base64
308
- requirement: !ruby/object:Gem::Requirement
309
- requirements:
310
- - - ">="
311
- - !ruby/object:Gem::Version
312
- version: '0'
313
- type: :development
314
- prerelease: false
315
- version_requirements: !ruby/object:Gem::Requirement
316
- requirements:
317
- - - ">="
318
- - !ruby/object:Gem::Version
319
- version: '0'
320
- - !ruby/object:Gem::Dependency
321
- name: mutex_m
322
- requirement: !ruby/object:Gem::Requirement
323
- requirements:
324
- - - ">="
325
- - !ruby/object:Gem::Version
326
- version: '0'
327
- type: :development
328
- prerelease: false
329
- version_requirements: !ruby/object:Gem::Requirement
330
- requirements:
331
- - - ">="
332
- - !ruby/object:Gem::Version
333
- version: '0'
334
306
  description: All about Japanese battle heroine "Pretty Cure (Precure)".
335
307
  email:
336
308
  - sue445@sue445.net