gnuplot 2.3.1 → 2.3.3

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 (2) hide show
  1. data/lib/gnuplot.rb +1 -1
  2. metadata +6 -4
data/lib/gnuplot.rb CHANGED
@@ -219,8 +219,8 @@ module Gnuplot
219
219
  end
220
220
 
221
221
  io << " matrix" if @matrix
222
- io << " with #{@with}" if @with
223
222
  io << " smooth #{@smooth}" if @smooth
223
+ io << " with #{@with}" if @with
224
224
  io << " linewidth #{@linewidth}" if @linewidth
225
225
  io
226
226
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 2
7
7
  - 3
8
- - 1
9
- version: 2.3.1
8
+ - 3
9
+ version: 2.3.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - see AUTHORS.txt
@@ -14,7 +14,7 @@ autorequire: gnuplot.rb
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-03-22 00:00:00 -06:00
17
+ date: 2010-07-30 00:00:00 -06:00
18
18
  default_executable:
19
19
  dependencies: []
20
20
 
@@ -38,6 +38,7 @@ rdoc_options: []
38
38
  require_paths:
39
39
  - lib
40
40
  required_ruby_version: !ruby/object:Gem::Requirement
41
+ none: false
41
42
  requirements:
42
43
  - - ">="
43
44
  - !ruby/object:Gem::Version
@@ -45,6 +46,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
45
46
  - 0
46
47
  version: "0"
47
48
  required_rubygems_version: !ruby/object:Gem::Requirement
49
+ none: false
48
50
  requirements:
49
51
  - - ">="
50
52
  - !ruby/object:Gem::Version
@@ -54,7 +56,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
54
56
  requirements: []
55
57
 
56
58
  rubyforge_project:
57
- rubygems_version: 1.3.6
59
+ rubygems_version: 1.3.7
58
60
  signing_key:
59
61
  specification_version: 3
60
62
  summary: Utility library to aid in interacting with gnuplot