rack-middleware-json-parser 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 938399f17e3d3522d2c204265bcc6333fd8653c9
4
- data.tar.gz: 9ae19275a1b43382764aeeb1eb6bf9d9dae2121a
3
+ metadata.gz: 4e2777f27e9f886e57fff4ce0367d90a099b50ee
4
+ data.tar.gz: 06acb4bc21bf00d9318f2c7ed88b3f8fd2bf6523
5
5
  SHA512:
6
- metadata.gz: 24d87fdb73fa7993f083e0d4810494aa1fddbc6fb054c9c7d19d65e3bf952043f49ddc6b3c87628d1f2536ecd169c1893669518706cc9db8da7f855dbd82adc9
7
- data.tar.gz: 59867130ac5452cdf33453d9d7e7094182d991dd2515f22ff2915649acd732c021f9ced5b7910d7b2233e68cbfe5d31e8b87c60eb38bb053b7e292089793af75
6
+ metadata.gz: 6b2478416c880dfd30b9529b3e6ce812ee5ff0803d29d6da09b795012ca405fd3cc62b3333384ff75e2cd557b9ac4940d773abd5e362e38755a7b72a08590916
7
+ data.tar.gz: 0d6ca9471688b13f4c5e900ee37e23e3603eb13d277bce2a2ad007f29e0bd233c7b758365e37b68002beeb9a7b793c753822e942cc645ee3caecb49d68895924
data/LICENSE CHANGED
@@ -1,13 +1,20 @@
1
- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
2
- Version 2, December 2004
1
+ The MIT License (MIT)
3
2
 
4
- Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
3
+ Copyright (c) 2013 Yuriy Kharchenko
5
4
 
6
- Everyone is permitted to copy and distribute verbatim or modified
7
- copies of this license document, and changing it is allowed as long
8
- as the name is changed.
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the "Software"), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
9
11
 
10
- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
11
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
12
14
 
13
- 0. You just DO WHAT THE FUCK YOU WANT TO.
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -5,13 +5,14 @@ require 'rack/middleware/json_parser'
5
5
 
6
6
  Gem::Specification.new do |gem|
7
7
  gem.name = 'rack-middleware-json-parser'
8
- gem.version = '0.0.1'
8
+ gem.version = '0.0.2'
9
9
  gem.date = '2013-08-02'
10
10
  gem.summary = "Rack middleware JSON parser"
11
11
  gem.description = "Rack middleware for parsing json requests."
12
12
  gem.authors = ["Yuriy Kharchenko"]
13
13
  gem.email = 'yuri.kharchenko@gmail.com'
14
14
  gem.homepage = 'https://github.com/letmein/rack-middleware-json-parser'
15
+ gem.license = 'MIT'
15
16
 
16
17
  gem.files = `git ls-files`.split($/)
17
18
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-middleware-json-parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yuriy Kharchenko
@@ -42,7 +42,8 @@ files:
42
42
  - spec/lib/rack/middleware/json_parser_spec.rb
43
43
  - spec/spec_helper.rb
44
44
  homepage: https://github.com/letmein/rack-middleware-json-parser
45
- licenses: []
45
+ licenses:
46
+ - MIT
46
47
  metadata: {}
47
48
  post_install_message:
48
49
  rdoc_options: []