Skip to content

Commit 30a42dd

Browse files
committed
Normalize a request's options - version bump
1 parent b063b93 commit 30a42dd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/recombee_api_client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class RecombeeClient
1818
include HTTParty
1919

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

2323
##
2424
# - +account+ -> Name of your account at Recombee

lib/recombee_api_client/api/merge_users.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ class MergeUsers < ApiRequest
1919

2020
##
2121
# * *Required arguments*
22-
# - +target_user_id+ -> ID of the source user.
23-
# - +source_user_id+ -> ID of the target user.
22+
# - +target_user_id+ -> ID of the targer user.
23+
# - +source_user_id+ -> ID of the source user.
2424
#
2525
# * *Optional arguments (given as hash optional)*
2626
# - +cascadeCreate+ -> Sets whether the user *targetUserId* should be created if not present in the database.

lib/recombee_api_client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module RecombeeApiClient
2-
VERSION = '2.0.0'
2+
VERSION = '2.0.1'
33
end

0 commit comments

Comments
 (0)