Sha256: 2a149147af56530eea66d0edbd58993d4204f525a2e0b61db24534389de1c8d1

Contents?: true

Size: 593 Bytes

Versions: 14

Compression:

Stored size: 593 Bytes

Contents

begin
  require 'bundler/setup'
rescue LoadError
  puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end

require 'rdoc/task'

RDoc::Task.new(:rdoc) do |rdoc|
  rdoc.rdoc_dir = 'rdoc'
  rdoc.title    = 'Bootstrap3AutocompleteInput'
  rdoc.options << '--line-numbers'
  rdoc.rdoc_files.include('README.rdoc')
  rdoc.rdoc_files.include('lib/**/*.rb')
end




Bundler::GemHelper.install_tasks

require 'rake/testtask'

Rake::TestTask.new(:test) do |t|
  t.libs << 'lib'
  t.libs << 'test'
  t.pattern = 'test/**/*_test.rb'
  t.verbose = false
end


task default: :test

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
bootstrap3_autocomplete_input-0.2.0 Rakefile
bootstrap3_autocomplete_input-0.1.9 Rakefile
bootstrap3_autocomplete_input-0.1.8 Rakefile
bootstrap3_autocomplete_input-0.1.7 Rakefile
bootstrap3_autocomplete_input-0.1.6 Rakefile
bootstrap3_autocomplete_input-0.1.5 Rakefile
bootstrap3_autocomplete_input-0.1.4 Rakefile
bootstrap3_autocomplete_input-0.1.3 Rakefile
bootstrap3_autocomplete_input-0.1.2 Rakefile
bootstrap3_autocomplete_input-0.1.1 Rakefile
bootstrap3_autocomplete_input-0.1.0 Rakefile
bootstrap3_autocomplete_input-0.0.6 Rakefile
bootstrap3_autocomplete_input-0.0.5 Rakefile
bootstrap3_autocomplete_input-0.0.4 Rakefile