Sha256: ed64d1162ebf074e201c19f50063fc75398468362a612ffe852048176f5e4c0f

Contents?: true

Size: 690 Bytes

Versions: 15

Compression:

Stored size: 690 Bytes

Contents

require 'rake'
require 'rake/testtask'
require 'rake/task'

load File.join(File.dirname(__FILE__), 'lib', 'tasks', 'localized_country_select_tasks.rake')

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

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

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

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
localized_country_select-0.10.2 Rakefile
localized_country_select-0.10.1 Rakefile
localized_country_select-0.10.0 Rakefile
brainsome_localized_country_select-0.9.11 Rakefile
localized_country_select-0.9.11 Rakefile
localized_country_select-0.9.10 Rakefile
brainsome_localized_country_select-0.9.10 Rakefile
localized_country_select-0.9.9 Rakefile
localized_country_select-0.9.8 Rakefile
localized_country_select-0.9.7 Rakefile
localized_country_select-0.9.6 Rakefile
localized_country_select-0.9.5 Rakefile
localized_country_select-0.9.4 Rakefile
localized_country_select-0.9.3 Rakefile
localized_country_select-0.9.2 Rakefile