Sha256: 4430d933af32e6ec71a013a58daac25c6c208a7ee7a4db67fd1083e973c03f03

Contents?: true

Size: 489 Bytes

Versions: 23

Compression:

Stored size: 489 Bytes

Contents

require 'bundler/gem_tasks'

desc "Run the tests."
task :test do
  $: << "lib" << "test"
  Dir["test/*_test.rb"].each { |f| require f[5..-4] }
end

task :default => :test

# Run the rdoc task to generate rdocs for this gem
require 'rdoc/task'
RDoc::Task.new do |rdoc|
  require "acts_as_tree/version"
  version = ActsAsTree::VERSION

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

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
acts_as_tree-2.9.1 Rakefile
acts_as_tree-2.9.0 Rakefile
acts_as_tree-2.8.0 Rakefile
acts_as_tree-2.7.1 Rakefile
acts_as_tree-2.7.0 Rakefile
acts_as_tree-2.6.1 Rakefile
acts_as_tree-2.6.0 Rakefile
acts_as_tree-2.5.1 Rakefile
acts_as_tree-2.5.0 Rakefile
acts_as_tree-2.4.0 Rakefile
acts_as_tree-2.3.0 Rakefile
acts_as_tree-2.2.0 Rakefile
acts_as_tree-2.1.0 Rakefile
acts_as_tree-2.0.0 Rakefile
acts_as_tree-1.6.1 Rakefile
acts_as_tree-1.6.0 Rakefile
acts_as_tree-1.5.1 Rakefile
acts_as_tree-1.5.0 Rakefile
acts_as_tree-1.4.0 Rakefile
acts_as_tree-1.3.0 Rakefile