rubicure 0.2.3 → 0.2.4
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/012_go_princess.yml +12 -0
- data/lib/rubicure/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d38c61db3035bced7576e2a703812081e47a3116
|
|
4
|
+
data.tar.gz: 40e371fd5fef7eac80b98d575754f93fbc3d5346
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ca461c75d1a26bbf13963c9c52bf3a28b43d14cb3b4780b77fbd12b77a616a0bb45a66c79248c8e0cb47d7908bcb0878e5d2407969a6c99fc0c9a5c5f23677d
|
|
7
|
+
data.tar.gz: f18b74fcd7eafb469db638ab3c5261102c5d47f1463f5e576b8fb79162b4133dc2fc4599a323d4a1948ebe3f7e8a7624ed49a9eb72cdb31b447814de5564706c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
## master
|
|
2
|
-
[full changelog](http://github.com/sue445/rubicure/compare/v0.2.
|
|
2
|
+
[full changelog](http://github.com/sue445/rubicure/compare/v0.2.4...master)
|
|
3
|
+
|
|
4
|
+
## v0.2.3
|
|
5
|
+
[full changelog](http://github.com/sue445/rubicure/compare/v0.2.3...v0.2.4)
|
|
6
|
+
|
|
7
|
+
* Tweak transform message
|
|
8
|
+
* https://github.com/sue445/rubicure/pull/76
|
|
3
9
|
|
|
4
10
|
## v0.2.2
|
|
5
11
|
[full changelog](http://github.com/sue445/rubicure/compare/v0.2.2.1...v0.2.3)
|
|
@@ -7,6 +7,10 @@ cure_flora: &cure_flora
|
|
|
7
7
|
transform_message: |-
|
|
8
8
|
プリキュア!プリンセスエンゲージ!
|
|
9
9
|
咲き誇る花のプリンセス!キュアフローラ!
|
|
10
|
+
強く、やさしく、美しく!
|
|
11
|
+
Go!プリンセスプリキュア!
|
|
12
|
+
冷たい檻に閉ざされた夢、返していただきますわ!
|
|
13
|
+
お覚悟はよろしくて?
|
|
10
14
|
extra_names:
|
|
11
15
|
attack_messages:
|
|
12
16
|
- |
|
|
@@ -24,6 +28,10 @@ cure_mermaid: &cure_mermaid
|
|
|
24
28
|
transform_message: |-
|
|
25
29
|
プリキュア!プリンセスエンゲージ!
|
|
26
30
|
澄み渡る海のプリンセス!キュアマーメイド!
|
|
31
|
+
強く、やさしく、美しく!
|
|
32
|
+
Go!プリンセスプリキュア!
|
|
33
|
+
冷たい檻に閉ざされた夢、返していただきますわ!
|
|
34
|
+
お覚悟はよろしくて?
|
|
27
35
|
extra_names:
|
|
28
36
|
attack_messages:
|
|
29
37
|
- |
|
|
@@ -42,6 +50,10 @@ cure_twinkle: &cure_twinkle
|
|
|
42
50
|
transform_message: |-
|
|
43
51
|
プリキュア!プリンセスエンゲージ!
|
|
44
52
|
きらめく星のプリンセス!キュアトゥインクル!
|
|
53
|
+
強く、やさしく、美しく!
|
|
54
|
+
Go!プリンセスプリキュア!
|
|
55
|
+
冷たい檻に閉ざされた夢、返していただきますわ!
|
|
56
|
+
お覚悟はよろしくて?
|
|
45
57
|
extra_names:
|
|
46
58
|
attack_messages:
|
|
47
59
|
- |
|
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: 0.2.
|
|
4
|
+
version: 0.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- sue445
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-03-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|