Sha256: 226367f9e039b940e2735c91eb0cbc75775065be8c0a2ab3a4820be2a227cac5

Contents?: true

Size: 695 Bytes

Versions: 18

Compression:

Stored size: 695 Bytes

Contents

  # frozen_string_literal: true

require "bundler/gem_tasks"
require 'rspec/core/rake_task'
require_relative "lib/rfix/rake/paths"
require_relative "lib/rfix/rake/support"

Dir[File.join(__dir__, "tasks/*")].each(&method(:load))

extend Rfix::Support

desc "Remove and create tmp file"
task :clear do
  rm_rf Bundle::TMP
end

desc "Rebuild vendor and bundles"
task rebuild: [:clear, Vendor::REBUILD, Bundle::REBUILD]

desc "Build bundles for testing"
task Bundle::BUILD => [Bundle::Complex::BUILD, Bundle::Simple::BUILD]

desc "Rebuild bundles for testing"
task Bundle::REBUILD => [Bundle::Complex::REBUILD, Bundle::Simple::REBUILD]

# desc "Bump to a new version of rfix"
task bump: "gem:bump"

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
rfix-1.4.0.pre.201 Rakefile
rfix-1.4.0 Rakefile
rfix-1.3.0.pre.199 Rakefile
rfix-1.2.6.pre.198 Rakefile
rfix-1.2.6 Rakefile
rfix-1.2.2.pre.174 Rakefile
rfix-1.2.5 Rakefile
rfix-1.2.4 Rakefile
rfix-1.2.3.pre Rakefile
rfix-1.2.2.pre Rakefile
rfix-1.2.2.pre.172 Rakefile
rfix-1.2.2 Rakefile
rfix-1.1.0.pre.150 Rakefile
rfix-1.2.0 Rakefile
rfix-1.1.4.pre Rakefile
rfix-1.1.1.pre Rakefile
rfix-1.1.0.pre.149 Rakefile
rfix-1.1.0.pre.147 Rakefile