Skip to content

Commit

Permalink
version bump 0.3.0 and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
achiurizo committed May 9, 2013
1 parent 245380d commit 244b0c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,9 @@ This project came to being because of:
* [Tom May](https://github.com/tommay) - skip loading post body unless content type is set.
* [Moonsik Kang](https://github.com/deepblue) - skip rack parser for content types that are not explicitly set.
* [Guillermo Iguaran](https://github.com/guilleiguaran) - Updating `multi_xml` version dependency for XML/YAML exploit
* [Doug Orleans](https://github.com/dougo) - Handle only post-body parsing errors and let upstream errors propogate downstream

## Copyright

Copyright © 2011 Arthur Chiu. See [MIT-LICENSE](https://github.com/achiu/rack-parser/blob/master/MIT-LICENSE) for details.
Copyright © 2011,2012,2013 Arthur Chiu. See [MIT-LICENSE](https://github.com/achiu/rack-parser/blob/master/MIT-LICENSE) for details.

2 changes: 1 addition & 1 deletion rack-parser.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
s.name = "rack-parser"
s.version = "0.2.0"
s.version = "0.3.0"
s.authors = ["Arthur Chiu"]
s.email = ["mr.arthur.chiu@gmail.com"]
s.homepage = "https://www.github.com/achiu/rack-parser"
Expand Down

0 comments on commit 244b0c5

Please sign in to comment.