rubicure 0.4.11 → 0.4.12
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/013_maho_girls.yml +2 -2
- 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: 84df118fa475c6c27f7d0170a66d0986b7892d37
|
4
|
+
data.tar.gz: 48a014b33e8ab9f4d30bb819056329d5243c6621
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e5f6a1e4d097d2830bd81c58cb64eb6053a2d610e8cd1ad7115aae0dcc3d3783ea8118179898d72a2a1f7199a065e3c849aa3afd79dde20cf4b09450a27971f
|
7
|
+
data.tar.gz: ed43f47d43b4be3c6cc8e2963388d611bbcc57aea6a57981fc0f13d6e29cef76264b3f04162805fd0b4ffb8b0294d56dc9cf247d795ff7e0f85acd6b9b41e44c
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
## master
|
2
|
-
[full changelog](http://github.com/sue445/rubicure/compare/v0.4.
|
2
|
+
[full changelog](http://github.com/sue445/rubicure/compare/v0.4.12...master)
|
3
|
+
|
4
|
+
## v0.4.12
|
5
|
+
[full changelog](http://github.com/sue445/rubicure/compare/v0.4.11...v0.4.12)
|
6
|
+
|
7
|
+
* Apply block style of yaml to the transform messages.
|
8
|
+
* https://github.com/sue445/rubicure/pull/126
|
3
9
|
|
4
10
|
## v0.4.11
|
5
11
|
[full changelog](http://github.com/sue445/rubicure/compare/v0.4.10...v0.4.11)
|
@@ -92,7 +92,7 @@ cure_magical: &cure_magical
|
|
92
92
|
precure_name: キュアマジカル(ダイヤスタイル)
|
93
93
|
color: blue
|
94
94
|
created_date: 2016-02-07 # episode 1
|
95
|
-
transform_message:
|
95
|
+
transform_message: |-
|
96
96
|
キュアップ・ラパパ! ダイヤ!
|
97
97
|
ミラクル・マジカル・ジュエリーレ!
|
98
98
|
ふたりの魔法!キュアマジカル!
|
@@ -108,7 +108,7 @@ cure_magical: &cure_magical
|
|
108
108
|
precure_name: キュアマジカル(ルビースタイル)
|
109
109
|
color: red
|
110
110
|
created_date: 2016-02-21 # episode 3
|
111
|
-
transform_message:
|
111
|
+
transform_message: |-
|
112
112
|
キュアップ・ラパパ! ルビー!
|
113
113
|
ミラクル・マジカル・ジュエリーレ!
|
114
114
|
ふたりの魔法!キュアマジカル!
|
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.4.
|
4
|
+
version: 0.4.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- sue445
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-12-
|
11
|
+
date: 2016-12-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|