Skip to content

Commit ff1a598

Browse files
committed
I really don't know how I had only v 2.3.3 in the rakefile...huh?
1 parent a1413b5 commit ff1a598

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

AUTHORS.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Gordon James Miller
22
Ara T. Howard
33
Roger Pack
4-
Mike Cahill (minor edits)
5-
jakobs
4+
Mike Cahill
5+
jakobs
6+
blambeau

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.3.5
2+
* Cleanup readme, add examples as real code files (thanks blambeau!)
3+
14
2.3.4
25
* Include more files in the gem by switching to Jeweler (thanks Jeweler guyz)!
36

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ require 'jeweler'
22
Jeweler::Tasks.new do |s|
33
s.name = 'gnuplot'
44
s.description = s.summary = "Utility library to aid in interacting with gnuplot"
5-
s.version = "2.3.4"
5+
s.version = "2.3.5"
66
s.autorequire = 'gnuplot.rb'
77
s.email = "[email protected]"
88
s.homepage = "http://github.com/rdp/ruby_gnuplot/tree/master"

0 commit comments

Comments
 (0)