Rakefile in classifier-1.0 vs Rakefile in classifier-1.1

- old
+ new

@@ -3,11 +3,11 @@ require 'rake/testtask' require 'rake/rdoctask' require 'rake/gempackagetask' require 'rake/contrib/rubyforgepublisher' -PKG_VERSION = "1.0.0" +PKG_VERSION = "1.1" PKG_FILES = FileList[ "lib/**/*", "bin/*", "test/**/*", "[A-Z]*", "Rakefile" ] @@ -36,11 +36,11 @@ spec = Gem::Specification.new do |s| #### Basic information. s.name = 'classifier' - s.version = "1.0" + s.version = PKG_VERSION s.summary = <<-EOF A general classifier module to allow Bayesian and other types of classifications. EOF s.description = <<-EOF A general classifier module to allow Bayesian and other types of classifications. @@ -72,6 +72,6 @@ end desc "Publish to RubyForge" task :rubyforge do Rake::RubyForgePublisher.new('classifier', 'cardmagic').upload -end \ No newline at end of file +end