rubicure 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 900fe6bab214e423c5c94ba9efcbb9cd22fc7bb8
4
- data.tar.gz: 5616f21cd89c6e9f5336d5ebee23fd49a601a3c6
3
+ metadata.gz: 1080c47f9ce11c6116cd2803f303f80575d46d4e
4
+ data.tar.gz: 8a92dcb0aaf4a810c86e136112faaa7fff136cb1
5
5
  SHA512:
6
- metadata.gz: c00eebb8817ad3d08d11360fde08ff4f5983045ff9e895c10e431bf600d84e591cc279e8f1aa0e5a84778662302430434e75364699e1369bf1b631fea00a362f
7
- data.tar.gz: 1cdf3d180813a51100cc9a6a205de1f52706e4b88c55c538b2c7a1ff63380db688b6dbdba47bfd27ca8b4a3286ec8fd1d9419feb5a89c512f9c8b1cd83b5007d
6
+ metadata.gz: 234315d3c10cff7cffdf13e812aa55ec63bcea300f71569b0dda89dba7b53061c05806031a791a949bf600b01a69804c83d71cfa81642c16b4ccc71c0cb190be
7
+ data.tar.gz: 1ed922d52fa151e7df7a8062d9dfbec3cafd898c0d656742b5948b6acbc0c423518f61d0e744d0d247f11a53085f3724d88faf9c49f3e2786a9ea6d93631427f
@@ -1,8 +1,14 @@
1
1
  ## master
2
- [full changelog](http://github.com/sue445/rubicure/compare/v1.0.2...master)
2
+ [full changelog](http://github.com/sue445/rubicure/compare/v1.0.3...master)
3
+
4
+ ## v1.0.3
5
+ [full changelog](http://github.com/sue445/rubicure/compare/v1.0.2...v1.0.3)
6
+
7
+ * Tweak attack message of Kirakira Precure A La Mode
8
+ * https://github.com/sue445/rubicure/pull/146
3
9
 
4
10
  ## v1.0.2
5
- [full changelog](http://github.com/sue445/rubicure/compare/v1.0.2...v1.0.2)
11
+ [full changelog](http://github.com/sue445/rubicure/compare/v1.0.1...v1.0.2)
6
12
 
7
13
  * Remove trailing newline of girls :scissors:
8
14
  * https://github.com/sue445/rubicure/pull/145
data/README.md CHANGED
@@ -12,8 +12,6 @@ All about Japanese battle heroine "Pretty Cure (Precure)".
12
12
  Inspired by [Acme::PrettyCure](http://perl-users.jp/articles/advent-calendar/2010/acme/6) and [pycure](https://github.com/drillbits/pycure).
13
13
 
14
14
  [![Stories in Ready](https://badge.waffle.io/sue445/rubicure.png?label=ready)](http://waffle.io/sue445/rubicure)
15
- [![endorse](https://api.coderwall.com/sue445/endorsecount.png)](https://coderwall.com/sue445)
16
- [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/sue445/rubicure/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
17
15
 
18
16
  ## Example
19
17
  ![maho_girls](examples/maho_girls.gif)
@@ -16,7 +16,7 @@ cure_whip: &cure_whip
16
16
  # extra_names:
17
17
  attack_messages:
18
18
  - |-
19
- キラキラキラル・キラキラル!
19
+ キラキラキラルン!ホイップ・デコレーション!
20
20
  transform_calls:
21
21
  - cure_la_mode_decoration
22
22
  cure_custard: &cure_custard
@@ -37,7 +37,7 @@ cure_custard: &cure_custard
37
37
  # extra_names:
38
38
  attack_messages:
39
39
  - |-
40
- キラキラキラル・キラキラル!
40
+ キラキラキラルン!カスタード・イリュージョン!
41
41
  transform_calls:
42
42
  - cure_la_mode_decoration
43
43
  cure_gelato: &cure_gelato
@@ -58,7 +58,7 @@ cure_gelato: &cure_gelato
58
58
  # extra_names:
59
59
  attack_messages:
60
60
  - |-
61
- キラキラキラル・キラキラル!
61
+ キラキラキラルン!ジェラート・シェイク!
62
62
  transform_calls:
63
63
  - cure_la_mode_decoration
64
64
  cure_macaroon: &cure_macaroon
@@ -79,7 +79,7 @@ cure_macaroon: &cure_macaroon
79
79
  # extra_names:
80
80
  attack_messages:
81
81
  - |-
82
- キラキラキラル・キラキラル!
82
+ キラキラキラルン!マカロン・ジュリエンヌ!にゃ~お☆
83
83
  transform_calls:
84
84
  - cure_la_mode_decoration
85
85
  cure_chocolat: &cure_chocolat
@@ -100,7 +100,7 @@ cure_chocolat: &cure_chocolat
100
100
  # extra_names:
101
101
  attack_messages:
102
102
  - |-
103
- キラキラキラル・キラキラル!
103
+ キラキラキラルン!ショコラ・アロマーゼ!
104
104
  transform_calls:
105
105
  - cure_la_mode_decoration
106
106
  whip:
@@ -1,3 +1,3 @@
1
1
  module Rubicure
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
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.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - sue445
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-30 00:00:00.000000000 Z
11
+ date: 2017-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport