require 'bundler'
Bundler::GemHelper.install_tasks

#require 'rake'
#require 'rake/testtask'

# Run the test with 'rake' or 'rake test'
#desc 'Default: run acts_as_list unit tests.'
#task :default => :test

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


# Run jewler task to generate the gemspec file
#require 'jeweler'
#Jeweler::Tasks.new do |gem|
  # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
#  gem.name = "acts_as_list-rails3"
#  gem.homepage = "http://github.com/chaffeqa/acts_as_list"
#  gem.license = "MIT"
#  gem.summary = %Q{A gem allowing a active_record model to act_as_list.}
#  gem.description = %Q{This "acts_as" extension provides the capabilities for sorting and reordering a number of objects in a list. The class that has this specified needs to have a "position" column defined as an integer on the mapped database table.}
#  gem.email = "chaffeqa@gmail.com"
#  gem.authors = ["avid Heinemeier Hansson","Swanand Pagnis","Quinn@Kubuntu-Desktop"]
  # dependencies defined in Gemfile
#end
#Jeweler::RubygemsDotOrgTasks.new


# Run the rdoc task to generate rdocs for this gem
#require 'rdoc/task'
#RDoc::Task.new do |rdoc|
#  version = File.exist?('VERSION') ? File.read('VERSION') : ""

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

