Sha256: 8118b67eacd777e8199182a6a16fcff237684de91700a436bc2308b150020a89

Contents?: true

Size: 520 Bytes

Versions: 6

Compression:

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

APP_RAKEFILE = File.expand_path("spec/dummy/Rakefile", __dir__)
load 'rails/tasks/engine.rake'

load 'rails/tasks/statistics.rake'

require 'bundler/gem_tasks'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
captcher-0.3.1 Rakefile
captcher-0.3.0 Rakefile
captcher-0.2.1 Rakefile
captcher-0.2.0 Rakefile
captcher-0.1.1 Rakefile
captcher-0.1.0 Rakefile