webficient-rack-tidy 0.0.2 → 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 +5 -6
data/README.rdoc CHANGED
@@ -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
 
data/test/test_helper.rb CHANGED
@@ -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: webficient-rack-tidy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
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-20 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
@@ -46,7 +46,6 @@ files:
46
46
  - README.rdoc
47
47
  has_rdoc: false
48
48
  homepage: http://github.com/webficient/rack-tidy
49
- licenses:
50
49
  post_install_message:
51
50
  rdoc_options:
52
51
  - --charset=UTF-8
@@ -67,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
67
66
  requirements: []
68
67
 
69
68
  rubyforge_project:
70
- rubygems_version: 1.3.5
69
+ rubygems_version: 1.2.0
71
70
  signing_key:
72
71
  specification_version: 3
73
72
  summary: Rack middleware for automatically cleaning markup using Tidy