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.6 Rakefile
mobile_workflow-0.6.4 Rakefile
mobile_workflow-0.6.3 Rakefile
mobile_workflow-0.6.2 Rakefile
mobile_workflow-0.6.1 Rakefile
mobile_workflow-0.6.0 Rakefile
mobile_workflow-0.5.11 Rakefile
mobile_workflow-0.5.10 Rakefile
mobile_workflow-0.5.9 Rakefile
mobile_workflow-0.5.8 Rakefile
mobile_workflow-0.5.7 Rakefile
mobile_workflow-0.5.6 Rakefile
mobile_workflow-0.5.5 Rakefile
mobile_workflow-0.5.4 Rakefile
mobile_workflow-0.5.3 Rakefile
mobile_workflow-0.5.2 Rakefile
mobile_workflow-0.5.1 Rakefile
mobile_workflow-0.5.0 Rakefile
mobile_workflow-0.4.0 Rakefile
mobile_workflow-0.3.1 Rakefile