showterm 0.2.1.pre.4 → 0.2.1.pre.5

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/showterm.rb +1 -1
  2. data/showterm.gemspec +1 -1
  3. metadata +1 -1
data/lib/showterm.rb CHANGED
@@ -77,7 +77,7 @@ module Showterm
77
77
  # @return [Boolean] whether the script command looks like it's working.
78
78
  def use_script?
79
79
  scriptfile, timingfile = [temp_file, temp_file]
80
- `#{script_command(scriptfile, timingfile, cmd)}`
80
+ `#{script_command(scriptfile, timingfile, ['echo', 'foo'])}`
81
81
  scriptfile.open.read =~ /foo/ && timingfile.open.read =~ /^[0-9]/
82
82
  end
83
83
 
data/showterm.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "showterm"
3
- s.version = "0.2.1.pre.4"
3
+ s.version = "0.2.1.pre.5"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.author = "Conrad Irwin"
6
6
  s.email = "conrad.irwin@gmail.com"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: showterm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1.pre.4
4
+ version: 0.2.1.pre.5
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: