Sha256: 2554bc24e5c7477d09292afe6419dd18f9d71f7f193fdc5d129a31020e1b096e

Contents?: true

Size: 393 Bytes

Versions: 20

Compression:

Stored size: 393 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    = 'SimpleFormBoostrap3'
  rdoc.options << '--line-numbers'
  rdoc.rdoc_files.include('README.rdoc')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

task default: :rdoc

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
simple_form_bootstrap3-0.3.6 Rakefile
simple_form_bootstrap3-0.3.5 Rakefile
simple_form_bootstrap3-0.3.4 Rakefile
simple_form_bootstrap3-0.3.3 Rakefile
simple_form_bootstrap3-0.3.2 Rakefile
simple_form_bootstrap3-0.3.1 Rakefile
simple_form_bootstrap3-0.3.0 Rakefile
simple_form_bootstrap3-0.2.9 Rakefile
simple_form_bootstrap3-0.2.8 Rakefile
simple_form_bootstrap3-0.2.7 Rakefile
simple_form_bootstrap3-0.2.6 Rakefile
simple_form_bootstrap3-0.2.5 Rakefile
simple_form_bootstrap3-0.2.4 Rakefile
simple_form_bootstrap3-0.2.3 Rakefile
simple_form_bootstrap3-0.2.2 Rakefile
simple_form_bootstrap3-0.2.1 Rakefile
simple_form_bootstrap3-0.2.0 Rakefile
simple_form_bootstrap3-0.1.1 Rakefile
simple_form_bootstrap3-0.1.0 Rakefile
simple_form_bootstrap3-0.0.1 Rakefile