Sha256: 2134ecf7dd107055a24a48665d8367ff2d3356c9f8fb369f750a666a8cdb20a2

Contents?: true

Size: 127 Bytes

Versions: 7

Compression:

Stored size: 127 Bytes

Contents

Dir.glob("tasks/*.rake").each { |r| import r }

task :release do
  sh "scripts/release"
end

task :default do
  sh "make"
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
simple-httpd-0.4.3 Rakefile
simple-httpd-0.4.2 Rakefile
simple-httpd-0.4.1 Rakefile
simple-httpd-0.4.0 Rakefile
simple-httpd-0.3.5 Rakefile
simple-httpd-0.3.4 Rakefile
simple-httpd-0.3.3 Rakefile