Sha256: 500ef76b7f3490b5ad578f1b4ba739addfe8444427622ec8878b8c7d41efc8ba

Contents?: true

Size: 572 Bytes

Versions: 58

Compression:

Stored size: 572 Bytes

Contents

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

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

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

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

Version data entries

58 entries across 58 versions & 11 rubygems

Version Path
community_engine-2.3.2 vendor/plugins/respond_to_parent/Rakefile
zena-1.2.8 vendor/plugins/responds_to_parent/Rakefile
community_engine-2.3.1 vendor/plugins/respond_to_parent/Rakefile
zena-1.2.7 vendor/plugins/responds_to_parent/Rakefile
zena-1.2.6 vendor/plugins/responds_to_parent/Rakefile
community_engine-2.3.0 vendor/plugins/respond_to_parent/Rakefile
zena-1.2.5 vendor/plugins/responds_to_parent/Rakefile
zena-1.2.4 vendor/plugins/responds_to_parent/Rakefile
zena-1.2.3 vendor/plugins/responds_to_parent/Rakefile
community_engine-2.1.0 vendor/plugins/respond_to_parent/Rakefile
community_engine-2.0.0 vendor/plugins/respond_to_parent/Rakefile
siwilkins-responds_to_parent-1.0.20121128 Rakefile
zena-1.2.2 vendor/plugins/responds_to_parent/Rakefile
responds_to_parent-1.1.0 Rakefile
responds_to_parent_ffcrm-1.1.0 Rakefile
zena-1.2.1 vendor/plugins/responds_to_parent/Rakefile
zena-1.2.0 vendor/plugins/responds_to_parent/Rakefile
fat_free_crm-0.11.0 lib/responds_to_parent/Rakefile
community_engine-2.0.0.beta3 vendor/plugins/respond_to_parent/Rakefile
community_engine-2.0.0.beta2 vendor/plugins/respond_to_parent/Rakefile