rubicure 2.1.0 → 2.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/018_tropical_rouge.yml +8 -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: 3c3a551cdc708bc0c33bdb7ed6a3662e05b398123bc76eb4253b67948e7c9a20
|
4
|
+
data.tar.gz: 51fa3a414b69d741294c90b5db8f92c873f70988366ef14e4a8ee291cf967713
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2e4326de3394c3471b136daa8afec355bd4cd2fd588b1da6fa97cc5f5f34e803958bf0d79a4599d8159f565557aac52bc5abb07f8d9f0fc89a9520f2077edfd3
|
7
|
+
data.tar.gz: b37daa230e65c92a699a0a7eb922f8b6d129139be91f8d99e3242d3c0721809d81637f7d08a6b9c0d995dedeffdc53fbc2b2c5e469ff039b24424a7b438f0199
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
## master
|
2
|
-
[full changelog](http://github.com/sue445/rubicure/compare/v2.1.
|
2
|
+
[full changelog](http://github.com/sue445/rubicure/compare/v2.1.1...master)
|
3
|
+
|
4
|
+
## v2.1.1
|
5
|
+
[full changelog](http://github.com/sue445/rubicure/compare/v2.1.0...v2.1.1)
|
6
|
+
|
7
|
+
* Tweak transform message of TropicalRoute Precure
|
8
|
+
* https://github.com/sue445/rubicure/pull/253
|
3
9
|
|
4
10
|
## v2.1.0
|
5
11
|
[full changelog](http://github.com/sue445/rubicure/compare/v2.0.1...v2.1.0)
|
@@ -15,6 +15,8 @@ cure_summer: &cure_summer
|
|
15
15
|
リップ!
|
16
16
|
ドレス!
|
17
17
|
ときめく常夏!キュアサマー!
|
18
|
+
はぁー!
|
19
|
+
4人揃って!トロピカル~ジュ!プリキュア!
|
18
20
|
# extra_names:
|
19
21
|
attack_messages:
|
20
22
|
- |-
|
@@ -43,6 +45,8 @@ cure_coral: &cure_coral
|
|
43
45
|
チーク!
|
44
46
|
ドレス!
|
45
47
|
きらめく宝石!キュアコーラル!
|
48
|
+
はぁー!
|
49
|
+
4人揃って!トロピカル~ジュ!プリキュア!
|
46
50
|
# extra_names:
|
47
51
|
attack_messages:
|
48
52
|
- |-
|
@@ -71,6 +75,8 @@ cure_papaya: &cure_papaya
|
|
71
75
|
アイズ!
|
72
76
|
ドレス!
|
73
77
|
ひらめく果実!キュアパパイア!
|
78
|
+
はぁー!
|
79
|
+
4人揃って!トロピカル~ジュ!プリキュア!
|
74
80
|
# extra_names:
|
75
81
|
attack_messages:
|
76
82
|
- |-
|
@@ -99,6 +105,8 @@ cure_flamingo: &cure_flamingo
|
|
99
105
|
ヘアー!
|
100
106
|
ドレス!
|
101
107
|
はためく翼!キュアフラミンゴ!
|
108
|
+
はぁー!
|
109
|
+
4人揃って!トロピカル~ジュ!プリキュア!
|
102
110
|
# extra_names:
|
103
111
|
attack_messages:
|
104
112
|
- |-
|
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: 2.1.
|
4
|
+
version: 2.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: 2021-
|
11
|
+
date: 2021-04-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|