Skip to content

Commit 6fc8978

Browse files
committed
bump version
1 parent 5cf5a09 commit 6fc8978

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Activeresource-response
2-
####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 )
2+
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 )
33

44
#### Why It can be used?
55
Such functionallity can be used for easily implementing pagination in a REST API so that an ActiveResource client can navigate paginated results.

lib/active_resource_response/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323

2424
module ActiveResourceResponse
2525
module Version
26-
VERSION = "1.4.0"
26+
VERSION = "2.0.0"
2727
end
2828
end

0 commit comments

Comments
 (0)