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.
- data/README.md +8 -1
- data/lib/rack/pygmentize.rb +1 -1
- 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.
|
data/lib/rack/pygmentize.rb
CHANGED
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.
|
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-
|
13
|
+
date: 2011-03-16 00:00:00 +00:00
|
14
14
|
default_executable:
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|