Sha256: 1ab16173f49990a3cfd0ad97075723d052be68ab246a5f29e3729eb554463ffb

Contents?: true

Size: 263 Bytes

Versions: 12

Compression:

Stored size: 263 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

ext_task :thin_parser

Version data entries

12 entries across 12 versions & 4 rubygems

Version Path
grockit-thin-0.8.2 Rakefile
macournoyer-thin-1.0.1 Rakefile
macournoyer-thin-1.1.0 Rakefile
michaelyta-thin-1.2.2 Rakefile
thin-1.0.0 Rakefile
thin-1.2.1 Rakefile
thin-0.7.1-x86-mswin32-60 Rakefile
thin-0.8.2 Rakefile
thin-0.8.1 Rakefile
thin-1.2.2 Rakefile
thin-0.8.0 Rakefile
thin-0.7.1 Rakefile