Sha256: aa4d94ee381b0bbab924a6bf0af16e9ebec16810ad142c549d0c4c116790f332

Contents?: true

Size: 388 Bytes

Versions: 3

Compression:

Stored size: 388 Bytes

Contents

# 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 "bundler/gem_tasks"

if ENV["RAILS_ENV"] != "production"
  require "rspec/core/rake_task"

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

  task default: :spec
end

require_relative "config/application"

Rails.application.load_tasks

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
shadcn-ui-0.0.5 Rakefile
shadcn-ui-0.0.4 Rakefile
shadcn-ui-0.0.3 Rakefile