Sha256: 809a0016d25a16a35a82337fa8d3146170e5abe135f4a1568b1c5253f0eddcc7

Contents?: true

Size: 730 Bytes

Versions: 28

Compression:

Stored size: 730 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    = 'Mautic'
  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

28 entries across 28 versions & 1 rubygems

Version Path
mautic-3.1.0 Rakefile
mautic-3.0.0 Rakefile
mautic-2.6.1 Rakefile
mautic-2.6.0 Rakefile
mautic-2.5.0 Rakefile
mautic-2.4.0 Rakefile
mautic-2.3.11 Rakefile
mautic-2.3.10 Rakefile
mautic-2.3.9 Rakefile
mautic-2.3.8 Rakefile
mautic-2.3.7 Rakefile
mautic-2.3.6 Rakefile
mautic-2.3.5 Rakefile
mautic-2.3.4 Rakefile
mautic-2.3.3 Rakefile
mautic-2.3.1 Rakefile
mautic-2.2.2 Rakefile
mautic-2.1.1 Rakefile
mautic-0.1.8 Rakefile
mautic-0.1.7 Rakefile