rack-tidy 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/README.rdoc +1 -1
  2. data/test/test_helper.rb +0 -3
  3. metadata +4 -4
@@ -52,7 +52,7 @@ Add this to your `config/environment.rb`:
52
52
  # inside Rails::Initializer block
53
53
  config.middleware.use Rack::Tidy
54
54
 
55
- You should now see `Rack::Cache` listed in the middleware pipeline:
55
+ You should now see `Rack::Tidy` listed in the middleware pipeline:
56
56
 
57
57
  rake middleware
58
58
 
@@ -1,6 +1,3 @@
1
- $:.push File.join(File.dirname(__FILE__), '..', 'lib')
2
-
3
- require 'rubygems'
4
1
  require 'test/unit'
5
2
  require 'shoulda'
6
3
  require 'rack/tidy'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-tidy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Phil Misiowiec
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-08-24 00:00:00 -07:00
12
+ date: 2009-09-03 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -20,7 +20,7 @@ dependencies:
20
20
  requirements:
21
21
  - - ">="
22
22
  - !ruby/object:Gem::Version
23
- version: "0"
23
+ version: 1.0.0
24
24
  version:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: tidy
@@ -30,7 +30,7 @@ dependencies:
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: "0"
33
+ version: 1.1.2
34
34
  version:
35
35
  description: Rack middleware for automatically cleaning markup using Tidy
36
36
  email: phil@webficient.com