Sha256: be4b36cc5bbbb00bc1f72529f062d1405b92b3a2af52b10f82d090442ca8c533

Contents?: true

Size: 526 Bytes

Versions: 62

Compression:

Stored size: 526 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    = 'MobileWorkflow'
  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

62 entries across 62 versions & 1 rubygems

Version Path
mobile_workflow-0.6.26 Rakefile
mobile_workflow-0.6.25 Rakefile
mobile_workflow-0.6.24 Rakefile
mobile_workflow-0.6.23 Rakefile
mobile_workflow-0.6.22 Rakefile
mobile_workflow-0.6.21 Rakefile
mobile_workflow-0.6.20 Rakefile
mobile_workflow-0.6.19 Rakefile
mobile_workflow-0.6.18 Rakefile
mobile_workflow-0.6.17 Rakefile
mobile_workflow-0.6.16 Rakefile
mobile_workflow-0.6.15 Rakefile
mobile_workflow-0.6.14 Rakefile
mobile_workflow-0.6.13 Rakefile
mobile_workflow-0.6.12 Rakefile
mobile_workflow-0.6.11 Rakefile
mobile_workflow-0.6.10 Rakefile
mobile_workflow-0.6.9 Rakefile
mobile_workflow-0.6.8 Rakefile
mobile_workflow-0.6.7 Rakefile