bioshogi 0.0.8 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +39 -37
- data/lib/bioshogi/explain/attack_info.rb +1 -1
- data/lib/bioshogi/explain/distribution_ratio.rb +1243 -1387
- data/lib/bioshogi/explain/shape_info.rb +4 -4
- data/lib/bioshogi/explain/tactic_hit_turn_table.rb +1 -1
- data/lib/bioshogi/explain//346/210/246/345/236/213//342/226/262/357/274/225/344/270/203/351/207/221/346/210/246/346/263/225.kif +1 -0
- data/lib/bioshogi/explain//346/210/246/345/236/213//343/203/204/343/203/216/351/212/200/344/270/255/351/243/233/350/273/212.kif +2 -1
- data/lib/bioshogi/explain//346/210/246/345/236/213//345/212/240/350/227/244/346/265/201/350/242/226/351/243/233/350/273/212.kif +2 -1
- data/lib/bioshogi/explain//346/210/246/345/236/213//350/213/261/343/201/241/343/202/203/343/202/223/346/265/201/344/270/255/351/243/233/350/273/212.kif +166 -62
- data/lib/bioshogi/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a639f3dc9a34482bebf44f28d2a029a8b47b9731111d2eb50ca5acc5f8946a00
|
4
|
+
data.tar.gz: f4588d03cdbe0802f33b3de5a3b91862446e1cd441862d00dbf0315db931bc6f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c0cb6061db0873f65633b773b4bee4a01b6e92e62f6cd062f6ffc230071360c51e4860dd74450662cb19ff786da3bdc13b18fc16c915bb38bc115dc6512cb40f
|
7
|
+
data.tar.gz: de8706a2d5e65e94869d46d779d5a184717e130df3d9a12935c99f449283fd0893805a2e2bc2f3cb787e357790b8896a27a3263e95364ca1dd90d528f0198c4d
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
bioshogi (0.0.
|
4
|
+
bioshogi (0.0.9)
|
5
5
|
actionview
|
6
6
|
activesupport (>= 7.1.0)
|
7
7
|
color
|
@@ -18,13 +18,13 @@ PATH
|
|
18
18
|
GEM
|
19
19
|
remote: https://rubygems.org/
|
20
20
|
specs:
|
21
|
-
actionview (7.1.2)
|
22
|
-
activesupport (= 7.1.2)
|
21
|
+
actionview (7.1.3.2)
|
22
|
+
activesupport (= 7.1.3.2)
|
23
23
|
builder (~> 3.1)
|
24
24
|
erubi (~> 1.11)
|
25
25
|
rails-dom-testing (~> 2.2)
|
26
26
|
rails-html-sanitizer (~> 1.6)
|
27
|
-
activesupport (7.1.2)
|
27
|
+
activesupport (7.1.3.2)
|
28
28
|
base64
|
29
29
|
bigdecimal
|
30
30
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
@@ -35,39 +35,40 @@ GEM
|
|
35
35
|
mutex_m
|
36
36
|
tzinfo (~> 2.0)
|
37
37
|
base64 (0.2.0)
|
38
|
-
bigdecimal (3.1.
|
38
|
+
bigdecimal (3.1.7)
|
39
39
|
builder (3.2.4)
|
40
40
|
byebug (11.1.3)
|
41
41
|
coderay (1.1.3)
|
42
42
|
color (1.8)
|
43
|
-
concurrent-ruby (1.2.
|
43
|
+
concurrent-ruby (1.2.3)
|
44
44
|
connection_pool (2.4.1)
|
45
45
|
crass (1.0.6)
|
46
|
-
diff-lcs (1.5.
|
46
|
+
diff-lcs (1.5.1)
|
47
47
|
docile (1.4.0)
|
48
|
-
drb (2.2.
|
49
|
-
ruby2_keywords
|
48
|
+
drb (2.2.1)
|
50
49
|
erubi (1.12.0)
|
51
|
-
faraday (2.
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
i18n (1.14.1)
|
50
|
+
faraday (2.9.0)
|
51
|
+
faraday-net_http (>= 2.0, < 3.2)
|
52
|
+
faraday-net_http (3.1.0)
|
53
|
+
net-http
|
54
|
+
i18n (1.14.4)
|
57
55
|
concurrent-ruby (~> 1.0)
|
58
|
-
loofah (2.
|
56
|
+
loofah (2.22.0)
|
59
57
|
crass (~> 1.0.2)
|
60
58
|
nokogiri (>= 1.12.0)
|
61
59
|
memory_record (0.0.19)
|
62
60
|
activesupport
|
63
61
|
method_source (1.0.0)
|
64
62
|
mini_portile2 (2.8.5)
|
65
|
-
minitest (5.
|
63
|
+
minitest (5.22.3)
|
66
64
|
mutex_m (0.2.0)
|
67
|
-
|
65
|
+
net-http (0.4.1)
|
66
|
+
uri
|
67
|
+
nokogiri (1.16.3)
|
68
68
|
mini_portile2 (~> 2.8.2)
|
69
69
|
racc (~> 1.4)
|
70
|
-
|
70
|
+
observer (0.1.2)
|
71
|
+
pkg-config (1.5.6)
|
71
72
|
power_assert (2.0.3)
|
72
73
|
pry (0.14.2)
|
73
74
|
coderay (~> 1.1)
|
@@ -81,22 +82,22 @@ GEM
|
|
81
82
|
loofah (~> 2.21)
|
82
83
|
nokogiri (~> 1.14)
|
83
84
|
rake (13.1.0)
|
84
|
-
rmagick (5.
|
85
|
+
rmagick (5.4.4)
|
86
|
+
observer (~> 0.1)
|
85
87
|
pkg-config (~> 1.4)
|
86
|
-
rspec (3.
|
87
|
-
rspec-core (~> 3.
|
88
|
-
rspec-expectations (~> 3.
|
89
|
-
rspec-mocks (~> 3.
|
90
|
-
rspec-core (3.
|
91
|
-
rspec-support (~> 3.
|
92
|
-
rspec-expectations (3.
|
88
|
+
rspec (3.13.0)
|
89
|
+
rspec-core (~> 3.13.0)
|
90
|
+
rspec-expectations (~> 3.13.0)
|
91
|
+
rspec-mocks (~> 3.13.0)
|
92
|
+
rspec-core (3.13.0)
|
93
|
+
rspec-support (~> 3.13.0)
|
94
|
+
rspec-expectations (3.13.0)
|
93
95
|
diff-lcs (>= 1.2.0, < 2.0)
|
94
|
-
rspec-support (~> 3.
|
95
|
-
rspec-mocks (3.
|
96
|
+
rspec-support (~> 3.13.0)
|
97
|
+
rspec-mocks (3.13.0)
|
96
98
|
diff-lcs (>= 1.2.0, < 2.0)
|
97
|
-
rspec-support (~> 3.
|
98
|
-
rspec-support (3.
|
99
|
-
ruby2_keywords (0.0.5)
|
99
|
+
rspec-support (~> 3.13.0)
|
100
|
+
rspec-support (3.13.1)
|
100
101
|
rubyzip (2.3.2)
|
101
102
|
simplecov (0.22.0)
|
102
103
|
docile (~> 1.1)
|
@@ -104,18 +105,19 @@ GEM
|
|
104
105
|
simplecov_json_formatter (~> 0.1)
|
105
106
|
simplecov-html (0.12.3)
|
106
107
|
simplecov_json_formatter (0.1.4)
|
107
|
-
stackprof (0.2.
|
108
|
+
stackprof (0.2.26)
|
108
109
|
systemu (2.6.5)
|
109
110
|
table_format (0.0.16)
|
110
111
|
activesupport
|
111
|
-
test-unit (3.6.
|
112
|
+
test-unit (3.6.2)
|
112
113
|
power_assert
|
113
|
-
thor (1.3.
|
114
|
+
thor (1.3.1)
|
114
115
|
tree_support (0.1.9)
|
115
116
|
activesupport
|
116
117
|
tzinfo (2.0.6)
|
117
118
|
concurrent-ruby (~> 1.0)
|
118
|
-
|
119
|
+
uri (0.13.0)
|
120
|
+
zeitwerk (2.6.13)
|
119
121
|
|
120
122
|
PLATFORMS
|
121
123
|
ruby
|
@@ -132,4 +134,4 @@ DEPENDENCIES
|
|
132
134
|
test-unit
|
133
135
|
|
134
136
|
BUNDLED WITH
|
135
|
-
2.4
|
137
|
+
2.5.4
|
@@ -74,7 +74,7 @@ module Bioshogi
|
|
74
74
|
{ key: "ゴキゲン中飛車", parent: nil, other_parents: nil, alternate_name: nil, alias_names: nil, turn_limit: nil, turn_eq: nil, order_key: :gote, 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, },
|
75
75
|
{ key: "5筋位取り中飛車", 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, },
|
76
76
|
{ 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: true, kill_count_lteq: nil, 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, },
|
77
|
-
{ key: "英ちゃん流中飛車", parent: nil, other_parents: nil, alternate_name: nil, alias_names: nil, turn_limit:
|
77
|
+
{ key: "英ちゃん流中飛車", parent: nil, other_parents: nil, alternate_name: nil, alias_names: nil, turn_limit: 13, 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, },
|
78
78
|
{ key: "原始中飛車", parent: nil, other_parents: nil, alternate_name: nil, alias_names: nil, turn_limit: 3, 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, },
|
79
79
|
{ 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: nil, 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, },
|
80
80
|
{ 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, },
|