rubicure 1.3.0 → 1.3.5

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
  SHA256:
3
- metadata.gz: b73fd29e6262034d8a419b19ba737d4cdcf2344c27896aaa3977c578d851920e
4
- data.tar.gz: d9fa9c5c3179638e30060088884b415db60b368e189159f53ad9ffbd323128aa
3
+ metadata.gz: 0baca8f7e279a7256178e6409ed1b3af2e5651dc552937a1dd78c065e8536a8f
4
+ data.tar.gz: dbcfe229cca84c51fb024efb6f4ff2f09a3a444f2091deab87c42edcecf6651c
5
5
  SHA512:
6
- metadata.gz: 58486b57d5bf563a7d4e56a6959ced4ab3343950b51c046f9e3365c702f5a8aea6d3690d1a40a0993af2773c94f27a0f295787854710c2d55fe848454aded460
7
- data.tar.gz: 939d92150e1f3d12964db24314e5f079086b74dda27c0522b173a4d9e620418cd5879dbb657524f99afcd17a2f89123ee9625d4f7891f4d74e0811770bd86ace
6
+ metadata.gz: f7b4426b60fc7e02f3eea3e29952ce7af81acd4e7023c409b98b1510bce182f9b1f64ace6c93956f537e9db67b100f0d10c81c569753b8355a5cfc90c5b586d6
7
+ data.tar.gz: f78e4ea0c8128fc172caf9d672337c10b44a22e57a9380069843bfa7e656203fd518a45ad7071bbaffa1c137ed27ab08a68a132ca52d270d232d1fc11cf3fcda
@@ -2,6 +2,13 @@ name: test
2
2
 
3
3
  on:
4
4
  push:
5
+ branches:
6
+ - master
7
+ pull_request:
8
+ types:
9
+ - opened
10
+ - synchronize
11
+ - reopened
5
12
  schedule:
6
13
  - cron: "0 10 * * 5" # JST 19:00 (Fri)
7
14
 
@@ -84,8 +91,9 @@ jobs:
84
91
  continue-on-error: ${{ matrix.allow_failures == 'true' }}
85
92
 
86
93
  - name: Slack Notification (not success)
87
- uses: homoluctus/slatify@master
94
+ uses: lazy-actions/slatify@master
88
95
  if: "! success()"
96
+ continue-on-error: true
89
97
  with:
90
98
  job_name: ${{ format('*build* ({0})', matrix.ruby) }}
91
99
  type: ${{ job.status }}
@@ -101,8 +109,9 @@ jobs:
101
109
 
102
110
  steps:
103
111
  - name: Slack Notification (success)
104
- uses: homoluctus/slatify@master
112
+ uses: lazy-actions/slatify@master
105
113
  if: always()
114
+ continue-on-error: true
106
115
  with:
107
116
  job_name: '*build*'
108
117
  type: ${{ job.status }}
@@ -1,5 +1,35 @@
1
1
  ## master
2
- [full changelog](http://github.com/sue445/rubicure/compare/v1.3.0...master)
2
+ [full changelog](http://github.com/sue445/rubicure/compare/v1.3.5...master)
3
+
4
+ ## v1.3.5
5
+ [full changelog](http://github.com/sue445/rubicure/compare/v1.3.4...v1.3.5)
6
+
7
+ * Impl `Precure.miracle_leap`
8
+ * https://github.com/sue445/rubicure/pull/243
9
+
10
+ ## v1.3.4
11
+ [full changelog](http://github.com/sue445/rubicure/compare/v1.3.3...v1.3.4)
12
+
13
+ * Add Cure earth's birthday
14
+ * https://github.com/sue445/rubicure/pull/239
15
+
16
+ ## v1.3.3
17
+ [full changelog](http://github.com/sue445/rubicure/compare/v1.3.2...v1.3.3)
18
+
19
+ * Add cure earth :earth_asia:
20
+ * https://github.com/sue445/rubicure/pull/238
21
+
22
+ ## v1.3.2
23
+ [full changelog](http://github.com/sue445/rubicure/compare/v1.3.1...v1.3.2)
24
+
25
+ * Append message to healingood precure's transform message
26
+ * https://github.com/sue445/rubicure/pull/237
27
+
28
+ ## v1.3.1
29
+ [full changelog](http://github.com/sue445/rubicure/compare/v1.3.0...v1.3.1)
30
+
31
+ * Add birthday of healingood:heart:precure
32
+ * https://github.com/sue445/rubicure/pull/232
3
33
 
4
34
  ## v1.3.0
5
35
  [full changelog](http://github.com/sue445/rubicure/compare/v1.2.6...v1.3.0)
data/Gemfile CHANGED
@@ -8,6 +8,9 @@ if Gem::Version.create(RUBY_VERSION) < Gem::Version.create("2.3.0")
8
8
 
9
9
  # i18n v1.5.1+ requires Ruby 2.3.0+
10
10
  gem "i18n", "< 1.5.1"
11
+
12
+ # N0TE: unparser v0.5.0+ requires ruby 2.3.0+
13
+ gem "unparser", "< 0.5.0"
11
14
  end
12
15
 
13
16
  if Gem::Version.create(RUBY_VERSION) < Gem::Version.create("2.5.0")
@@ -18,4 +21,7 @@ end
18
21
  if Gem::Version.create(RUBY_VERSION) < Gem::Version.create("2.4.0")
19
22
  # byebug v11.0.0+ requires Ruby 2.3.0+ and byebug v11.1.0+ requires Ruby 2.4.0+
20
23
  gem "byebug", "< 11.0.0"
24
+
25
+ # simplecov-html 0.11.0+ requires Ruby 2.4.0
26
+ gem "simplecov-html", "< 0.11.0"
21
27
  end
data/README.md CHANGED
@@ -119,7 +119,7 @@ and [more aliases!](config/series.yml)
119
119
 
120
120
  ```ruby
121
121
  >> Precure.now
122
- => {:series_name=>"healingood", :title=>"ヒーリングっど♥プリキュア", :started_date=>Sun, 02 Feb 2020, :girls=>["cure_grace", "cure_fontaine", "cure_sparkle"]}
122
+ => {:series_name=>"healingood", :title=>"ヒーリングっど♥プリキュア", :started_date=>Sun, 02 Feb 2020, :girls=>["cure_grace", "cure_fontaine", "cure_sparkle", "cure_earth"]}
123
123
 
124
124
  # -2013/1/27 : smile precure
125
125
  # 2013/2/5 - : dokidoki precure
@@ -535,6 +535,15 @@ and [more aliases!](config/movies.yml)
535
535
  => ["キュアホイップ", "キュアカスタード", "キュアジェラート", "キュアマカロン", "キュアショコラ", "キュアパルフェ", "キュアエール", "キュアアンジュ", "キュアエトワール", "キュアマシェリ", "キュアアムール", "キュアスター", "キュアミルキー", "キュアソレイユ", "キュアセレーネ"]
536
536
  ```
537
537
 
538
+ ### `Precure.miracle_leap`
539
+ ```ruby
540
+ >> Precure.miracle_leap.count
541
+ => 13
542
+
543
+ >> Precure.miracle_leap.map(&:precure_name)
544
+ => ["キュアエール", "キュアアンジュ", "キュアエトワール", "キュアマシェリ", "キュアアムール", "キュアスター", "キュアミルキー", "キュアソレイユ", "キュアセレーネ", "キュアコスモ", "キュアグレース", "キュアフォンテーヌ", "キュアスパークル"]
545
+ ```
546
+
538
547
  ### Equivalence
539
548
  ```ruby
540
549
  >> yayoi = Cure.peace.dup
@@ -599,7 +608,7 @@ Go!プリンセスプリキュア
599
608
  => [:unmarked, :max_heart, :splash_star, :yes, :yes_gogo, :fresh, :heart_catch, :suite, :smile, :dokidoki, :happiness_charge, :go_princess, :maho_girls, :a_la_mode, :hugtto, :star_twinkle, :healingood]
600
609
 
601
610
  >> Precure.inject([]){|girl_count_of_series, series| girl_count_of_series << series.girls.count; girl_count_of_series }
602
- => [2, 3, 2, 5, 6, 4, 4, 4, 5, 5, 4, 4, 3, 6, 5, 5, 3]
611
+ => [2, 3, 2, 5, 6, 4, 4, 4, 5, 5, 4, 4, 3, 6, 5, 5, 4]
603
612
 
604
613
  >> Precure.map(&:title)
605
614
  => ["ふたりはプリキュア", "ふたりはプリキュア Max Heart", "ふたりはプリキュア Splash☆Star", "Yes! プリキュア5", "Yes! プリキュア5 Go Go!", "フレッシュプリキュア!", "ハートキャッチプリキュア!", "スイートプリキュア♪", "スマイルプリキュア!", "ドキドキ!プリキュア", "ハピネスチャージプリキュア!", "Go!プリンセスプリキュア", "魔法つかいプリキュア!", "キラキラ☆プリキュアアラモード", "HUGっと!プリキュア", "スター☆トゥインクルプリキュア", "ヒーリングっど♥プリキュア"]
@@ -608,7 +617,7 @@ Go!プリンセスプリキュア
608
617
  => ["キュアラブリー", "キュアプリンセス", "キュアハニー", "キュアフォーチュン"]
609
618
 
610
619
  >> Precure.map{|series| series.map(&:precure_name) }
611
- => [["キュアブラック", "キュアホワイト"], ["キュアブラック", "キュアホワイト", "シャイニールミナス"], ["キュアブルーム", "キュアイーグレット"], ["キュアドリーム", "キュアルージュ", "キュアレモネード", "キュアミント", "キュアアクア"], ["キュアドリーム", "キュアルージュ", "キュアレモネード", "キュアミント", "キュアアクア", "ミルキィローズ"], ["キュアピーチ", "キュアベリー", "キュアパイン", "キュアパッション"], ["キュアブロッサム", "キュアマリン", "キュアサンシャイン", "キュアムーンライト"], ["キュアメロディ", "キュアリズム", "キュアビート", "キュアミューズ"], ["キュアハッピー", "キュアサニー", "キュアピース", "キュアマーチ", "キュアビューティ"], ["キュアハート", "キュアダイヤモンド", "キュアロゼッタ", "キュアソード", "キュアエース"], ["キュアラブリー", "キュアプリンセス", "キュアハニー", "キュアフォーチュン"], ["キュアフローラ", "キュアマーメイド", "キュアトゥインクル", "キュアスカーレット"], ["キュアミラクル", "キュアマジカル", "キュアフェリーチェ"], ["キュアホイップ", "キュアカスタード", "キュアジェラート", "キュアマカロン", "キュアショコラ", "キュアパルフェ"], ["キュアエール", "キュアアンジュ", "キュアエトワール", "キュアマシェリ", "キュアアムール"], ["キュアスター", "キュアミルキー", "キュアソレイユ", "キュアセレーネ", "キュアコスモ"], ["キュアグレース", "キュアフォンテーヌ", "キュアスパークル"]]
620
+ => [["キュアブラック", "キュアホワイト"], ["キュアブラック", "キュアホワイト", "シャイニールミナス"], ["キュアブルーム", "キュアイーグレット"], ["キュアドリーム", "キュアルージュ", "キュアレモネード", "キュアミント", "キュアアクア"], ["キュアドリーム", "キュアルージュ", "キュアレモネード", "キュアミント", "キュアアクア", "ミルキィローズ"], ["キュアピーチ", "キュアベリー", "キュアパイン", "キュアパッション"], ["キュアブロッサム", "キュアマリン", "キュアサンシャイン", "キュアムーンライト"], ["キュアメロディ", "キュアリズム", "キュアビート", "キュアミューズ"], ["キュアハッピー", "キュアサニー", "キュアピース", "キュアマーチ", "キュアビューティ"], ["キュアハート", "キュアダイヤモンド", "キュアロゼッタ", "キュアソード", "キュアエース"], ["キュアラブリー", "キュアプリンセス", "キュアハニー", "キュアフォーチュン"], ["キュアフローラ", "キュアマーメイド", "キュアトゥインクル", "キュアスカーレット"], ["キュアミラクル", "キュアマジカル", "キュアフェリーチェ"], ["キュアホイップ", "キュアカスタード", "キュアジェラート", "キュアマカロン", "キュアショコラ", "キュアパルフェ"], ["キュアエール", "キュアアンジュ", "キュアエトワール", "キュアマシェリ", "キュアアムール"], ["キュアスター", "キュアミルキー", "キュアソレイユ", "キュアセレーネ", "キュアコスモ"], ["キュアグレース", "キュアフォンテーヌ", "キュアスパークル", "キュアアース"]]
612
621
  ```
613
622
 
614
623
  ### Not operator
@@ -682,7 +691,7 @@ Cure.cosmo.name
682
691
  => ["シャイニールミナス", "キュアレモネード", "キュアパイン", "キュアサンシャイン", "キュアミューズ", "キュアピース", "キュアロゼッタ", "キュアハニー", "キュアトゥインクル", "キュアカスタード", "キュアエトワール", "キュアソレイユ", "キュアスパークル"]
683
692
 
684
693
  >> Precure.all_girls.group_by{ |girl| girl.color }.map{ |color, girls| [color, girls.count] }.sort_by{ |color, girl_count| [girl_count, color] }.reverse
685
- => [["pink", 14], ["yellow", 13], ["blue", 11], ["purple", 8], ["red", 7], ["white", 4], ["green", 4], ["rainbow", 2], ["black", 1]]
694
+ => [["pink", 14], ["yellow", 13], ["blue", 11], ["purple", 9], ["red", 7], ["white", 4], ["green", 4], ["rainbow", 2], ["black", 1]]
686
695
  ```
687
696
 
688
697
  ### birthday methods
@@ -708,12 +717,12 @@ Cure.cosmo.name
708
717
  => true
709
718
 
710
719
  >> Precure.all_girls.select(&:have_birthday?).map(&:human_name)
711
- => ["美墨なぎさ", "雪城ほのか", "九条ひかり", "日向咲", "美翔舞", "相田マナ", "菱川六花", "四葉ありす", "剣崎真琴", "春野はるか", "海藤みなみ", "天ノ川きらら", "紅城トワ", "朝日奈みらい", "十六夜リコ", "宇佐美いちか", "有栖川ひまり", "立神あおい", "琴爪ゆかり", "剣城あきら", "キラ星シエル", "野乃はな", "薬師寺さあや", "輝木ほまれ", "愛崎えみる", "ルールー・アムール", "星奈ひかる", "羽衣ララ", "天宮えれな", "香久矢まどか", "ユニ"]
720
+ => ["美墨なぎさ", "雪城ほのか", "九条ひかり", "日向咲", "美翔舞", "相田マナ", "菱川六花", "四葉ありす", "剣崎真琴", "春野はるか", "海藤みなみ", "天ノ川きらら", "紅城トワ", "朝日奈みらい", "十六夜リコ", "宇佐美いちか", "有栖川ひまり", "立神あおい", "琴爪ゆかり", "剣城あきら", "キラ星シエル", "野乃はな", "薬師寺さあや", "輝木ほまれ", "愛崎えみる", "ルールー・アムール", "星奈ひかる", "羽衣ララ", "天宮えれな", "香久矢まどか", "ユニ", "花寺のどか", "沢泉ちゆ", "平光ひなた", "風鈴アスミ"]
712
721
  >> Precure.all_girls.select(&:have_birthday?).sort_by { |girl| Date.parse(girl.birthday) }.map{ |girl| [girl.birthday, girl.human_name] }
713
- => [["1/7", "宇佐美いちか"], ["1/20", "野乃はな"], ["4/4", "雪城ほのか"], ["4/8", "輝木ほまれ"], ["4/10", "春野はるか"], ["4/12", "星奈ひかる"], ["4/16", "有栖川ひまり"], ["5/28", "四葉ありす"], ["6/10", "薬師寺さあや"], ["6/11", "琴爪ゆかり"], ["6/12", "朝日奈みらい"], ["7/7", "羽衣ララ"], ["7/15", "愛崎えみる"], ["7/20", "海藤みなみ"], ["7/30", "キラ星シエル"], ["8/4", "相田マナ"], ["8/7", "日向咲"], ["8/27", "立神あおい"], ["9/8", "天宮えれな"], ["9/9", "九条ひかり"], ["9/12", "天ノ川きらら"], ["9/17", "菱川六花"], ["9/23", "ルールー・アムール"], ["9/24", "剣城あきら"], ["10/10", "美墨なぎさ"], ["10/11", "ユニ"], ["11/4", "剣崎真琴"], ["11/12", "十六夜リコ"], ["11/20", "美翔舞"], ["11/23", "香久矢まどか"], ["12/15", "紅城トワ"]]
722
+ => [["1/7", "宇佐美いちか"], ["1/20", "野乃はな"], ["3/9", "花寺のどか"], ["4/4", "雪城ほのか"], ["4/8", "輝木ほまれ"], ["4/10", "春野はるか"], ["4/12", "星奈ひかる"], ["4/16", "有栖川ひまり"], ["5/28", "四葉ありす"], ["6/10", "薬師寺さあや"], ["6/11", "琴爪ゆかり"], ["6/12", "朝日奈みらい"], ["7/7", "羽衣ララ"], ["7/15", "愛崎えみる"], ["7/20", "海藤みなみ"], ["7/30", "キラ星シエル"], ["8/4", "相田マナ"], ["8/7", "日向咲"], ["8/16", "風鈴アスミ"], ["8/21", "沢泉ちゆ"], ["8/27", "立神あおい"], ["9/8", "天宮えれな"], ["9/9", "九条ひかり"], ["9/12", "天ノ川きらら"], ["9/17", "菱川六花"], ["9/23", "ルールー・アムール"], ["9/24", "剣城あきら"], ["10/4", "平光ひなた"], ["10/10", "美墨なぎさ"], ["10/11", "ユニ"], ["11/4", "剣崎真琴"], ["11/12", "十六夜リコ"], ["11/20", "美翔舞"], ["11/23", "香久矢まどか"], ["12/15", "紅城トワ"]]
714
723
 
715
724
  >> Precure.all_girls.select(&:have_birthday?).map(&:human_name).count
716
- => 31
725
+ => 35
717
726
  ```
718
727
 
719
728
  * `has_birthday?` is alias to `have_birthday?`
@@ -5,7 +5,7 @@ cure_grace: &cure_grace
5
5
  cast_name: 悠木碧
6
6
  color: pink
7
7
  created_date: 2020-02-02 # episode 1
8
- # birthday:
8
+ birthday: 3/9
9
9
  transform_message: |-
10
10
  スタンバイ!
11
11
  プリキュアオペレーション!
@@ -15,6 +15,7 @@ cure_grace: &cure_grace
15
15
  キュア!
16
16
  重なる二つの花!キュアグレース!
17
17
  ラビ!
18
+ 地球をお手当!ヒーリングっど♥プリキュア!
18
19
  # extra_names:
19
20
  attack_messages:
20
21
  - |-
@@ -35,7 +36,7 @@ cure_fontaine: &cure_fontaine
35
36
  cast_name: 依田菜津
36
37
  color: blue
37
38
  created_date: 2020-02-16 # episode 3
38
- # birthday:
39
+ birthday: 8/21
39
40
  transform_message: |-
40
41
  スタート!
41
42
  プリキュアオペレーション!
@@ -45,6 +46,7 @@ cure_fontaine: &cure_fontaine
45
46
  キュ!
46
47
  交わる二つの流れ、キュアフォンテーヌ!
47
48
  ぺ!
49
+ 地球をお手当!ヒーリングっど♥プリキュア!
48
50
  # extra_names:
49
51
  attack_messages:
50
52
  - |-
@@ -65,7 +67,7 @@ cure_sparkle: &cure_sparkle
65
67
  cast_name: 河野ひより
66
68
  color: yellow
67
69
  created_date: 2020-02-23 # episode 4
68
- # birthday:
70
+ birthday: 10/4
69
71
  transform_message: |-
70
72
  スタート!
71
73
  プリキュアオペレーション!
@@ -75,6 +77,7 @@ cure_sparkle: &cure_sparkle
75
77
  キュン!
76
78
  溶け合う二つの光、キュアスパークル!
77
79
  ニャ!
80
+ 地球をお手当!ヒーリングっど♥プリキュア!
78
81
  # extra_names:
79
82
  attack_messages:
80
83
  - |-
@@ -87,3 +90,34 @@ cure_sparkle: &cure_sparkle
87
90
  - precure_operation
88
91
  sparkle:
89
92
  <<: *cure_sparkle
93
+
94
+ cure_earth: &cure_earth
95
+ girl_name: cure_earth
96
+ human_name: 風鈴アスミ
97
+ precure_name: キュアアース
98
+ cast_name: 三森すずこ
99
+ color: purple
100
+ created_date: 2020-08-09 # episode 19
101
+ birthday: 8/16
102
+ transform_message: |-
103
+ スタート!
104
+ プリキュアオペレーション!
105
+ エレメントレベル上昇ラテ!
106
+ キュアタッチ!
107
+ キュン!
108
+ キュン!
109
+ 時を経てつながる二つの風、キュアアース!
110
+ ワン!
111
+ 地球をお手当!ヒーリングっど♥プリキュア!
112
+ # extra_names:
113
+ attack_messages:
114
+ - |-
115
+ アースウィンディハープ!
116
+ エレメントチャージ!
117
+ 舞い上がれ、癒やしの風!
118
+ プリキュア・ヒーリングハリケーン!
119
+ お大事に
120
+ transform_calls:
121
+ - precure_operation
122
+ earth:
123
+ <<: *cure_earth
@@ -72,3 +72,7 @@ memories: &memories
72
72
  miracle_universe: &miracle_universe
73
73
  title: 映画プリキュアミラクルユニバース
74
74
  started_date: 2019-03-16
75
+ #######################################################
76
+ miracle_leap: &miracle_leap
77
+ title: 映画プリキュアミラクルリープ
78
+ started_date: 2020-10-31
@@ -227,5 +227,6 @@ healingood: &healingood
227
227
  - cure_grace
228
228
  - cure_fontaine
229
229
  - cure_sparkle
230
+ - cure_earth
230
231
  healingood_precure:
231
232
  <<: *healingood
@@ -217,6 +217,29 @@ module Rubicure
217
217
 
218
218
  @miracle_universe
219
219
  end
220
+
221
+ # Get precure miracle leap
222
+ #
223
+ # @return [Array<Rubicure::Girl>] precure miracle leap
224
+ #
225
+ # @example
226
+ # Precure.miracle_leap.count
227
+ # #=> 13
228
+ #
229
+ # Precure.miracle_leap.map(&:precure_name)
230
+ # #=> ["キュアエール", "キュアアンジュ", "キュアエトワール", "キュアマシェリ", "キュアアムール", "キュアスター", "キュアミルキー", "キュアソレイユ", "キュアセレーネ", "キュアグレース", "キュアフォンテーヌ", "キュアスパークル"]
231
+ def miracle_leap
232
+ return @miracle_leap if @miracle_leap
233
+
234
+ girls = Precure.hugtto.girls + Precure.star_twinkle.girls + Precure.healingood.girls
235
+
236
+ miracle_leap_date = Rubicure::Movie.find(:miracle_leap).started_date
237
+ @miracle_leap = girls.select {|girl| girl.created_date && girl.created_date <= miracle_leap_date }
238
+ @miracle_leap.reject! {|girl| girl == Cure.earth }
239
+
240
+ @miracle_leap
241
+ end
242
+
220
243
  # rubocop:enable Metrics/LineLength
221
244
 
222
245
  # iterate with :unmarked, :max_heart, ...
@@ -1,3 +1,3 @@
1
1
  module Rubicure
2
- VERSION = "1.3.0".freeze
2
+ VERSION = "1.3.5".freeze
3
3
  end
@@ -41,7 +41,6 @@ Gem::Specification.new do |spec|
41
41
  spec.add_development_dependency "coveralls"
42
42
  spec.add_development_dependency "delorean"
43
43
  spec.add_development_dependency "onkcop", "0.53.0.0"
44
- spec.add_development_dependency "pry-byebug"
45
44
  spec.add_development_dependency "rake"
46
45
  spec.add_development_dependency "rspec", ">= 3.8.0"
47
46
  spec.add_development_dependency "rspec-collection_matchers"
@@ -86,7 +86,7 @@ describe Rubicure::Core do
86
86
  context "Without arg" do
87
87
  subject { instance.all_girls }
88
88
 
89
- let(:precure_count) { 64 }
89
+ let(:precure_count) { 65 }
90
90
 
91
91
  its(:count) { should == precure_count }
92
92
  it { should include Cure.echo }
@@ -182,4 +182,28 @@ describe Rubicure::Core do
182
182
 
183
183
  it { should contain_exactly(*miracle_universe_girl_names) }
184
184
  end
185
+
186
+ describe "#miracle_leap" do
187
+ subject { Precure.miracle_leap.map(&:girl_name) }
188
+
189
+ let(:miracle_leap_girl_names) do
190
+ [
191
+ Cure.yell,
192
+ Cure.ange,
193
+ Cure.etoile,
194
+ Cure.macherie,
195
+ Cure.amour,
196
+ Cure.star,
197
+ Cure.milky,
198
+ Cure.soleil,
199
+ Cure.selene,
200
+ Cure.cosmo,
201
+ Cure.grace,
202
+ Cure.fontaine,
203
+ Cure.sparkle,
204
+ ].map(&:girl_name)
205
+ end
206
+
207
+ it { should contain_exactly(*miracle_leap_girl_names) }
208
+ end
185
209
  end
@@ -13,6 +13,7 @@ describe Rubicure::Movie do
13
13
  :super_stars,
14
14
  :memories,
15
15
  :miracle_universe,
16
+ :miracle_leap,
16
17
  ]
17
18
  end
18
19
 
@@ -35,7 +35,6 @@ require "rspec/its"
35
35
  require "rspec/collection_matchers"
36
36
  require "delorean"
37
37
  require "tempfile"
38
- require "pry"
39
38
 
40
39
  # Requires supporting ruby files with custom matchers and macros, etc,
41
40
  # in spec/support/ and its subdirectories.
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.3.0
4
+ version: 1.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - sue445
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-23 00:00:00.000000000 Z
11
+ date: 2020-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -108,20 +108,6 @@ dependencies:
108
108
  - - '='
109
109
  - !ruby/object:Gem::Version
110
110
  version: 0.53.0.0
111
- - !ruby/object:Gem::Dependency
112
- name: pry-byebug
113
- requirement: !ruby/object:Gem::Requirement
114
- requirements:
115
- - - ">="
116
- - !ruby/object:Gem::Version
117
- version: '0'
118
- type: :development
119
- prerelease: false
120
- version_requirements: !ruby/object:Gem::Requirement
121
- requirements:
122
- - - ">="
123
- - !ruby/object:Gem::Version
124
- version: '0'
125
111
  - !ruby/object:Gem::Dependency
126
112
  name: rake
127
113
  requirement: !ruby/object:Gem::Requirement
@@ -353,7 +339,7 @@ metadata:
353
339
  homepage_uri: https://github.com/sue445/rubicure
354
340
  source_code_uri: https://github.com/sue445/rubicure
355
341
  changelog_uri: https://github.com/sue445/rubicure/blob/master/CHANGELOG.md
356
- post_install_message:
342
+ post_install_message:
357
343
  rdoc_options: []
358
344
  require_paths:
359
345
  - lib
@@ -368,8 +354,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
368
354
  - !ruby/object:Gem::Version
369
355
  version: '0'
370
356
  requirements: []
371
- rubygems_version: 3.1.2
372
- signing_key:
357
+ rubygems_version: 3.1.4
358
+ signing_key:
373
359
  specification_version: 4
374
360
  summary: All about Japanese battle heroine "Pretty Cure (Precure)".
375
361
  test_files: