Sha256: 1828fb454ac9b73d21e24126051dc057a97d1f33fbb978b4f5e2d51336e0115b

Contents?: true

Size: 212 Bytes

Versions: 8

Compression:

Stored size: 212 Bytes

Contents

# frozen_string_literal: true

require 'rake'

# tasks from lib directory
Dir[File.expand_path('lib/tasks/**/*.rake', __dir__)].each do |entity|
  puts entity
  load entity
end

task default: %i[spec] # rubocop]

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cyclone_lariat-0.3.4 Rakefile
cyclone_lariat-0.3.3 Rakefile
cyclone_lariat-0.3.2 Rakefile
cyclone_lariat-0.3.1 Rakefile
cyclone_lariat-0.3.0 Rakefile
cyclone_lariat-0.2.3 Rakefile
cyclone_lariat-0.2.2 Rakefile
cyclone_lariat-0.2.1 Rakefile