forked from zerowidth/rack-streaming-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRakefile
33 lines (31 loc) · 788 Bytes
/
Rakefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
require "bundler/gem_tasks"
# Old stuff to be removed later
#begin
# require 'bones'
#rescue LoadError
# abort '### Please install the "bones" gem ###'
#end
#
#ensure_in_path 'lib'
#require 'rack/streaming_proxy'
#
#task :default => 'spec:specdoc'
#task 'gem:release' => 'spec:specdoc'
#
#Bones {
# name 'rack-streaming-proxy'
# authors 'Nathan Witmer'
# email '[email protected]'
# url 'http://github.com/aniero/rack-streaming-proxy'
# version Rack::StreamingProxy::VERSION
# ignore_file '.gitignore'
# depend_on "rack", :version => ">= 1.0"
# depend_on "servolux", :version => "~> 0.8.1"
# depend_on "rack-test", :version => "~> 0.5.1", :development => true
# spec {
# opts ["--colour", "--loadby mtime", "--reverse", "--diff unified"]
# }
# enable_sudo
#}
#
#