sanitized_attributes 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +2 -2
- data/VERSION +1 -1
- metadata +5 -4
data/Rakefile
CHANGED
@@ -7,9 +7,9 @@ begin
|
|
7
7
|
gem.name = "sanitized_attributes"
|
8
8
|
gem.summary = %Q{HTML-sanitizing attribute accessors for Ruby and Rails}
|
9
9
|
gem.description = %Q{A wrapper to make automatic sanitization of incoming data easier. Uses the sanitize gem and works in both plain Ruby and Rails projects.}
|
10
|
-
gem.email = "
|
10
|
+
gem.email = "matthew.boeh@gmail.com"
|
11
11
|
gem.homepage = "http://github.com/mboeh/sanitized_attributes"
|
12
|
-
gem.authors = ["CrowdCompass, Inc."]
|
12
|
+
gem.authors = ["Matthew Boeh", "CrowdCompass, Inc."]
|
13
13
|
gem.add_development_dependency "rspec", ">= 1.2.9"
|
14
14
|
gem.add_dependency "sanitize", "> 0"
|
15
15
|
end
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.2
|
metadata
CHANGED
@@ -1,15 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sanitized_attributes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 19
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 2
|
10
|
+
version: 1.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
|
+
- Matthew Boeh
|
13
14
|
- CrowdCompass, Inc.
|
14
15
|
autorequire:
|
15
16
|
bindir: bin
|
@@ -49,7 +50,7 @@ dependencies:
|
|
49
50
|
type: :runtime
|
50
51
|
version_requirements: *id002
|
51
52
|
description: A wrapper to make automatic sanitization of incoming data easier. Uses the sanitize gem and works in both plain Ruby and Rails projects.
|
52
|
-
email:
|
53
|
+
email: matthew.boeh@gmail.com
|
53
54
|
executables: []
|
54
55
|
|
55
56
|
extensions: []
|