acts_as_sanitizable 0.4.3 → 0.4.4
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.
- checksums.yaml +4 -4
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/acts_as_sanitizable.gemspec +3 -3
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b24cadc960c9b0e20fdf082eb381536727240794
|
4
|
+
data.tar.gz: a1aa6aec757fad4b95a5cc1de93cebadd40d2ca8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b9a5e3a451ce9f1534ecae9d01fe306f172fc996750c8fcfb9b013902ba77a35901d68cbd93f90124b1c9570a40fb27d90f5a08be4647d9b88b01b61b21cdc0f
|
7
|
+
data.tar.gz: 777fc997c57665bf0819a48d60ea691a1f33549ff064062f389391cb6300e87dd3b6f929a461d962d90e272b3ceef15ebc37f2ee242bb684855c5b87028700bd
|
data/Rakefile
CHANGED
@@ -19,7 +19,7 @@ Jeweler::Tasks.new do |gem|
|
|
19
19
|
gem.license = "MIT"
|
20
20
|
gem.summary = "Sanitizable concern to sanitize attributes the way you like"
|
21
21
|
gem.description = "Sanitizable concern to sanitize attributes the way you like"
|
22
|
-
gem.email = "christoph@chilian.de"
|
22
|
+
gem.email = ["christoph@chilian.de", "tobias.casper@gmail.com"]
|
23
23
|
gem.authors = ["Christoph Chilian", "Tobias Casper"]
|
24
24
|
# dependencies defined in Gemfile
|
25
25
|
end
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.4.
|
1
|
+
0.4.4
|
data/acts_as_sanitizable.gemspec
CHANGED
@@ -2,18 +2,18 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: acts_as_sanitizable 0.4.
|
5
|
+
# stub: acts_as_sanitizable 0.4.4 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "acts_as_sanitizable"
|
9
|
-
s.version = "0.4.
|
9
|
+
s.version = "0.4.4"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
12
|
s.require_paths = ["lib"]
|
13
13
|
s.authors = ["Christoph Chilian", "Tobias Casper"]
|
14
14
|
s.date = "2014-05-07"
|
15
15
|
s.description = "Sanitizable concern to sanitize attributes the way you like"
|
16
|
-
s.email = "christoph@chilian.de"
|
16
|
+
s.email = ["christoph@chilian.de", "tobias.casper@gmail.com"]
|
17
17
|
s.extra_rdoc_files = [
|
18
18
|
"LICENSE.txt",
|
19
19
|
"README.md"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: acts_as_sanitizable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Christoph Chilian
|
@@ -198,7 +198,9 @@ dependencies:
|
|
198
198
|
- !ruby/object:Gem::Version
|
199
199
|
version: '0'
|
200
200
|
description: Sanitizable concern to sanitize attributes the way you like
|
201
|
-
email:
|
201
|
+
email:
|
202
|
+
- christoph@chilian.de
|
203
|
+
- tobias.casper@gmail.com
|
202
204
|
executables: []
|
203
205
|
extensions: []
|
204
206
|
extra_rdoc_files:
|