rubicure 0.2.5 → 0.2.6
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 +24 -0
- data/config/series.yml +1 -0
- data/lib/rubicure/version.rb +1 -1
- data/spec/core_spec.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: 0dbeb29cc5459c15efd0b6ce5189a32dd79a3e28
|
|
4
|
+
data.tar.gz: 466229af2d1e43687bf60a2af971a09ef77b2722
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9e5d84c7bd645d1b958e09353b8acbbe63bf22ab246b906ca6dcefe76a430b18730a14617382390ddc8ab956b2e41dea72e87287ef31a811abf1494d880fb120
|
|
7
|
+
data.tar.gz: ca4214f0dc5be742a7f5cd811cc7fa280dbc24d31c6e6bc266d475b72bbeb718d6f50e522834793d4a234296f8d48874562af8ad102830ffe98f260d8af86a04
|
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.6...master)
|
|
3
|
+
|
|
4
|
+
## v0.2.6
|
|
5
|
+
[full changelog](http://github.com/sue445/rubicure/compare/v0.2.5...v0.2.6)
|
|
6
|
+
|
|
7
|
+
* Add cure scarlett
|
|
8
|
+
* https://github.com/sue445/rubicure/pull/79
|
|
3
9
|
|
|
4
10
|
## v0.2.5
|
|
5
11
|
[full changelog](http://github.com/sue445/rubicure/compare/v0.2.4...v0.2.5)
|
|
@@ -63,9 +63,33 @@ cure_twinkle: &cure_twinkle
|
|
|
63
63
|
ごきげんよう
|
|
64
64
|
transform_calls:
|
|
65
65
|
- princess_engage
|
|
66
|
+
cure_scarlett: &cure_scarlett
|
|
67
|
+
human_name: 紅城トワ
|
|
68
|
+
precure_name: キュアスカーレット
|
|
69
|
+
cast_name: 沢城みゆき
|
|
70
|
+
color: red
|
|
71
|
+
created_date: 2015-07-05 # episode 22
|
|
72
|
+
transform_message: |-
|
|
73
|
+
プリキュア!プリンセスエンゲージ!
|
|
74
|
+
深紅の炎のプリンセス!キュアスカーレット!
|
|
75
|
+
強く、やさしく、美しく!
|
|
76
|
+
Go!プリンセスプリキュア!
|
|
77
|
+
冷たい檻に閉ざされた夢、返していただきますわ!
|
|
78
|
+
お覚悟決めなさい!
|
|
79
|
+
extra_names:
|
|
80
|
+
attack_messages:
|
|
81
|
+
- |
|
|
82
|
+
エクスチェンジ!モードエレガント!
|
|
83
|
+
羽ばたけ炎の翼!プリキュア・フェニックス・ブレイズ!
|
|
84
|
+
(ドリーミング)
|
|
85
|
+
ごきげんよう
|
|
86
|
+
transform_calls:
|
|
87
|
+
- princess_engage
|
|
66
88
|
flora:
|
|
67
89
|
<<: *cure_flora
|
|
68
90
|
mermaid:
|
|
69
91
|
<<: *cure_mermaid
|
|
70
92
|
twinkle:
|
|
71
93
|
<<: *cure_twinkle
|
|
94
|
+
scarlett:
|
|
95
|
+
<<: *cure_scarlett
|
data/config/series.yml
CHANGED
data/lib/rubicure/version.rb
CHANGED
data/spec/core_spec.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.6
|
|
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-07-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|