1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00

updated history and bumped version to 0.3

This commit is contained in:
John Nunemaker 2009-01-31 00:35:46 -05:00
parent e5e3d54bbc
commit 23c5ae4507
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
== 0.3.0 2009-01-31
* 1 major enhancmenet
* JSON gem no longer a requirement. It was conflicting with rails json stuff so I just stole ActiveSupport's json decoding and bundled it with HTTParty.
== 0.2.10 2009-01-29
* 1 minor enhancement
* Made encoding on query parameters treat everything except URI::PATTERN::UNRESERVED as UNSAFE to force encoding of '+' character (Julian Russell)

View file

@ -1,3 +1,3 @@
module HTTParty #:nodoc:
Version = '0.2.10'
Version = '0.3.0'
end