Sha256: f93347cbc8168015c14a7447ade57e5f8428a4f2c6e202eba4859f03e8b2d99c

Contents?: true

Size: 220 Bytes

Versions: 6

Compression:

Stored size: 220 Bytes

Contents

# frozen_string_literal: true

require 'bundler/gem_tasks'

begin
  require 'rspec/core/rake_task'

  RSpec::Core::RakeTask.new(:spec)

  task default: :spec
rescue LoadError
  puts '! LoadError: no RSpec available'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
activeadmin_quill_editor-0.3.0 Rakefile
activeadmin_quill_editor-0.2.14 Rakefile
activeadmin_quill_editor-0.2.12 Rakefile
activeadmin_quill_editor-0.2.10 Rakefile
activeadmin_quill_editor-0.2.9 Rakefile
activeadmin_quill_editor-0.2.8 Rakefile