Skip to content

Commit

Permalink
Upgrade gem to 1.5.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
Magne Land committed Jan 20, 2012
1 parent 7350794 commit 2a91ef6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
= right_api_client - CHANGELOG.rdoc


== right_api_client - 1.5.5 - not yet released

- fixes crash on audit_entry.detail.show (text and not JSON)

== right_api_client - 1.5.5
Fix crash on audit_entry.detail.show (text and not JSON).

== right_api_client - 1.5.4
Fix singular for audit_entries resources. Update rest-client gem version to 1.6.7.
Expand Down
2 changes: 1 addition & 1 deletion lib/right_api_client/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module RightApi
class Client
API_VERSION = '1.5'
CLIENT_VERSION = '4'
CLIENT_VERSION = '5'
VERSION = "#{API_VERSION}.#{CLIENT_VERSION}"
end
end

0 comments on commit 2a91ef6

Please sign in to comment.