rubicure 0.2.5 → 0.2.6

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: 6c80e77cad5c6641ce8388a541660de5711750f6
4
- data.tar.gz: 3170324d8e5caaea97a16fc5a1bcde2e1fbde261
3
+ metadata.gz: 0dbeb29cc5459c15efd0b6ce5189a32dd79a3e28
4
+ data.tar.gz: 466229af2d1e43687bf60a2af971a09ef77b2722
5
5
  SHA512:
6
- metadata.gz: 85f590162caacf2ae584444fc3539f6ef9d882a0aa81e9c0787cb363af442e33a57817e86a70e9a39196be6f3346c0b186d4b849793be5c73a487ff74ea81050
7
- data.tar.gz: d6c07c54fd2566fe7bc29fd647f5523d4dd0c670b9000de7318c81f53b5b76f4812620419b7193b50ac1b7f90bbf5ce50a7dac0e55e52be748cd9d3e9627855a
6
+ metadata.gz: 9e5d84c7bd645d1b958e09353b8acbbe63bf22ab246b906ca6dcefe76a430b18730a14617382390ddc8ab956b2e41dea72e87287ef31a811abf1494d880fb120
7
+ data.tar.gz: ca4214f0dc5be742a7f5cd811cc7fa280dbc24d31c6e6bc266d475b72bbeb718d6f50e522834793d4a234296f8d48874562af8ad102830ffe98f260d8af86a04
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  ## master
2
- [full changelog](http://github.com/sue445/rubicure/compare/v0.2.5...master)
2
+ [full changelog](http://github.com/sue445/rubicure/compare/v0.2.6...master)
3
+
4
+ ## v0.2.6
5
+ [full changelog](http://github.com/sue445/rubicure/compare/v0.2.5...v0.2.6)
6
+
7
+ * Add cure scarlett
8
+ * https://github.com/sue445/rubicure/pull/79
3
9
 
4
10
  ## v0.2.5
5
11
  [full changelog](http://github.com/sue445/rubicure/compare/v0.2.4...v0.2.5)
@@ -63,9 +63,33 @@ cure_twinkle: &cure_twinkle
63
63
  ごきげんよう
64
64
  transform_calls:
65
65
  - princess_engage
66
+ cure_scarlett: &cure_scarlett
67
+ human_name: 紅城トワ
68
+ precure_name: キュアスカーレット
69
+ cast_name: 沢城みゆき
70
+ color: red
71
+ created_date: 2015-07-05 # episode 22
72
+ transform_message: |-
73
+ プリキュア!プリンセスエンゲージ!
74
+ 深紅の炎のプリンセス!キュアスカーレット!
75
+ 強く、やさしく、美しく!
76
+ Go!プリンセスプリキュア!
77
+ 冷たい檻に閉ざされた夢、返していただきますわ!
78
+ お覚悟決めなさい!
79
+ extra_names:
80
+ attack_messages:
81
+ - |
82
+ エクスチェンジ!モードエレガント!
83
+ 羽ばたけ炎の翼!プリキュア・フェニックス・ブレイズ!
84
+ (ドリーミング)
85
+ ごきげんよう
86
+ transform_calls:
87
+ - princess_engage
66
88
  flora:
67
89
  <<: *cure_flora
68
90
  mermaid:
69
91
  <<: *cure_mermaid
70
92
  twinkle:
71
93
  <<: *cure_twinkle
94
+ scarlett:
95
+ <<: *cure_scarlett
data/config/series.yml CHANGED
@@ -143,5 +143,6 @@ go_princess: &go_princess
143
143
  - cure_flora
144
144
  - cure_mermaid
145
145
  - cure_twinkle
146
+ - cure_scarlett
146
147
  go_princess_precure:
147
148
  <<: *go_princess
@@ -1,3 +1,3 @@
1
1
  module Rubicure
2
- VERSION = "0.2.5"
2
+ VERSION = "0.2.6"
3
3
  end
data/spec/core_spec.rb CHANGED
@@ -62,7 +62,7 @@ EOS
62
62
  context "Without arg" do
63
63
  subject { instance.all_stars }
64
64
 
65
- let(:precure_count) { 40 }
65
+ let(:precure_count) { 41 }
66
66
 
67
67
  its(:count) { should == precure_count }
68
68
  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.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - sue445
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-19 00:00:00.000000000 Z
11
+ date: 2015-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport