shakyo 0.0.1 → 0.0.2

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.
Files changed (3) hide show
  1. data/lib/shakyo.rb +1 -2
  2. data/lib/shakyo/version.rb +1 -1
  3. metadata +1 -1
data/lib/shakyo.rb CHANGED
@@ -2,7 +2,6 @@
2
2
  require "shakyo/version"
3
3
  require "readline"
4
4
  require "curses"
5
- require "io/console"
6
5
 
7
6
  module Shakyo
8
7
  class Viewer
@@ -45,7 +44,7 @@ module Shakyo
45
44
  def run
46
45
  Curses.init_screen
47
46
  begin
48
- IO.console.echo=true
47
+ Curses.echo
49
48
  while buf = my_readline
50
49
  case buf.chomp
51
50
  when "prev"
@@ -1,3 +1,3 @@
1
1
  module Shakyo
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shakyo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: