Thimblr 0.6.11 → 0.6.12
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/thimblr.rb +1 -1
- metadata +1 -1
data/lib/thimblr.rb
CHANGED
@@ -7,7 +7,7 @@ require 'launchy'
|
|
7
7
|
require 'thimblr/parser'
|
8
8
|
require 'rbconfig'
|
9
9
|
|
10
|
-
class Thimblr::Application < Sinatra::
|
10
|
+
class Thimblr::Application < Sinatra::Base
|
11
11
|
Editors = {
|
12
12
|
'textmate' => {'command' => "mate",'platform' => "mac",'name' => "TextMate"},
|
13
13
|
'bbedit' => {'command' => "bbedit",'platform' => 'mac','name' => "BBEdit"},
|