Skip to content

Commit

Permalink
Sync with LIBSVM 2.89 files
Browse files Browse the repository at this point in the history
  • Loading branch information
tomz committed May 15, 2009
1 parent a88656c commit 2234320
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.3.1') do |p|
Hoe.new('libsvm-ruby-swig', '0.3.2') 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.3.1"
s.version = "0.3.2"

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

0 comments on commit 2234320

Please sign in to comment.