rubicure 1.0.3 → 1.0.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 +8 -1
- data/config/girls/014_a_la_mode.yml +4 -4
- data/config/series.yml +1 -1
- 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: e8025de1d4aa7b46a7132e3d039e68abb737a7ac
|
|
4
|
+
data.tar.gz: ed8c85c5bf7705b08c13f671b1e01e3452ea063c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 014dd72f5f96699ddecbf3d98ed234164e2197db1d8b1be2566eb3cabbbcb3015394803e98c573b28b63979f4e2c771a3c850ee0bd4e61a406c1746f5fa86a12
|
|
7
|
+
data.tar.gz: 3ec224988089d0c12e683be41c1edef13193845983f9bb428a6e50242d192513bdc1e7e52b2859267be8e6a92c31bf89dec3d9dabed3b954326934ee0a1a26a2
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
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.4...master)
|
|
3
|
+
|
|
4
|
+
## v1.0.4
|
|
5
|
+
[full changelog](http://github.com/sue445/rubicure/compare/v1.0.3...v1.0.4)
|
|
6
|
+
|
|
7
|
+
* Fix typo: macaroon -> macaron
|
|
8
|
+
* https://github.com/sue445/rubicure/issues/148
|
|
9
|
+
* https://github.com/sue445/rubicure/pull/149
|
|
3
10
|
|
|
4
11
|
## v1.0.3
|
|
5
12
|
[full changelog](http://github.com/sue445/rubicure/compare/v1.0.2...v1.0.3)
|
|
@@ -61,8 +61,8 @@ cure_gelato: &cure_gelato
|
|
|
61
61
|
キラキラキラルン!ジェラート・シェイク!
|
|
62
62
|
transform_calls:
|
|
63
63
|
- cure_la_mode_decoration
|
|
64
|
-
|
|
65
|
-
girl_name:
|
|
64
|
+
cure_macaron: &cure_macaron
|
|
65
|
+
girl_name: cure_macaron
|
|
66
66
|
human_name: 琴爪ゆかり
|
|
67
67
|
precure_name: キュアマカロン
|
|
68
68
|
cast_name: 藤田咲
|
|
@@ -109,7 +109,7 @@ custard:
|
|
|
109
109
|
<<: *cure_custard
|
|
110
110
|
gelato:
|
|
111
111
|
<<: *cure_gelato
|
|
112
|
-
|
|
113
|
-
<<: *
|
|
112
|
+
macaron:
|
|
113
|
+
<<: *cure_macaron
|
|
114
114
|
chocolat:
|
|
115
115
|
<<: *cure_chocolat
|
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: 1.0.
|
|
4
|
+
version: 1.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- sue445
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-06-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|