Skip to content

Commit

Permalink
v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rdp committed Mar 20, 2012
1 parent 34819ac commit 5950d5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.4.0
* Allow for 3D plots, fix examples. Thanks everybody!

2.3.6
* Cleanup readme (thanks blambeau again, really, for the snippets)

Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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.6"
s.description = s.summary = "Utility library to aid in interacting with gnuplot from ruby"
s.version = "2.4.0"
s.autorequire = 'gnuplot.rb'
s.email = "rogerpack2005@gmail.com"
s.homepage = "http://github.com/rdp/ruby_gnuplot/tree/master"
Expand Down

0 comments on commit 5950d5a

Please sign in to comment.