Skip to content

Commit c92bd46

Browse files
committed
v bump 0.6.1
1 parent 9ab7de8 commit c92bd46

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.6.1
2+
* TheKnight Fix bug in SPlot.to_gplot implementation.
3+
14
2.6.0
25
* better readme, allow for unsetting variables, thanks @kot-behemoth and @evnu
36

Rakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ require 'jeweler2'
22
Jeweler::Tasks.new do |s|
33
s.name = 'gnuplot'
44
s.description = s.summary = "Utility library to aid in interacting with gnuplot from ruby"
5-
s.version = "2.6.0"
5+
s.version = "2.6.1"
66
s.authors='roger pack'
77
s.email = "[email protected]"
88
s.homepage = "http://github.com/rdp/ruby_gnuplot/tree/master"
@@ -15,4 +15,5 @@ task :test do
1515
system("ruby #{file}")
1616
end
1717
end
18+
1819
Jeweler::RubygemsDotOrgTasks.new

0 commit comments

Comments
 (0)