ImpUnit 0.2.3 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bb046829a241713ad464d5596de01030c38b943d4eff8e6905db156bb6cea62a
4
- data.tar.gz: 957a729f791a02b4c2b3e4a734fd9cf4819e72e1f23fcf4a85526b128fe1f29f
3
+ metadata.gz: 7b0f375bdf7e7c30bde845082f29fa9335caf6bf98f8731286dba384e5b325a1
4
+ data.tar.gz: 0b9af1771f98eab14896e5b23213e07e21dadbdbb2b537b53fec9ae751bd8196
5
5
  SHA512:
6
- metadata.gz: e87849f72bf9ebdfebe103af83cf8d3decf01704520e602162ea5e1e5f90f30e3a374d78cf392a22b73f3faf42dd700dedc39481a0553cf6946adf7a808e5653
7
- data.tar.gz: f5b57f710ce9bc5dc8bf9b5fed86a97f4ea7917c72de7d48159c89ea0b3ede069d05345b9c5d4cad5be27c27764bdd88575e4cb2133877ba66a9635b5c46d508
6
+ metadata.gz: 59b00742098273f60655524cde380c1a224f72a5052ec7a025f35db188d70412e689838abe80b03a49c7db120c2e5d8616e11f8208965e22a765d2644c793bd1
7
+ data.tar.gz: 34f7167e48ab867f4dbb9c45d618971e006453e3d9fc89276575f63cd9dee288165c78550d2bcf2c1e4f5cc338366d7a210a7f56f141c1345f25c56e6744a3b5
@@ -1,3 +1,3 @@
1
1
  module ImpUnit
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.7"
3
3
  end
data/lib/ImpUnit.rb CHANGED
@@ -498,10 +498,10 @@ end"
498
498
 
499
499
  class BotWings
500
500
  def self.reset_evo
501
- reset_usr_input = 0
501
+ reset_bot_input = 0
502
502
 
503
- open("data/number/input.txt", "w") { |f|
504
- f.puts reset_usr_input
503
+ open("data/bot_input/input.txt", "w") { |f|
504
+ f.puts reset_bot_input
505
505
  }
506
506
  end
507
507
 
@@ -542,11 +542,6 @@ end"
542
542
 
543
543
  if current_wingset == current_botwings
544
544
  ImpUnit::BotWings.use_form
545
-
546
- sleep(3)
547
-
548
- about
549
- # ImpUnit::BotWings.reset_evo
550
545
  else
551
546
  # system("tts 'Form status: Changing form...', 'en'")
552
547
 
@@ -556,9 +551,11 @@ end"
556
551
 
557
552
  new_value = number + 1
558
553
 
559
- open("data/number/input.txt", "w") { |f|
554
+ open("data/bot_input/input.txt", "w") { |f|
560
555
  f.puts new_value
561
556
  }
557
+
558
+ ImpUnit::BotWings.reshape
562
559
  end
563
560
 
564
561
  ImpUnit::BotWings.reshape
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ImpUnit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - LWFlouisa