Skip to content

Commit

Permalink
added fix to convert_to_svm_node_array from Chen-Tse Tsai from the Li…
Browse files Browse the repository at this point in the history
…bSVM development group
  • Loading branch information
tomz committed Apr 15, 2009
1 parent 979d98d commit 6248620
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ task :default => ["sync_files","make_gem"]

EXT = "ext/svm?.#{Hoe::DLEXT}"

Hoe.new('libsvm-ruby-swig', '0.2.4') do |p|
Hoe.new('libsvm-ruby-swig', '0.2.5') do |p|
p.author = 'Tom Zeng'
p.email = 'tom.z.zeng@gmail.com'
p.url = 'http://www.tomzconsulting.com'
Expand Down
2 changes: 1 addition & 1 deletion libsvm-ruby-swig.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = %q{libsvm-ruby-swig}
s.version = "0.2.4"
s.version = "0.2.5"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Tom Zeng","FeedbackMine"]
Expand Down

0 comments on commit 6248620

Please sign in to comment.