bioshogi 0.0.9 → 0.0.10

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: a639f3dc9a34482bebf44f28d2a029a8b47b9731111d2eb50ca5acc5f8946a00
4
- data.tar.gz: f4588d03cdbe0802f33b3de5a3b91862446e1cd441862d00dbf0315db931bc6f
3
+ metadata.gz: 4d77b033c0bd75168b15532a557174df07ac7e5c4639a0d02d7264e08a43dc72
4
+ data.tar.gz: 889479e831a3458fe747bbce3060eab176ba998c3b3945384b6576e9f9d5a9ce
5
5
  SHA512:
6
- metadata.gz: c0cb6061db0873f65633b773b4bee4a01b6e92e62f6cd062f6ffc230071360c51e4860dd74450662cb19ff786da3bdc13b18fc16c915bb38bc115dc6512cb40f
7
- data.tar.gz: de8706a2d5e65e94869d46d779d5a184717e130df3d9a12935c99f449283fd0893805a2e2bc2f3cb787e357790b8896a27a3263e95364ca1dd90d528f0198c4d
6
+ metadata.gz: 14ab1c7894f09d2c90f100f02f802e9f23f7201246cf22768d2dca349299200eced1ff7689257da5ad570345a00163e84cee1f7fc137e33571c11ce00583fcb8
7
+ data.tar.gz: 13aa2e25699f03517c71f62005c670b29a33a96ff059f6414b10c60aa22859698508758e618520b930910475f2cdd160865fc25ee336d23b11f59ab00eb4e152
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bioshogi (0.0.9)
4
+ bioshogi (0.0.10)
5
5
  actionview
6
6
  activesupport (>= 7.1.0)
7
7
  color
@@ -107,6 +107,7 @@ module Bioshogi
107
107
  { key: "楠本式石田流", parent: nil, other_parents: nil, alternate_name: nil, alias_names: nil, turn_limit: nil, turn_eq: nil, order_key: nil, not_have_pawn: nil, kill_only: nil, drop_only: nil, pawn_bishop_have_ok: nil, pawn_have_ok: nil, kill_count_lteq: 0, hold_piece_not_in: nil, hold_piece_in: nil, hold_piece_empty: nil, hold_piece_eq: nil, group_key: nil, add_to_opponent: nil, technique_matcher_info: nil, },
108
108
  { key: "新石田流", parent: nil, other_parents: nil, alternate_name: nil, alias_names: nil, turn_limit: nil, turn_eq: 7, order_key: :sente, not_have_pawn: nil, kill_only: nil, drop_only: nil, pawn_bishop_have_ok: nil, pawn_have_ok: nil, kill_count_lteq: 0, hold_piece_not_in: nil, hold_piece_in: nil, hold_piece_empty: nil, hold_piece_eq: nil, group_key: nil, add_to_opponent: nil, technique_matcher_info: nil, },
109
109
  { key: "新鬼殺し", parent: "三間飛車", other_parents: nil, alternate_name: nil, alias_names: nil, turn_limit: nil, turn_eq: 7, order_key: :sente, not_have_pawn: nil, kill_only: nil, drop_only: nil, pawn_bishop_have_ok: nil, pawn_have_ok: nil, kill_count_lteq: 0, hold_piece_not_in: nil, hold_piece_in: nil, hold_piece_empty: nil, hold_piece_eq: nil, group_key: nil, add_to_opponent: nil, technique_matcher_info: nil, },
110
+ { key: "九間飛車", parent: nil, other_parents: nil, alternate_name: nil, alias_names: nil, turn_limit: nil, turn_eq: nil, order_key: nil, not_have_pawn: nil, kill_only: nil, drop_only: nil, pawn_bishop_have_ok: nil, pawn_have_ok: nil, kill_count_lteq: 0, hold_piece_not_in: nil, hold_piece_in: nil, hold_piece_empty: nil, hold_piece_eq: nil, group_key: nil, add_to_opponent: nil, technique_matcher_info: nil, },
110
111
  { key: "向かい飛車", parent: nil, other_parents: nil, alternate_name: nil, alias_names: nil, turn_limit: nil, turn_eq: nil, order_key: nil, not_have_pawn: nil, kill_only: nil, drop_only: nil, pawn_bishop_have_ok: nil, pawn_have_ok: nil, kill_count_lteq: 0, hold_piece_not_in: nil, hold_piece_in: nil, hold_piece_empty: nil, hold_piece_eq: nil, group_key: nil, add_to_opponent: nil, technique_matcher_info: nil, },
111
112
  { key: "ダイレクト向かい飛車", parent: nil, other_parents: nil, alternate_name: nil, alias_names: nil, turn_limit: nil, turn_eq: nil, order_key: nil, not_have_pawn: nil, kill_only: nil, drop_only: nil, pawn_bishop_have_ok: nil, pawn_have_ok: false, kill_count_lteq: nil, hold_piece_not_in: nil, hold_piece_in: nil, hold_piece_empty: nil, hold_piece_eq: "角", group_key: nil, add_to_opponent: nil, technique_matcher_info: nil, },
112
113
  { key: "メリケン向かい飛車", parent: "向かい飛車", other_parents: nil, alternate_name: nil, alias_names: nil, turn_limit: nil, turn_eq: nil, order_key: nil, not_have_pawn: nil, kill_only: nil, drop_only: nil, pawn_bishop_have_ok: nil, pawn_have_ok: nil, kill_count_lteq: 0, hold_piece_not_in: nil, hold_piece_in: nil, hold_piece_empty: nil, hold_piece_eq: nil, group_key: nil, add_to_opponent: nil, technique_matcher_info: nil, },