Rakefile in statsample-1.3.1 vs Rakefile in statsample-1.4.0

- old
+ new

@@ -40,16 +40,18 @@ # GetText.create_mofiles(true, "po", "locale") # This is for "Ruby on Rails". end h=Hoe.spec('statsample') do self.version=Statsample::VERSION + self.urls=["https://github.com/clbustos/statsample"] #self.testlib=:minitest -# self.rubyforge_name = "ruby-statsample" + self.readme_file = 'README.md' + self.urls = ['https://github.com/clbustos/statsample'] self.developer('Claudio Bustos', 'clbustos@gmail.com') - self.extra_deps << ["spreadsheet","~>0.6.5"] << ["reportbuilder", "~>1.4"] << ["minimization", "~>0.2.0"] << ["fastercsv", ">0"] << ["dirty-memoize", "~>0.0"] << ["extendmatrix","~>0.3.1"] << ["statsample-bivariate-extension", ">0"] << ["rserve-client", "~>0.2.5"] << ["rubyvis", "~>0.5"] << ["distribution", "~>0.6"] + self.extra_deps << ["spreadsheet","~>0.6"] << ["reportbuilder", "~>1.4"] << ["minimization", "~>0.2.0"] << ["fastercsv", ">0"] << ["dirty-memoize", "~>0.0"] << ["extendmatrix","~>0.3.1"] << ["statsample-bivariate-extension", ">0"] << ["rserve-client"] << ["rubyvis"] << ["distribution"] - self.extra_dev_deps << ["hoe","~>0"] << ["shoulda","~>3.1.1"] << ["minitest", "~>2.0"] << ["rserve-client", "~>0"] << ["gettext", "~>0"] << ["mocha", "~>0"] << ["hoe-git", "~>0"] + self.extra_dev_deps << ["hoe","~>0"] << ["shoulda","~>3"] << ["minitest", "~>2"] << ["gettext", "~>0"] << ["mocha", "~>0"] << ["hoe-git", "~>0"] self.clean_globs << "test/images/*" << "demo/item_analysis/*" << "demo/Regression" self.post_install_message = <<-EOF *************************************************** Thanks for installing statsample. @@ -96,9 +98,10 @@ rd.options << '--title' << title end end end + desc 'Publish rdocs with analytics support' task :publicar_docs => [:clean, :docs] do ruby %{agregar_adsense_a_doc.rb} path = File.expand_path("~/.rubyforge/user-config.yml") config = YAML.load(File.read(path))