rubicure 1.0.5 → 1.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +0 -1
- data/CHANGELOG.md +7 -1
- data/config/girls/014_a_la_mode.yml +24 -0
- data/lib/rubicure/version.rb +1 -1
- data/spec/rubicure/core_spec.rb +1 -1
- data/spec/rubicure/girl_spec.rb +1 -0
- 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: b5ccdcd5715596e1eaa788d5122c7df902f776b4
|
4
|
+
data.tar.gz: 6e4f87b89d06cacd22d4970eaf4cb6c9ccae9b3a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4828994aeadfdde1946dfad4af750c0a39cb1c1cf5be19a96bf8201503f82c8a1e97cd1154328c28f7041fd9a14ed232b0e2c836be7292fecd8e2d9e8816e29a
|
7
|
+
data.tar.gz: a92eccc19c509a5c97133f9c53f3a0b2b389f4125be589443ff53f0238db4e706a4a8c41fbff52868cad2ee1e75b7e01a01bd038a2b1102c99f3e85393b720a3
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
## master
|
2
|
-
[full changelog](http://github.com/sue445/rubicure/compare/v1.0.
|
2
|
+
[full changelog](http://github.com/sue445/rubicure/compare/v1.0.6...master)
|
3
|
+
|
4
|
+
## v1.0.6
|
5
|
+
[full changelog](http://github.com/sue445/rubicure/compare/v1.0.5...v1.0.6)
|
6
|
+
|
7
|
+
* Add cure parfait
|
8
|
+
* https://github.com/sue445/rubicure/pull/153
|
3
9
|
|
4
10
|
## v1.0.5
|
5
11
|
[full changelog](http://github.com/sue445/rubicure/compare/v1.0.4...v1.0.5)
|
@@ -103,6 +103,28 @@ cure_chocolat: &cure_chocolat
|
|
103
103
|
キラキラキラルン!ショコラ・アロマーゼ!
|
104
104
|
transform_calls:
|
105
105
|
- cure_la_mode_decoration
|
106
|
+
cure_parfait: &cure_parfait
|
107
|
+
girl_name: cure_parfait
|
108
|
+
human_name: キラ星シエル
|
109
|
+
precure_name: キュアパルフェ
|
110
|
+
cast_name: 水瀬いのり
|
111
|
+
color: rainbow
|
112
|
+
created_date: 2017-07-16 # episode 23
|
113
|
+
birthday: 7/30
|
114
|
+
transform_message: |-
|
115
|
+
キュアラモード・デコレーション!
|
116
|
+
パフェ!
|
117
|
+
夢と希望を!
|
118
|
+
レッツ・ラ・まぜまぜ!
|
119
|
+
キュアパルフェ!できあがり!
|
120
|
+
キラキラ☆プリキュアアラモード!
|
121
|
+
# extra_names:
|
122
|
+
attack_messages:
|
123
|
+
- |-
|
124
|
+
アン!ドゥ!トレビアン!キラクルレインボー!
|
125
|
+
ボナペティ!
|
126
|
+
transform_calls:
|
127
|
+
- cure_la_mode_decoration
|
106
128
|
whip:
|
107
129
|
<<: *cure_whip
|
108
130
|
custard:
|
@@ -113,3 +135,5 @@ macaron:
|
|
113
135
|
<<: *cure_macaron
|
114
136
|
chocolat:
|
115
137
|
<<: *cure_chocolat
|
138
|
+
parfait:
|
139
|
+
<<: *cure_parfait
|
data/lib/rubicure/version.rb
CHANGED
data/spec/rubicure/core_spec.rb
CHANGED
data/spec/rubicure/girl_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: 1.0.
|
4
|
+
version: 1.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- sue445
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-07-
|
11
|
+
date: 2017-07-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|