Sha256: 9072a691bd9981db99fd6bbbbc5a1a88c2f0eb156175fe86dded20b5545eca68

Contents?: true

Size: 326 Bytes

Versions: 7

Compression:

Stored size: 326 Bytes

Contents

#!/usr/bin/env rake
# frozen_string_literal: true

# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

require File.expand_path('config/application', __dir__)

FatFreeCRM::Application.load_tasks

task default: ['spec']

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fat_free_crm-0.22.1 Rakefile
fat_free_crm-0.22.0 Rakefile
fat_free_crm-0.21.0 Rakefile
fat_free_crm-0.20.1 Rakefile
fat_free_crm-0.20.0 Rakefile
fat_free_crm-0.19.2 Rakefile
fat_free_crm-0.19.0 Rakefile