rogerdpack-gnuplot 2.2.3.0 → 2.2.3.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.
Files changed (2) hide show
  1. data/lib/gnuplot.rb +1 -1
  2. metadata +1 -1
data/lib/gnuplot.rb CHANGED
@@ -90,7 +90,7 @@ module Gnuplot
90
90
  @sets = []
91
91
  @data = []
92
92
  yield self if block_given?
93
-
93
+ puts "writing this to gnuplot:\n" + to_gplot + "\n" if $VERBOSE
94
94
  io << to_gplot if io
95
95
  end
96
96
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rogerdpack-gnuplot
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.3.0
4
+ version: 2.2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gordon James Miller, Roger Pack