rack-content_type_validator 0.0.2 → 0.0.3

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.
@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
8
8
  s.name = "rack-content_type_validator"
9
9
  s.version = Rack::ContentTypeValidator::VERSION
10
10
  s.platform = Gem::Platform::RUBY
11
- s.authors = ["Lucas Fais"]
12
- s.email = ["lucasfais@gmail.com"]
11
+ s.authors = ["Lucas Fais", "Marcelo Manzan"]
12
+ s.email = ["lucasfais@gmail.com", "manzan@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
15
  s.description = %q{It's a rack middleware to validate the header Content-Type of requests.}
metadata CHANGED
@@ -1,16 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-content_type_validator
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Lucas Fais
14
+ - Marcelo Manzan
14
15
  autorequire:
15
16
  bindir: bin
16
17
  cert_chain: []
@@ -50,6 +51,7 @@ dependencies:
50
51
  description: It's a rack middleware to validate the header Content-Type of requests.
51
52
  email:
52
53
  - lucasfais@gmail.com
54
+ - manzan@gmail.com
53
55
  executables: []
54
56
 
55
57
  extensions: []