rack-pygmentize 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +8 -1
  2. data/lib/rack/pygmentize.rb +1 -1
  3. metadata +2 -2
data/README.md CHANGED
@@ -18,4 +18,11 @@ Usage
18
18
  -----
19
19
 
20
20
  Just add `use Rack::Pygmentize` to your `config.ru`. See the example
21
- in the `/examples` directory.
21
+ in the `/examples` directory.
22
+
23
+ Middleware?
24
+ -----------
25
+
26
+ Yes, middleware. If you don't want to use middleware, but still want the
27
+ awesomeness that is Pygments, check out [Albeano](http://github.com/injekt/albeano)
28
+ for adding BBCode style `[code=lang]` blocks to your values.
@@ -9,7 +9,7 @@ module Rack
9
9
  end
10
10
 
11
11
  def call(env)
12
- call!(env)
12
+ dup.call!(env)
13
13
  end
14
14
 
15
15
  def call!(env)
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rack-pygmentize
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.0
5
+ version: 1.0.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Lee Jarvis
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-03-14 00:00:00 +00:00
13
+ date: 2011-03-16 00:00:00 +00:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency