Rakefile in statsample-0.11.1 vs Rakefile in statsample-0.11.2

- old
+ new

@@ -16,11 +16,13 @@ puts "Error on: #{f}" end } end - +task :release do +system %{git push origin master} +end desc "Update pot/po files." task :updatepo do require 'gettext/tools' GetText.update_pofiles("statsample", Dir.glob("{lib,bin}/**/*.{rb,rhtml}"), "statsample #{Statsample::VERSION}") end @@ -35,10 +37,10 @@ h=Hoe.spec('statsample') do self.version=Statsample::VERSION #self.testlib=:minitest self.rubyforge_name = "ruby-statsample" self.developer('Claudio Bustos', 'clbustos@gmail.com') - self.extra_deps << ["spreadsheet","~>0.6.0"] << ["svg-graph", "~>1.0"] << ["reportbuilder", "~>1.0"] << ["minimization", "~>0.2.0"] << ["fastercsv"] << ["dirty-memoize", "~>0.0"] << ["statistics2", "~>0.54"] << ["extendmatrix","~>0.1"] << ["gsl", "~>1.12.109"] + self.extra_deps << ["spreadsheet","~>0.6.0"] << ["svg-graph", "~>1.0"] << ["reportbuilder", "~>1.0"] << ["minimization", "~>0.2.0"] << ["fastercsv"] << ["dirty-memoize", "~>0.0"] << ["statistics2", "~>0.54"] << ["extendmatrix","~>0.2.0"] << ["gsl", "~>1.12.109"] self.clean_globs << "test/images/*" << "demo/item_analysis/*" << "demo/Regression" self.need_rdoc=false end Rake::RDocTask.new(:docs) do |rd|