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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1080c47f9ce11c6116cd2803f303f80575d46d4e
4
- data.tar.gz: 8a92dcb0aaf4a810c86e136112faaa7fff136cb1
3
+ metadata.gz: e8025de1d4aa7b46a7132e3d039e68abb737a7ac
4
+ data.tar.gz: ed8c85c5bf7705b08c13f671b1e01e3452ea063c
5
5
  SHA512:
6
- metadata.gz: 234315d3c10cff7cffdf13e812aa55ec63bcea300f71569b0dda89dba7b53061c05806031a791a949bf600b01a69804c83d71cfa81642c16b4ccc71c0cb190be
7
- data.tar.gz: 1ed922d52fa151e7df7a8062d9dfbec3cafd898c0d656742b5948b6acbc0c423518f61d0e744d0d247f11a53085f3724d88faf9c49f3e2786a9ea6d93631427f
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.3...master)
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
- cure_macaroon: &cure_macaroon
65
- girl_name: cure_macaroon
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
- macaroon:
113
- <<: *cure_macaroon
112
+ macaron:
113
+ <<: *cure_macaron
114
114
  chocolat:
115
115
  <<: *cure_chocolat
data/config/series.yml CHANGED
@@ -180,7 +180,7 @@ a_la_mode: &a_la_mode
180
180
  - cure_whip
181
181
  - cure_custard
182
182
  - cure_gelato
183
- - cure_macaroon
183
+ - cure_macaron
184
184
  - cure_chocolat
185
185
  alamode:
186
186
  <<: *a_la_mode
@@ -1,3 +1,3 @@
1
1
  module Rubicure
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.4"
3
3
  end
data/spec/core_spec.rb CHANGED
@@ -124,7 +124,7 @@ describe Rubicure::Core do
124
124
  Cure.whip,
125
125
  Cure.custard,
126
126
  Cure.gelato,
127
- Cure.macaroon,
127
+ Cure.macaron,
128
128
  Cure.chocolat,
129
129
  ].map(&:girl_name)
130
130
  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.3
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-05-21 00:00:00.000000000 Z
11
+ date: 2017-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport