rubicure 0.4.11 → 0.4.12

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 12bf2afe25f2d7cf6ae935c73a611fc695f30de1
4
- data.tar.gz: 27629dc67b594366c5ce1fe566b7056d1491c6d5
3
+ metadata.gz: 84df118fa475c6c27f7d0170a66d0986b7892d37
4
+ data.tar.gz: 48a014b33e8ab9f4d30bb819056329d5243c6621
5
5
  SHA512:
6
- metadata.gz: c08d4fbf4658014889725c657db399e9e1f866e230ba958ca1b06ac4b209873314cf648d1fe31336bb0589cfd971794b75909116f608e1492a3b07c43103940b
7
- data.tar.gz: 7b7bd2eceff16ddfb263ffd1e0645e7777f2ac261395ce09fa7712acc887d74d226f451db65ef4e453ebc9348edfb158453cb9ceffe73c798ee58a317da177af
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.11...master)
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
  ふたりの魔法!キュアマジカル!
@@ -1,3 +1,3 @@
1
1
  module Rubicure
2
- VERSION = "0.4.11"
2
+ VERSION = "0.4.12"
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: 0.4.11
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-06 00:00:00.000000000 Z
11
+ date: 2016-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport