File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ user_create_request_body = MxPlatformRuby::UserCreateRequestBody.new(
5858)
5959
6060begin
61- result = api_instance .create_user(user_create_request_body)
61+ result = mx_platform_api .create_user(user_create_request_body)
6262 p result
6363rescue MxPlatformRuby ::ApiError => e
6464 puts " Error when calling MxPlatformApi->create_user: #{ e } "
Original file line number Diff line number Diff line change 1111=end
1212
1313module MxPlatformRuby
14- VERSION = '0.9.0 '
14+ VERSION = '0.9.1 '
1515end
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ gemHomepage: https://github.com/mxenabled/mx-platform-ruby
66gemLicense : MIT
77gemName : mx-platform-ruby
88gemRequiredRubyVersion : " >= 2.6"
9- gemVersion : 0.9.0
9+ gemVersion : 0.9.1
1010library : faraday
1111moduleName : MxPlatformRuby
You can’t perform that action at this time.
0 commit comments