rubicure 1.0.5 → 1.0.6

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: 525259f45ecb0438358c5c50a4ea6f04b7ef8bbd
4
- data.tar.gz: f9561a76ca57af207a99d8e077602e1095e8e3b7
3
+ metadata.gz: b5ccdcd5715596e1eaa788d5122c7df902f776b4
4
+ data.tar.gz: 6e4f87b89d06cacd22d4970eaf4cb6c9ccae9b3a
5
5
  SHA512:
6
- metadata.gz: 490b54aa5d429a07a1dc3f0e6bbe74ab3088d28f64b9ae9ba653044e032b0d3681db40bee243980aa6bf771a5bc44d79a7fb4b5ca072f36d1cd52dd08dd62b50
7
- data.tar.gz: 7ef98cc0ea1820a510664f39a072f89f4ee072805ec89082cbd14526edcc6ca69e960b6449b28ad5761234162d34dbe33a8109261f7ad9cc2f1633a4226da48c
6
+ metadata.gz: 4828994aeadfdde1946dfad4af750c0a39cb1c1cf5be19a96bf8201503f82c8a1e97cd1154328c28f7041fd9a14ed232b0e2c836be7292fecd8e2d9e8816e29a
7
+ data.tar.gz: a92eccc19c509a5c97133f9c53f3a0b2b389f4125be589443ff53f0238db4e706a4a8c41fbff52868cad2ee1e75b7e01a01bd038a2b1102c99f3e85393b720a3
data/.travis.yml CHANGED
@@ -20,7 +20,6 @@ script:
20
20
  branches:
21
21
  only:
22
22
  - master
23
- - develop-1.0.0
24
23
  notifications:
25
24
  email: false
26
25
  slack:
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  ## master
2
- [full changelog](http://github.com/sue445/rubicure/compare/v1.0.5...master)
2
+ [full changelog](http://github.com/sue445/rubicure/compare/v1.0.6...master)
3
+
4
+ ## v1.0.6
5
+ [full changelog](http://github.com/sue445/rubicure/compare/v1.0.5...v1.0.6)
6
+
7
+ * Add cure parfait
8
+ * https://github.com/sue445/rubicure/pull/153
3
9
 
4
10
  ## v1.0.5
5
11
  [full changelog](http://github.com/sue445/rubicure/compare/v1.0.4...v1.0.5)
@@ -103,6 +103,28 @@ cure_chocolat: &cure_chocolat
103
103
  キラキラキラルン!ショコラ・アロマーゼ!
104
104
  transform_calls:
105
105
  - cure_la_mode_decoration
106
+ cure_parfait: &cure_parfait
107
+ girl_name: cure_parfait
108
+ human_name: キラ星シエル
109
+ precure_name: キュアパルフェ
110
+ cast_name: 水瀬いのり
111
+ color: rainbow
112
+ created_date: 2017-07-16 # episode 23
113
+ birthday: 7/30
114
+ transform_message: |-
115
+ キュアラモード・デコレーション!
116
+ パフェ!
117
+ 夢と希望を!
118
+ レッツ・ラ・まぜまぜ!
119
+ キュアパルフェ!できあがり!
120
+ キラキラ☆プリキュアアラモード!
121
+ # extra_names:
122
+ attack_messages:
123
+ - |-
124
+ アン!ドゥ!トレビアン!キラクルレインボー!
125
+ ボナペティ!
126
+ transform_calls:
127
+ - cure_la_mode_decoration
106
128
  whip:
107
129
  <<: *cure_whip
108
130
  custard:
@@ -113,3 +135,5 @@ macaron:
113
135
  <<: *cure_macaron
114
136
  chocolat:
115
137
  <<: *cure_chocolat
138
+ parfait:
139
+ <<: *cure_parfait
@@ -1,3 +1,3 @@
1
1
  module Rubicure
2
- VERSION = "1.0.5".freeze
2
+ VERSION = "1.0.6".freeze
3
3
  end
@@ -84,7 +84,7 @@ describe Rubicure::Core do
84
84
  context "Without arg" do
85
85
  subject { instance.all_girls }
86
86
 
87
- let(:precure_count) { 50 }
87
+ let(:precure_count) { 51 }
88
88
 
89
89
  its(:count) { should == precure_count }
90
90
  it { should include Cure.echo }
@@ -274,6 +274,7 @@ EOF
274
274
  green
275
275
  pink
276
276
  purple
277
+ rainbow
277
278
  red
278
279
  white
279
280
  yellow
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.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - sue445
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-04 00:00:00.000000000 Z
11
+ date: 2017-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport