We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1413b5 commit ff1a598Copy full SHA for ff1a598
AUTHORS.txt
@@ -1,5 +1,6 @@
1
Gordon James Miller
2
Ara T. Howard
3
Roger Pack
4
-Mike Cahill (minor edits)
5
-jakobs
+Mike Cahill
+jakobs
6
+blambeau
ChangeLog
@@ -1,3 +1,6 @@
+2.3.5
+ * Cleanup readme, add examples as real code files (thanks blambeau!)
+
2.3.4
* Include more files in the gem by switching to Jeweler (thanks Jeweler guyz)!
Rakefile
@@ -2,7 +2,7 @@ require 'jeweler'
Jeweler::Tasks.new do |s|
s.name = 'gnuplot'
s.description = s.summary = "Utility library to aid in interacting with gnuplot"
- s.version = "2.3.4"
+ s.version = "2.3.5"
s.autorequire = 'gnuplot.rb'
7
s.email = "[email protected]"
8
s.homepage = "http://github.com/rdp/ruby_gnuplot/tree/master"
0 commit comments