rubiks-cli 1.4.0 → 1.4.1

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: b01173da4ddca951dac1a67a9d4eb4a872162ffebd3751fc89d30b5512128eb0
4
- data.tar.gz: fd61a5af3f725ad9d042514ba252ab206ad3ffce7758acc709c58f68ace07a69
3
+ metadata.gz: 7f41af5a9687e0f977719e8e7caf798d8de975ad9c601df389bc8224a3b48d29
4
+ data.tar.gz: 8bafea416886b9f1d4025f327e6120e159af25ffd333fef53426ec7bc2c5ac4f
5
5
  SHA512:
6
- metadata.gz: 288fa531855f4e33f79bf991893019614068ac46f314a250f812124927fe1752c4f4ba0544f28061014e53632c9541970c49a3007e9ec58e6d32c048ebed483e
7
- data.tar.gz: 79dfc148a7ffbe9292942346f51585f6560f45c1f2b7ed1c7dc766c3e828b9e2d043264af70cb61235b6e4a081fc54eb8b10835217743d18684589704c78f64c
6
+ metadata.gz: bca1184b5817581fff9d9d0f38b1b0409f6f46bc9f81d91b286d2ada09ed4d0cf6e06cb5ec174fd4a8c73f1ec00a335a9c92c176570a8a0e682043e13877cc12
7
+ data.tar.gz: 7a741690d3d96c8878fc03d341b5b63855761ec34c0e127fb1c81bd4c22c1263ea515811834e5bea0816d9714bb74282201fad5a04ca86470a6fa488665748b8
data/bin/rubiks CHANGED
@@ -46,21 +46,18 @@ start_timer_then_output_scramble = lambda {
46
46
  if options[:loop]
47
47
 
48
48
  if options[:time] && options[:scramble]
49
- RubiksCli::Clear.screen
50
49
  RubiksCli::Loop.build(
51
50
  RubiksCli::Loop.create_action('', start_timer_then_output_scramble, "start solve"),
52
51
  [ RubiksCli::Loop.create_action('n', output_scramble, "generate new scramble"), ]
53
52
  ).start
54
53
 
55
54
  elsif options[:scramble]
56
- RubiksCli::Clear.screen
57
55
  RubiksCli::Loop.build(
58
56
  RubiksCli::Loop.create_action('', output_scramble, "generate a scramble"),
59
57
  [ RubiksCli::Loop.create_action('t', start_timer_then_output_scramble, "start timer"), ]
60
58
  ).start
61
59
 
62
60
  elsif options[:time]
63
- RubiksCli::Clear.screen
64
61
  RubiksCli::Loop.build(
65
62
  RubiksCli::Loop.create_action('', start_timer, "start timer"),
66
63
  [ RubiksCli::Loop.create_action('n', output_scramble, "generate a scramble"), ]
@@ -1,3 +1,3 @@
1
1
  module RubiksCli
2
- VERSION = "1.4.0"
2
+ VERSION = "1.4.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubiks-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Noah Scott