Skip to content

Commit

Permalink
update history
Browse files Browse the repository at this point in the history
  • Loading branch information
nas committed Nov 26, 2009
1 parent d6e4dbb commit 13412fc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions History.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -38,3 +38,15 @@
* 1 changes: * 1 changes:
* api call method UrlShortener::Client#stats now returns a UrlShortener::Response::Stats object * api call method UrlShortener::Client#stats now returns a UrlShortener::Response::Stats object


=== 0.0.6 2009-11-26

* 3 additions:
* adds UrlShortener::Response::Info
* adds convenience methods to the returned results for url info
* adds method_missing to UrlShortener::Response to use any xml result element as a method call
* the methods don't have to be camelized as returned by bitly, they can be underscored as well
(for more info check http://nasir.wordpress.com/2009/11/26/url-shortener-gem-bitly-api-wrapper-in-ruby)

* 1 changes:
* api call method UrlShortener::Client#info now returns a UrlShortener::Response::Info object

0 comments on commit 13412fc

Please sign in to comment.