visualisation-utils 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,7 +24,7 @@ module VisualisationUtils
24
24
  @opts = opts
25
25
  @debug = opts[:debug]
26
26
 
27
- if (! system 'which -s gnuplot')
27
+ if (! system 'which gnuplot')
28
28
  STDERR.puts("This utility depends on gnuplot. Please install gnuplot using your favourite package manager.")
29
29
  exit(1)
30
30
  end
@@ -1,3 +1,3 @@
1
1
  module VisualisationUtils
2
- VERSION = "0.8.0"
2
+ VERSION = "0.8.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: visualisation-utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-06-17 00:00:00.000000000 Z
12
+ date: 2015-12-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: trollop