Sha256: 772a3d33b1c25075543664925597f7da867f03b585fc9ff080f4e9df05528e3e

Contents?: true

Size: 241 Bytes

Versions: 12

Compression:

Stored size: 241 Bytes

Contents

RUBY_1_9 = RUBY_VERSION =~ /^1\.9/
WIN      = (RUBY_PLATFORM =~ /mswin|cygwin/)
SUDO     = (WIN ? "" : "sudo")

require 'rake'
require 'rake/clean'
require 'lib/thin'

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

task :default => :spec

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
thin-0.6.0-x86-mswin32-60 Rakefile
thin-0.6.4-x86-mswin32-60 Rakefile
thin-0.6.2 Rakefile
thin-0.6.0 Rakefile
thin-0.6.1 Rakefile
thin-0.6.1-x86-mswin32-60 Rakefile
thin-0.6.4 Rakefile
thin-0.6.3 Rakefile
thin-0.6.3-x86-mswin32-60 Rakefile
thin-0.6.2-x86-mswin32-60 Rakefile
thin-0.7.0-x86-mswin32-60 Rakefile
thin-0.7.0 Rakefile