wbzyl-rack-codehighlighter 0.1.8 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION.yml +2 -2
- data/examples/config.ru +1 -1
- data/lib/rack/codehighlighter.rb +1 -1
- metadata +1 -1
data/VERSION.yml
CHANGED
data/examples/config.ru
CHANGED
@@ -14,6 +14,6 @@ use Rack::Codehighlighter, :coderay, :element => "//pre", :pattern => /\A:::(\w
|
|
14
14
|
#use Rack::Codehighlighter, :ultraviolet, :theme => 'dawn',
|
15
15
|
# :element => "//pre", :pattern => /\A:::(\w+)\s*\n/, :logging => true
|
16
16
|
|
17
|
-
#use Rack::Codehighlighter, :censor, :reason => '[[--
|
17
|
+
#use Rack::Codehighlighter, :censor, :reason => '[[-- ugly code removed --]]'
|
18
18
|
|
19
19
|
run Sinatra::Application
|
data/lib/rack/codehighlighter.rb
CHANGED