Sha256: 367efa9637195c7540a0f90367e152d691b6cdc246ee1d708bbe569b82a9940a

Contents?: true

Size: 456 Bytes

Versions: 15

Compression:

Stored size: 456 Bytes

Contents

require "bundler/gem_tasks"

require 'rspec/core'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.pattern = FileList['spec/**/*_spec.rb']
end

task :default => :spec

require 'rdoc/task'
Rake::RDocTask.new do |rdoc|
  version = File.exist?('VERSION') ? File.read('VERSION') : ""

  rdoc.rdoc_dir = 'rdoc'
  rdoc.title = "rubabel #{version}"
  rdoc.rdoc_files.include('README*')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

Version data entries

15 entries across 15 versions & 6 rubygems

Version Path
gnuplot-multiplot-0.0.1 Rakefile
binneroc-0.0.2 Rakefile
binneroc-0.0.1 Rakefile
diadem-0.0.4 Rakefile
histogram-0.2.1.1 Rakefile
diadem-0.0.3 Rakefile
diadem-0.0.2 Rakefile
histogram-0.2.1 Rakefile
msplinter-0.0.3 Rakefile
rubabel-0.4.3 Rakefile
msplinter-0.0.2 Rakefile
rubabel-0.4.2 Rakefile
msplinter-0.0.1 Rakefile
rubabel-0.4.1 Rakefile
rubabel-0.4.0 Rakefile