rack-tidy 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/README.rdoc +1 -3
  2. metadata +7 -5
data/README.rdoc CHANGED
@@ -8,9 +8,7 @@ to produce clean (X)HTML rendered by templating systems such as ERb.
8
8
  Rack::Tidy relies on the power of the Tidy gem and defaults to settings
9
9
  based on convention. However, you can override these through configuration.
10
10
 
11
- For more information about the Rack specification, check out
12
-
13
- http://rack.rubyforge.org/
11
+ For more information about the Rack specification, check out http://rack.rubyforge.org
14
12
 
15
13
  == Installation
16
14
 
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.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Phil Misiowiec
@@ -9,11 +9,11 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-08-19 00:00:00 -07:00
12
+ date: 2009-08-20 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
- name: rake
16
+ name: rack
17
17
  type: :runtime
18
18
  version_requirement:
19
19
  version_requirements: !ruby/object:Gem::Requirement
@@ -46,6 +46,8 @@ files:
46
46
  - README.rdoc
47
47
  has_rdoc: true
48
48
  homepage: http://github.com/webficient/rack-tidy
49
+ licenses: []
50
+
49
51
  post_install_message:
50
52
  rdoc_options:
51
53
  - --charset=UTF-8
@@ -66,9 +68,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
66
68
  requirements: []
67
69
 
68
70
  rubyforge_project:
69
- rubygems_version: 1.3.1
71
+ rubygems_version: 1.3.5
70
72
  signing_key:
71
- specification_version: 2
73
+ specification_version: 3
72
74
  summary: Rack middleware for automatically cleaning markup using Tidy
73
75
  test_files:
74
76
  - test/rack_tidy_sample_data.rb