rubicure 3.1.0 → 3.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -1
- data/config/girls/019_delicious_party.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: 499556d04ef3119ec4c1add31bf951c0c0f414674ed3b2da5879ab88d126b5a1
|
4
|
+
data.tar.gz: 41fa1f7501aa0534424fc9282590ef2895e11b7a7b4cc9e757b956195cf847f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 54109784e357bda71e27506aead6b6d64d7e698f58bc14f6a8234e2b020efbcdd47554f21024697b2d2adf71648005b9db5217f13fe7faae3469f2eb762b2c49
|
7
|
+
data.tar.gz: 937388a8545eff925a083ff1a6043024775f08c9967f930e359366df35086e89ab6a63df853e9138da88ecdcb3b43b3336ed1f075748716ded68fec83122ad14
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
## master
|
2
|
-
[full changelog](http://github.com/sue445/rubicure/compare/v3.1.
|
2
|
+
[full changelog](http://github.com/sue445/rubicure/compare/v3.1.1...master)
|
3
|
+
|
4
|
+
## v3.1.1
|
5
|
+
[full changelog](http://github.com/sue445/rubicure/compare/v3.1.0...v3.1.1)
|
6
|
+
|
7
|
+
* Tweak transform message of DeliciousParty:heart:Precure
|
8
|
+
* https://github.com/sue445/rubicure/pull/265
|
3
9
|
|
4
10
|
## v3.1.0
|
5
11
|
[full changelog](http://github.com/sue445/rubicure/compare/v3.0.1...v3.1.0)
|
@@ -20,6 +20,7 @@ cure_precious: &cure_precious
|
|
20
20
|
あつあつごはんで、みなぎるパワー!
|
21
21
|
キュアプレシャス!
|
22
22
|
おいしい笑顔で満たしてあげる!
|
23
|
+
デリシャスパーティ♡プリキュア!
|
23
24
|
# extra_names:
|
24
25
|
attack_messages:
|
25
26
|
- |-
|
@@ -55,6 +56,7 @@ cure_spicy: &cure_spicy
|
|
55
56
|
ふわふわサンドde心にスパイス!
|
56
57
|
キュアスパイシー!
|
57
58
|
わけあうおいしさ、焼きつけるわ!
|
59
|
+
デリシャスパーティ♡プリキュア!
|
58
60
|
# extra_names:
|
59
61
|
attack_messages:
|
60
62
|
- |-
|
@@ -90,6 +92,7 @@ cure_yumyum: &cure_yumyum
|
|
90
92
|
きらめくヌードル・エモーション!
|
91
93
|
キュアヤムヤム!
|
92
94
|
おいしいの独り占め、ゆるさないよ!
|
95
|
+
デリシャスパーティ♡プリキュア!
|
93
96
|
# extra_names:
|
94
97
|
attack_messages:
|
95
98
|
- |-
|
data/lib/rubicure/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubicure
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.1.
|
4
|
+
version: 3.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- sue445
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-05-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|