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.
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 8
2
+ :patch: 0
3
3
  :major: 0
4
- :minor: 1
4
+ :minor: 2
@@ -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 => '[[-- removed ugly code --]]'
17
+ #use Rack::Codehighlighter, :censor, :reason => '[[-- ugly code removed --]]'
18
18
 
19
19
  run Sinatra::Application
@@ -16,7 +16,7 @@ module Rack
16
16
  @opts = {
17
17
  :element => "//pre",
18
18
  :pattern => /\A:::(\w+)\s*\n/,
19
- :reason => "[...ugly code removed...]"
19
+ :reason => "[[-- ugly code removed --]]"
20
20
  }
21
21
  @opts.merge! opts
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wbzyl-rack-codehighlighter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wlodek Bzyl