From 6fc8978f812d9e837533d3ffe276d93ac14aa9bb Mon Sep 17 00:00:00 2001 From: Igor Fedoronchuk Date: Tue, 4 Mar 2025 18:50:54 +0100 Subject: [PATCH] bump version --- README.md | 2 +- lib/active_resource_response/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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