Added Ruby packaging support.
This commit is contained in:
7
pkg/deb/debian.module/unit.example-ruby-app
Normal file
7
pkg/deb/debian.module/unit.example-ruby-app
Normal file
@@ -0,0 +1,7 @@
|
||||
app = Proc.new do |env|
|
||||
['200', {
|
||||
'Content-Type' => 'text/plain',
|
||||
}, ["Hello from Unit running with Ruby #{RUBY_VERSION}!\n\n"]]
|
||||
end
|
||||
|
||||
run app
|
||||
Reference in New Issue
Block a user