Sha256: c8b392ffd4f879169e8b22e33386e54655d1c45fbccaea5db5562bb4d9580422

Contents?: true

Size: 232 Bytes

Versions: 16

Compression:

Stored size: 232 Bytes

Contents

# frozen_string_literal: true

#
# bundle exec rake release to release a new gem
#
require 'bundler/gem_tasks'

Dir['lib/tasks/**/*.rake'].each { |t| load t }

desc 'Default: Run specs and check quality.'
task default: [:localtest]

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
checkoff-0.9.0 Rakefile
checkoff-0.8.0 Rakefile
checkoff-0.7.0 Rakefile
checkoff-0.6.0 Rakefile
checkoff-0.5.5 Rakefile
checkoff-0.5.4 Rakefile
checkoff-0.5.3 Rakefile
checkoff-0.5.2 Rakefile
checkoff-0.5.1 Rakefile
checkoff-0.5.0 Rakefile
checkoff-0.4.0 Rakefile
checkoff-0.3.2 Rakefile
checkoff-0.3.1 Rakefile
checkoff-0.3.0 Rakefile
checkoff-0.2.0 Rakefile
checkoff-0.1.7 Rakefile