Renamed directories.

This commit is contained in:
Wlodek Bzyl 2009-06-01 20:00:28 +02:00
parent 706ab4b241
commit 9e3cd79ab8
19 changed files with 4 additions and 6 deletions

View File

@ -1,12 +1,10 @@
require 'mapp1/mapp'
require 'mapp2/mapp'
require 'rsummer/mapp'
require 'rwinter/mapp'
Mapp = Rack::Builder.new do
Rapp = Rack::Builder.new do
use Rack::ShowExceptions
use Rack::Lint
#use Rack::Static, :urls => ["/stylesheets", "/images"], :root => "public"
map '/mapp1' do
run Sinatra::Mapp1.new
end
@ -16,4 +14,4 @@ Mapp = Rack::Builder.new do
end
end
run Mapp
run Rapp

View File

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 82 KiB

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 110 KiB

After

Width:  |  Height:  |  Size: 110 KiB

View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB