Sha256: 483ca64e0e80eb80386fc865503f567ccad573dade5a4fed7957415781842adc

Contents?: true

Size: 182 Bytes

Versions: 14

Compression:

Stored size: 182 Bytes

Contents

# frozen_string_literal: true

require "bundler/gem_tasks"
require "rake/clean"

# frozen_string_literal: true

task :default => [:test]
task :test do
  exec 'ruby test/run.rb'
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
tipi-0.40 Rakefile
htio-0.1 Rakefile
tipi-0.39 Rakefile
tipi-0.38 Rakefile
tipi-0.37.2 Rakefile
tipi-0.37.1 Rakefile
tipi-0.37 Rakefile
tipi-0.36 Rakefile
tipi-0.35 Rakefile
tipi-0.34 Rakefile
tipi-0.33 Rakefile
tipi-0.32 Rakefile
tipi-0.31 Rakefile
tipi-0.30 Rakefile