Sha256: 2c20347e1abcf077c25d477938f3a3b6ca919f71e15903b6a7aa95ddef35ed1e

Contents?: true

Size: 195 Bytes

Versions: 9

Compression:

Stored size: 195 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true

begin
  load File.expand_path('../spring', __FILE__)
rescue LoadError
end
require_relative '../config/boot'
require 'rake'
Rake.application.run

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rails_workflow-0.7.3 spec/dummy/bin/rake
rails_workflow-0.7.2 spec/dummy/bin/rake
rails_workflow-0.7.1 spec/dummy/bin/rake
rails_workflow-0.7.0 spec/dummy/bin/rake
rails_workflow-0.4.4 spec/dummy/bin/rake
rails_workflow-0.4.3 spec/dummy/bin/rake
rails_workflow-0.4.2 spec/dummy/bin/rake
rails_workflow-0.4.1 spec/dummy/bin/rake
rails_workflow-0.4.0 spec/dummy/bin/rake