Skip to content

Commit

Permalink
Normalize a request's options - version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraFiedler committed Mar 23, 2018
1 parent b063b93 commit 30a42dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/recombee_api_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class RecombeeClient
include HTTParty

BATCH_MAX_SIZE = 10000
USER_AGENT = {'User-Agent' => 'recombee-ruby-api-client/2.0.0'}
USER_AGENT = {'User-Agent' => 'recombee-ruby-api-client/2.0.1'}

##
# - +account+ -> Name of your account at Recombee
Expand Down
4 changes: 2 additions & 2 deletions lib/recombee_api_client/api/merge_users.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ class MergeUsers < ApiRequest

##
# * *Required arguments*
# - +target_user_id+ -> ID of the source user.
# - +source_user_id+ -> ID of the target user.
# - +target_user_id+ -> ID of the targer user.
# - +source_user_id+ -> ID of the source user.
#
# * *Optional arguments (given as hash optional)*
# - +cascadeCreate+ -> Sets whether the user *targetUserId* should be created if not present in the database.
Expand Down
2 changes: 1 addition & 1 deletion lib/recombee_api_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RecombeeApiClient
VERSION = '2.0.0'
VERSION = '2.0.1'
end

0 comments on commit 30a42dd

Please sign in to comment.