Sha256: 146e8e58ed514ec4b64764b50b515bc8d9a31988897d048ae79fe1f268926c26

Contents?: true

Size: 557 Bytes

Versions: 133

Compression:

Stored size: 557 Bytes

Contents

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

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

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

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

Version data entries

133 entries across 133 versions & 16 rubygems

Version Path
artmotion-attachment_fu-0.0.1 Rakefile
artmotion-attachment_fu-0.0.2 Rakefile
atd-attachment_fu-1.0.20080507 Rakefile
atd-attachment_fu-1.0.20081202 Rakefile
ioquatix-attachment_fu-1.0.1 Rakefile
pager-attachment_fu-1.0.20080506 Rakefile
pager-attachment_fu-1.0.20080507 Rakefile
seamusabshere-attachment_fu-1.1 Rakefile
tdd-attachment_fu-0.9.6 Rakefile
tdd-attachment_fu-0.9.9 Rakefile
winton-attachment_fu-1.0.5 Rakefile
pothoven-attachment_fu-3.2.6 Rakefile
pothoven-attachment_fu-3.2.5 Rakefile
miloops-attachment_fu-3.2.7 Rakefile
miloops-attachment_fu-3.2.6 Rakefile
miloops-attachment_fu-3.2.5 Rakefile
pothoven-attachment_fu-3.2.4 Rakefile
pothoven-attachment_fu-3.2.3 Rakefile
pothoven-attachment_fu-3.2.2 Rakefile
pothoven-attachment_fu-3.2.1 Rakefile