rubicure 4.1.0 → 4.1.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 +4 -4
- data/CHANGELOG.md +7 -1
- data/config/girls/022_you_and_idol.yml +3 -0
- data/lib/rubicure/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b4bdb6fc96a3e690986f9a7100dfd429a2817b2981182c62612a65c78d91d522
|
4
|
+
data.tar.gz: cb359cfb94bf2e2143f2b26c3377a2dab60bd523be1eadc7b6f3e934758b7bd2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 30e76e90294cc15da8b88a995c74f096094d7d599c86bd3766f3ff0c14ca24fe0420e39fd34523177eb2c39b8c6ff4f2c899eb55725da3a783166e18576b83d3
|
7
|
+
data.tar.gz: 15879b74c04f08afc6d2f98e401c33f820a3a9aa7b1c3db3e32acb51279925b25abdb9a172bb034bc457be876b78065592cbca7d8b7a6918b886fde28bb367bc
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
## master
|
2
|
-
[full changelog](http://github.com/sue445/rubicure/compare/v4.1.
|
2
|
+
[full changelog](http://github.com/sue445/rubicure/compare/v4.1.1...master)
|
3
|
+
|
4
|
+
## [v4.1.1](https://github.com/sue445/rubicure/releases/tag/v4.1.1)
|
5
|
+
[full changelog](http://github.com/sue445/rubicure/compare/v4.1.0...v4.1.1)
|
6
|
+
|
7
|
+
* Tweak transform_message of You and Idol Precure
|
8
|
+
* https://github.com/sue445/rubicure/pull/329
|
3
9
|
|
4
10
|
## [v4.1.0](https://github.com/sue445/rubicure/releases/tag/v4.1.0)
|
5
11
|
[full changelog](http://github.com/sue445/rubicure/compare/v4.0.2...v4.1.0)
|
@@ -13,6 +13,7 @@ cure_idol: &cure_idol
|
|
13
13
|
一緒にYEAH!
|
14
14
|
キミと歌う、ハートのキラキラ!
|
15
15
|
笑顔ニッコリ、キュアアイドル!
|
16
|
+
ウィーアー!キミとアイドルプリキュア!
|
16
17
|
# extra_names:
|
17
18
|
attack_messages:
|
18
19
|
- |-
|
@@ -50,6 +51,7 @@ cure_wink: &cure_wink
|
|
50
51
|
一緒にYEAH!
|
51
52
|
キミと瞬く、ハートの勇気!
|
52
53
|
お目目パッチン、キュアウインク!
|
54
|
+
ウィーアー!キミとアイドルプリキュア!
|
53
55
|
# extra_names:
|
54
56
|
attack_messages:
|
55
57
|
- |-
|
@@ -86,6 +88,7 @@ cure_kyunkyun: &cure_kyunkyun
|
|
86
88
|
一緒にYEAH!
|
87
89
|
キミと踊る、ハートのリズム!
|
88
90
|
心キュンキュン、キュアキュンキュン!
|
91
|
+
ウィーアー!キミとアイドルプリキュア!
|
89
92
|
# extra_names:
|
90
93
|
attack_messages:
|
91
94
|
- |-
|
data/lib/rubicure/version.rb
CHANGED
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.1.
|
4
|
+
version: 4.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- sue445
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-04-27 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: activesupport
|