rack-plastic 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +3 -0
- data/Rakefile +1 -1
- data/lib/plastic_helper.rb +0 -2
- data/lib/rack-plastic.rb +1 -0
- data/test/middlewares/initial.rb +0 -1
- data/test/middlewares/intro.rb +0 -1
- data/test/middlewares/l337.rb +0 -1
- data/test/middlewares/stylizer.rb +0 -1
- metadata +1 -1
data/CHANGELOG
CHANGED
data/Rakefile
CHANGED
data/lib/plastic_helper.rb
CHANGED
data/lib/rack-plastic.rb
CHANGED
data/test/middlewares/initial.rb
CHANGED
@@ -1,5 +1,4 @@
|
|
1
1
|
require File.join(File.dirname(__FILE__), '..', '..', 'lib', 'rack-plastic')
|
2
|
-
require File.join(File.dirname(__FILE__), '..', '..', 'lib', 'plastic_helper')
|
3
2
|
|
4
3
|
# This middleware emphasizes the first character in every paragraph, not unlike
|
5
4
|
# the initials in illuminated manuscripts of the Middle Ages.
|
data/test/middlewares/intro.rb
CHANGED
data/test/middlewares/l337.rb
CHANGED