Sha256: 6cece00c61089d948efef3f0ccb6e56a2720fb2b63d3dcf37a400bd8d4ca3cbf

Contents?: true

Size: 732 Bytes

Versions: 72

Compression:

Stored size: 732 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    = 'Mumuki::Domain'
  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", __FILE__)

load 'rails/tasks/engine.rake'
load 'rails/tasks/statistics.rake'

require 'bundler/gem_tasks'

require 'rspec/core'
require 'rspec/core/rake_task'

desc "Run all specs in spec directory (excluding plugin specs)"
RSpec::Core::RakeTask.new(:spec => 'app:db:test:prepare')

task default: :spec





Version data entries

72 entries across 72 versions & 2 rubygems

Version Path
mumuki-domain-8.2.0 Rakefile
mumuki-domain-8.1.3 Rakefile
mumuki-domain-8.1.2 Rakefile
mumuki-domain-8.1.1 Rakefile
mumuki-domain-8.1.0 Rakefile
mumuki-domain-8.0.0 Rakefile
mumuki-domain-7.12.2 Rakefile
mumuki-domain-7.12.1 Rakefile
mumuki-domain-7.12.0 Rakefile
mumuki-domain-7.11.1 Rakefile
mumuki-laboratory-7.11.1 vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-c92f2a7212e2/Rakefile
mumuki-laboratory-7.11.0 vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-2e15c3330133/Rakefile
mumuki-domain-7.11.0 Rakefile
mumuki-domain-7.10.1 Rakefile
mumuki-domain-7.10.0 Rakefile
mumuki-laboratory-7.9.2 vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-7082a83493eb/Rakefile
mumuki-domain-7.9.2 Rakefile
mumuki-laboratory-7.9.1 vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-b162dc91aa77/Rakefile
mumuki-domain-7.9.1 Rakefile
mumuki-laboratory-7.9.0 vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-520f859ca8af/Rakefile