diff --git a/README.md b/README.md index f32712e..176245b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## Activeresource-response -####This gem adds possibility to access http response (Net::HTTPResponse) object from result (single object or collection) of activeresource call (methods : find, all, first, last, get ) +This gem adds possibility to access http response (Net::HTTPResponse) object from result (single object or collection) of activeresource call (methods : find, all, first, last, get ) #### Why It can be used? Such functionallity can be used for easily implementing pagination in a REST API so that an ActiveResource client can navigate paginated results. diff --git a/lib/active_resource_response/version.rb b/lib/active_resource_response/version.rb index c49c194..71d63ec 100644 --- a/lib/active_resource_response/version.rb +++ b/lib/active_resource_response/version.rb @@ -23,6 +23,6 @@ module ActiveResourceResponse module Version - VERSION = "1.4.0" + VERSION = "2.0.0" end end