rubicure 0.2.1 → 0.2.2
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 +9 -1
- data/config/girls/011_happiness_charge.yml +3 -0
- data/config/series.yml +1 -1
- 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: 96b451639ddd256d294edf635926d707143a5e70
|
|
4
|
+
data.tar.gz: 62b12c778517ed93e82a0a7681930750287e242a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eacf6dddddd311504aedb9ceec913253dd83090c05fabf0e4fb0e08ade630899b7694736de6f268657d240ebd2576ae6404dc526b4db79e102f88ab6562c2e09
|
|
7
|
+
data.tar.gz: 46207024fae25428d866dd7bb146b1fb00f22f82e0f3075b2de9914f6c5184981f1a33059461ead81e305bb7aac45cc0fe8f149e3a19589b5c8901a932e01eb7
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
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.2...master)
|
|
3
|
+
|
|
4
|
+
## v0.2.2
|
|
5
|
+
[full changelog](http://github.com/sue445/rubicure/compare/v0.2.1...v0.2.2)
|
|
6
|
+
|
|
7
|
+
* Add forever lovely
|
|
8
|
+
* https://github.com/sue445/rubicure/pull/73
|
|
9
|
+
* Add happiness ended_date :cry:
|
|
10
|
+
* https://github.com/sue445/rubicure/pull/74
|
|
3
11
|
|
|
4
12
|
## v0.2.1
|
|
5
13
|
[full changelog](http://github.com/sue445/rubicure/compare/v0.2.0...v0.2.1)
|
|
@@ -13,6 +13,7 @@ cure_lovely: &cure_lovely
|
|
|
13
13
|
extra_names:
|
|
14
14
|
- キュアラブリー チェリーフラメンコ
|
|
15
15
|
- キュアラブリー ロリポップヒップポップ
|
|
16
|
+
- フォーエバーラブリー
|
|
16
17
|
attack_messages:
|
|
17
18
|
- |
|
|
18
19
|
愛の光を聖なる力に!
|
|
@@ -29,6 +30,8 @@ cure_lovely: &cure_lovely
|
|
|
29
30
|
(かわルンルン!)
|
|
30
31
|
プリキュアくるりんミラーチェンジ!ロリポップヒップポップ!!!
|
|
31
32
|
プリキュア!ポップンソニックアタック!!
|
|
33
|
+
- |
|
|
34
|
+
プリキュア!フォーエバーハピネスシャワー!!
|
|
32
35
|
transform_calls:
|
|
33
36
|
- kururin_mirror_change
|
|
34
37
|
cure_princess: &cure_princess
|
data/config/series.yml
CHANGED
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.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- sue445
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-01-
|
|
11
|
+
date: 2015-01-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|