sanitize 1.2.1.dev.20100329 → 1.2.1

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 (4) hide show
  1. data/HISTORY +1 -1
  2. data/README.rdoc +1 -1
  3. data/lib/sanitize/version.rb +1 -1
  4. metadata +4 -4
data/HISTORY CHANGED
@@ -1,7 +1,7 @@
1
1
  Sanitize History
2
2
  ================================================================================
3
3
 
4
- Version 1.2.1 (git)
4
+ Version 1.2.1 (2010-04-20)
5
5
  * Added a :remove_contents config setting. If set to true, Sanitize will
6
6
  remove the contents of all non-whitelisted elements in addition to the
7
7
  elements themselves. If set to an Array of element names, Sanitize will
@@ -14,7 +14,7 @@ of fragile regular expressions, Sanitize has no trouble dealing with malformed
14
14
  or maliciously-formed HTML, and will always output valid HTML or XHTML.
15
15
 
16
16
  *Author*:: Ryan Grove (mailto:ryan@wonko.com)
17
- *Version*:: 1.2.1.dev (git)
17
+ *Version*:: 1.2.1 (2010-04-20)
18
18
  *Copyright*:: Copyright (c) 2010 Ryan Grove. All rights reserved.
19
19
  *License*:: MIT License (http://opensource.org/licenses/mit-license.php)
20
20
  *Website*:: http://github.com/rgrove/sanitize
@@ -1,3 +1,3 @@
1
1
  class Sanitize
2
- VERSION = '1.2.1.dev.20100329'
2
+ VERSION = '1.2.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sanitize
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1.dev.20100329
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Grove
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-03-29 00:00:00 -07:00
12
+ date: 2010-04-20 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -77,9 +77,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
77
77
  version:
78
78
  required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - ">"
80
+ - - ">="
81
81
  - !ruby/object:Gem::Version
82
- version: 1.3.1
82
+ version: "0"
83
83
  version:
84
84
  requirements: []
85
85