botwings 0.3.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/botwings/version.rb +1 -1
- data/lib/botwings.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a95bb0deb8e41ff7f227fb2bcb57c4dc1ce030a4290612de82be1586dab94be8
|
4
|
+
data.tar.gz: 6bce544ff84d297fc9dbb3548f42fa04241475e9bc661fc0c8c14d9c8a0c5660
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e680e43b0357d20b3b97ec95d1a932229ac4ce9b9f6b542da35e29a2de6f31fd38a8eac2c543efbe382c8868ad6a0aae361a34f247862ba8acf84e9c6261e513
|
7
|
+
data.tar.gz: 61a37db13d99f93ff43d13c98e4dbbbc8f9096b877e739912db25fbc80dbd78d1b58c8fe81301fa017727b9a98bb65e7926f9d2bc3e4fe2c8c162fb74d93b446
|
data/lib/botwings/version.rb
CHANGED
data/lib/botwings.rb
CHANGED
@@ -33,7 +33,7 @@ module Botwings
|
|
33
33
|
def self.reshape
|
34
34
|
system("clear")
|
35
35
|
|
36
|
-
model_type = File.read("data/
|
36
|
+
model_type = File.read("data/model/model_type.txt").strip
|
37
37
|
|
38
38
|
bot_choice = File.read("data/bot_input/input.txt").strip.to_i
|
39
39
|
number = File.read("data/number/input.txt").strip.to_i
|