Sha256: 0943a3a0f4445fe40738e01e7800c9a62d8709cec8a305699f1ccb25f1cffd60

Contents?: true

Size: 500 Bytes

Versions: 39

Compression:

Stored size: 500 Bytes

Contents

require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'

desc 'Default: run unit tests.'
task :default => :test

desc 'Test the plugin.'
Rake::TestTask.new(:test) do |t|
  t.libs << 'lib'
  t.pattern = 'test/**/*_test.rb'
  t.verbose = true
end

desc 'Generate documentation for the calculations plugin.'
Rake::RDocTask.new(:rdoc) do |rdoc|
  rdoc.rdoc_dir = 'rdoc'
  rdoc.title    = 'Quantified'
  rdoc.options << '--line-numbers --inline-source'
  rdoc.rdoc_files.include('lib/**/*.rb')
end

Version data entries

39 entries across 39 versions & 6 rubygems

Version Path
omniship-0.4.7 lib/vendor/quantified/Rakefile
omniship-0.4.6 lib/vendor/quantified/Rakefile
omniship-0.4.5 lib/vendor/quantified/Rakefile
omniship-0.4.1 lib/vendor/quantified/Rakefile
bcarpenter-active_shipping-0.0.2 lib/vendor/quantified/Rakefile
bcarpenter-active_shipping-0.0.5 lib/vendor/quantified/Rakefile
bcarpenter-active_shipping-0.0.6 lib/vendor/quantified/Rakefile
bcarpenter-active_shipping-0.0.7 lib/vendor/quantified/Rakefile
omniship-0.4.0 lib/vendor/quantified/Rakefile
active_shipping-0.10.0 lib/vendor/quantified/Rakefile
active_shipping-0.9.15 lib/vendor/quantified/Rakefile
omniship-0.3.2.2 lib/vendor/quantified/Rakefile
omniship-0.1.0 lib/vendor/quantified/Rakefile
kschadeck-active_shipping-0.9.15 lib/vendor/quantified/Rakefile
active_shipping-0.9.14 lib/vendor/quantified/Rakefile
rclements_active_shipping-0.9.15 lib/vendor/quantified/Rakefile
rclements_active_shipping-0.9.14 lib/vendor/quantified/Rakefile
rclements_active_shipping-0.9.13 lib/vendor/quantified/Rakefile
benhutton-active_shipping-0.9.13 lib/vendor/quantified/Rakefile
active_shipping-0.9.13 lib/vendor/quantified/Rakefile