rack-content_type_validator 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/rack-content_type_validator.gemspec +1 -1
- metadata +4 -4
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
|
|
12
12
|
s.email = ["lucasfais@gmail.com"]
|
13
13
|
s.homepage = "http://github.com/abril/rack-content_type_validator"
|
14
14
|
s.summary = %q{Makes easy to handle mutipart/related requests.}
|
15
|
-
s.description = %q{It's a rack middleware to
|
15
|
+
s.description = %q{It's a rack middleware to validate the header Content-Type of requests.}
|
16
16
|
|
17
17
|
s.required_rubygems_version = ">= 1.3.6"
|
18
18
|
s.rubyforge_project = "rack-content_type_validator"
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rack-content_type_validator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Lucas Fais
|
@@ -47,7 +47,7 @@ dependencies:
|
|
47
47
|
version: "0"
|
48
48
|
type: :development
|
49
49
|
version_requirements: *id002
|
50
|
-
description: It's a rack middleware to
|
50
|
+
description: It's a rack middleware to validate the header Content-Type of requests.
|
51
51
|
email:
|
52
52
|
- lucasfais@gmail.com
|
53
53
|
executables: []
|