Sha256: 083f24cf992222d515f04f65dd3e561278472508da23c148d7a46899fac07a94
Contents?: true
Size: 1.04 KB
Versions: 4
Compression:
Stored size: 1.04 KB
Contents
# -*- ruby -*- # -*- coding: utf-8 -*- # TODO # #require 'rubygems' #require 'hoe' # #Hoe.plugin :git # #require_relative 'lib/svggraph' # #Hoe.spec 'svg-graph' do # self.version=SVG::Graph::VERSION # self.developer('Sean Russell', 'ser_AT_germane-software.com') # self.developer('Claudio Bustos', 'clbustos_AT_gmail.com') # self.developer('Liehann Loots','liehhanl_AT_gmail.com') # self.developer('Piergiuliano Bossi','pgbossi_AT_gmail.com') # self.developer('Manuel Widmer','m-widmer_AT_gmx.com') # self.rubyforge_name = 'ruby-statsample' # if different than 'svg_graph' # self.remote_rdoc_dir = 'svg-graph' #end # by default run all unit tests with 'rake test' task default: [:test] task :test do [ "test/test_data_point.rb", "test/test_plot.rb", "test/test_svg_graph.rb", "test/test_graph.rb", "test/run_examples_and_percy.io.rb" ].each do |file| # exec all above scripts (with simplecov if env is set) args = file if ENV['COVERAGE'] args = '-r ./test/simplecov ' + file end ruby args end end
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
svg-graph-test-0.0.1 | Rakefile |
svg-graph-test-2.2.2 | Rakefile |
svg-graph-2.2.2 | Rakefile |
svg-graph-2.2.1 | Rakefile |