rustici_software_cloud_v2 4.0.0 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (159) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -5
  3. data/lib/rustici_software_cloud_v2/api/about_api.rb +1 -1
  4. data/lib/rustici_software_cloud_v2/api/application_management_api.rb +15 -15
  5. data/lib/rustici_software_cloud_v2/api/authentication_api.rb +2 -2
  6. data/lib/rustici_software_cloud_v2/api/content_connectors_api.rb +4 -4
  7. data/lib/rustici_software_cloud_v2/api/course_api.rb +46 -37
  8. data/lib/rustici_software_cloud_v2/api/dispatch_api.rb +47 -41
  9. data/lib/rustici_software_cloud_v2/api/invitations_api.rb +26 -20
  10. data/lib/rustici_software_cloud_v2/api/learner_api.rb +6 -6
  11. data/lib/rustici_software_cloud_v2/api/ping_api.rb +1 -1
  12. data/lib/rustici_software_cloud_v2/api/registration_api.rb +27 -27
  13. data/lib/rustici_software_cloud_v2/api/reporting_api.rb +3 -3
  14. data/lib/rustici_software_cloud_v2/api/xapi_api.rb +10 -10
  15. data/lib/rustici_software_cloud_v2/api_client.rb +2 -2
  16. data/lib/rustici_software_cloud_v2/models/about_schema.rb +1 -1
  17. data/lib/rustici_software_cloud_v2/models/activity_result_schema.rb +1 -1
  18. data/lib/rustici_software_cloud_v2/models/application_info_list_schema.rb +1 -1
  19. data/lib/rustici_software_cloud_v2/models/application_info_schema.rb +1 -1
  20. data/lib/rustici_software_cloud_v2/models/application_list_schema.rb +1 -1
  21. data/lib/rustici_software_cloud_v2/models/application_request_schema.rb +1 -1
  22. data/lib/rustici_software_cloud_v2/models/application_schema.rb +1 -1
  23. data/lib/rustici_software_cloud_v2/models/application_token.rb +1 -1
  24. data/lib/rustici_software_cloud_v2/models/asset_file_schema.rb +1 -1
  25. data/lib/rustici_software_cloud_v2/models/batch_tags_schema.rb +1 -1
  26. data/lib/rustici_software_cloud_v2/models/comment_schema.rb +1 -1
  27. data/lib/rustici_software_cloud_v2/models/completion_amount_schema.rb +1 -1
  28. data/lib/rustici_software_cloud_v2/models/connector_list_schema.rb +1 -1
  29. data/lib/rustici_software_cloud_v2/models/connector_schema.rb +1 -1
  30. data/lib/rustici_software_cloud_v2/models/course_activity_schema.rb +1 -1
  31. data/lib/rustici_software_cloud_v2/models/course_list_non_paged_schema.rb +1 -1
  32. data/lib/rustici_software_cloud_v2/models/course_list_schema.rb +1 -1
  33. data/lib/rustici_software_cloud_v2/models/course_reference_schema.rb +1 -1
  34. data/lib/rustici_software_cloud_v2/models/course_schema.rb +1 -1
  35. data/lib/rustici_software_cloud_v2/models/create_connector_schema.rb +1 -1
  36. data/lib/rustici_software_cloud_v2/models/create_dispatch_id_schema.rb +1 -1
  37. data/lib/rustici_software_cloud_v2/models/create_dispatch_list_schema.rb +1 -1
  38. data/lib/rustici_software_cloud_v2/models/create_dispatch_schema.rb +1 -1
  39. data/lib/rustici_software_cloud_v2/models/create_private_invitation_schema.rb +1 -1
  40. data/lib/rustici_software_cloud_v2/models/create_public_invitation_schema.rb +1 -1
  41. data/lib/rustici_software_cloud_v2/models/create_registration_schema.rb +1 -1
  42. data/lib/rustici_software_cloud_v2/models/credential_list_schema.rb +1 -1
  43. data/lib/rustici_software_cloud_v2/models/credential_request_schema.rb +1 -1
  44. data/lib/rustici_software_cloud_v2/models/credential_schema.rb +1 -1
  45. data/lib/rustici_software_cloud_v2/models/destination_id_schema.rb +1 -1
  46. data/lib/rustici_software_cloud_v2/models/destination_info_id_schema.rb +1 -1
  47. data/lib/rustici_software_cloud_v2/models/destination_info_list_schema.rb +1 -1
  48. data/lib/rustici_software_cloud_v2/models/destination_info_schema.rb +1 -1
  49. data/lib/rustici_software_cloud_v2/models/destination_list_schema.rb +1 -1
  50. data/lib/rustici_software_cloud_v2/models/destination_schema.rb +1 -1
  51. data/lib/rustici_software_cloud_v2/models/dispatch_id_schema.rb +1 -1
  52. data/lib/rustici_software_cloud_v2/models/dispatch_list_schema.rb +1 -1
  53. data/lib/rustici_software_cloud_v2/models/dispatch_lti13_info_schema.rb +1 -1
  54. data/lib/rustici_software_cloud_v2/models/dispatch_lti_info_schema.rb +1 -1
  55. data/lib/rustici_software_cloud_v2/models/dispatch_registration_count_schema.rb +2 -1
  56. data/lib/rustici_software_cloud_v2/models/dispatch_schema.rb +12 -2
  57. data/lib/rustici_software_cloud_v2/models/enabled_schema.rb +1 -1
  58. data/lib/rustici_software_cloud_v2/models/file_list_item_schema.rb +1 -1
  59. data/lib/rustici_software_cloud_v2/models/file_list_schema.rb +1 -1
  60. data/lib/rustici_software_cloud_v2/models/import_asset_request_schema.rb +1 -1
  61. data/lib/rustici_software_cloud_v2/models/import_connector_request_schema.rb +1 -1
  62. data/lib/rustici_software_cloud_v2/models/import_fetch_request_schema.rb +1 -1
  63. data/lib/rustici_software_cloud_v2/models/import_job_result_schema.rb +1 -1
  64. data/lib/rustici_software_cloud_v2/models/import_media_file_reference_request_schema.rb +1 -1
  65. data/lib/rustici_software_cloud_v2/models/import_request_schema.rb +1 -1
  66. data/lib/rustici_software_cloud_v2/models/import_result_schema.rb +1 -1
  67. data/lib/rustici_software_cloud_v2/models/integer_result_schema.rb +1 -1
  68. data/lib/rustici_software_cloud_v2/models/invitation_email_schema.rb +1 -1
  69. data/lib/rustici_software_cloud_v2/models/{zoomi_company_id.rb → invitation_email_update_schema.rb} +20 -9
  70. data/lib/rustici_software_cloud_v2/models/invitation_job_status_schema.rb +1 -1
  71. data/lib/rustici_software_cloud_v2/models/invitation_summary_list.rb +1 -1
  72. data/lib/rustici_software_cloud_v2/models/invitation_summary_schema.rb +1 -1
  73. data/lib/rustici_software_cloud_v2/models/item_value_pair_schema.rb +1 -1
  74. data/lib/rustici_software_cloud_v2/models/launch_auth_options_schema.rb +1 -1
  75. data/lib/rustici_software_cloud_v2/models/launch_auth_schema.rb +1 -1
  76. data/lib/rustici_software_cloud_v2/models/launch_history_list_schema.rb +1 -1
  77. data/lib/rustici_software_cloud_v2/models/launch_history_schema.rb +1 -1
  78. data/lib/rustici_software_cloud_v2/models/launch_link_request_schema.rb +1 -1
  79. data/lib/rustici_software_cloud_v2/models/launch_link_schema.rb +1 -1
  80. data/lib/rustici_software_cloud_v2/models/learner_preference_schema.rb +1 -1
  81. data/lib/rustici_software_cloud_v2/models/learner_schema.rb +1 -1
  82. data/lib/rustici_software_cloud_v2/models/lti13_platform_configuration_schema.rb +1 -1
  83. data/lib/rustici_software_cloud_v2/models/lti13_tool_configuration_schema.rb +1 -1
  84. data/lib/rustici_software_cloud_v2/models/media_file_metadata_schema.rb +1 -1
  85. data/lib/rustici_software_cloud_v2/models/message_schema.rb +1 -1
  86. data/lib/rustici_software_cloud_v2/models/metadata_schema.rb +1 -1
  87. data/lib/rustici_software_cloud_v2/models/objective_schema.rb +1 -1
  88. data/lib/rustici_software_cloud_v2/models/paginated_list.rb +1 -1
  89. data/lib/rustici_software_cloud_v2/models/permissions_schema.rb +1 -1
  90. data/lib/rustici_software_cloud_v2/models/ping_schema.rb +1 -1
  91. data/lib/rustici_software_cloud_v2/models/post_back_schema.rb +1 -1
  92. data/lib/rustici_software_cloud_v2/models/preview_launch_link_request_schema.rb +1 -1
  93. data/lib/rustici_software_cloud_v2/models/private_invitation_list.rb +1 -1
  94. data/lib/rustici_software_cloud_v2/models/private_invitation_schema.rb +25 -5
  95. data/lib/rustici_software_cloud_v2/models/private_invitation_update_schema.rb +2 -2
  96. data/lib/rustici_software_cloud_v2/models/public_invitation_list.rb +1 -1
  97. data/lib/rustici_software_cloud_v2/models/public_invitation_schema.rb +12 -13
  98. data/lib/rustici_software_cloud_v2/models/public_invitation_update_schema.rb +1 -3
  99. data/lib/rustici_software_cloud_v2/models/registration_list_schema.rb +1 -1
  100. data/lib/rustici_software_cloud_v2/models/registration_schema.rb +1 -1
  101. data/lib/rustici_software_cloud_v2/models/reportage_account_info_schema.rb +1 -1
  102. data/lib/rustici_software_cloud_v2/models/reportage_account_info_usage_schema.rb +1 -1
  103. data/lib/rustici_software_cloud_v2/models/reportage_auth_token_schema.rb +1 -1
  104. data/lib/rustici_software_cloud_v2/models/reportage_link_schema.rb +1 -1
  105. data/lib/rustici_software_cloud_v2/models/response_error.rb +1 -1
  106. data/lib/rustici_software_cloud_v2/models/runtime_interaction_schema.rb +1 -1
  107. data/lib/rustici_software_cloud_v2/models/runtime_objective_schema.rb +1 -1
  108. data/lib/rustici_software_cloud_v2/models/runtime_schema.rb +1 -1
  109. data/lib/rustici_software_cloud_v2/models/score_schema.rb +1 -1
  110. data/lib/rustici_software_cloud_v2/models/setting_item.rb +1 -1
  111. data/lib/rustici_software_cloud_v2/models/setting_list_schema.rb +1 -1
  112. data/lib/rustici_software_cloud_v2/models/setting_metadata.rb +1 -1
  113. data/lib/rustici_software_cloud_v2/models/setting_valid_value.rb +1 -1
  114. data/lib/rustici_software_cloud_v2/models/settings_individual_schema.rb +1 -1
  115. data/lib/rustici_software_cloud_v2/models/settings_post_schema.rb +1 -1
  116. data/lib/rustici_software_cloud_v2/models/shared_data_entry_schema.rb +1 -1
  117. data/lib/rustici_software_cloud_v2/models/static_properties_schema.rb +1 -1
  118. data/lib/rustici_software_cloud_v2/models/string_result_schema.rb +1 -1
  119. data/lib/rustici_software_cloud_v2/models/tag_list_schema.rb +1 -1
  120. data/lib/rustici_software_cloud_v2/models/title_schema.rb +1 -1
  121. data/lib/rustici_software_cloud_v2/models/token_request_schema.rb +1 -1
  122. data/lib/rustici_software_cloud_v2/models/update_application_schema.rb +1 -1
  123. data/lib/rustici_software_cloud_v2/models/update_connector_schema.rb +1 -1
  124. data/lib/rustici_software_cloud_v2/models/update_dispatch_schema.rb +1 -1
  125. data/lib/rustici_software_cloud_v2/models/user_invitation_list.rb +1 -1
  126. data/lib/rustici_software_cloud_v2/models/user_invitation_schema.rb +1 -1
  127. data/lib/rustici_software_cloud_v2/models/user_invitation_schema_registration_report.rb +1 -1
  128. data/lib/rustici_software_cloud_v2/models/xapi_account.rb +1 -1
  129. data/lib/rustici_software_cloud_v2/models/xapi_activity.rb +1 -1
  130. data/lib/rustici_software_cloud_v2/models/xapi_activity_definition.rb +1 -1
  131. data/lib/rustici_software_cloud_v2/models/xapi_agent_group.rb +1 -1
  132. data/lib/rustici_software_cloud_v2/models/xapi_attachment.rb +1 -1
  133. data/lib/rustici_software_cloud_v2/models/xapi_context.rb +1 -1
  134. data/lib/rustici_software_cloud_v2/models/xapi_context_activity.rb +1 -1
  135. data/lib/rustici_software_cloud_v2/models/xapi_credential_auth_type_schema.rb +1 -1
  136. data/lib/rustici_software_cloud_v2/models/xapi_credential_permissions_level_schema.rb +1 -1
  137. data/lib/rustici_software_cloud_v2/models/xapi_credential_post_schema.rb +1 -1
  138. data/lib/rustici_software_cloud_v2/models/xapi_credential_put_schema.rb +1 -1
  139. data/lib/rustici_software_cloud_v2/models/xapi_credential_schema.rb +1 -1
  140. data/lib/rustici_software_cloud_v2/models/xapi_credentials_list_schema.rb +1 -1
  141. data/lib/rustici_software_cloud_v2/models/xapi_endpoint_schema.rb +1 -1
  142. data/lib/rustici_software_cloud_v2/models/xapi_interaction_component.rb +1 -1
  143. data/lib/rustici_software_cloud_v2/models/xapi_result.rb +1 -1
  144. data/lib/rustici_software_cloud_v2/models/xapi_score.rb +1 -1
  145. data/lib/rustici_software_cloud_v2/models/xapi_statement.rb +1 -1
  146. data/lib/rustici_software_cloud_v2/models/xapi_statement_pipe_list_schema.rb +1 -1
  147. data/lib/rustici_software_cloud_v2/models/xapi_statement_pipe_post_schema.rb +1 -1
  148. data/lib/rustici_software_cloud_v2/models/xapi_statement_pipe_put_schema.rb +1 -1
  149. data/lib/rustici_software_cloud_v2/models/xapi_statement_pipe_schema.rb +1 -1
  150. data/lib/rustici_software_cloud_v2/models/xapi_statement_reference.rb +1 -1
  151. data/lib/rustici_software_cloud_v2/models/xapi_statement_result.rb +1 -1
  152. data/lib/rustici_software_cloud_v2/models/xapi_verb.rb +1 -1
  153. data/lib/rustici_software_cloud_v2/version.rb +1 -1
  154. data/lib/rustici_software_cloud_v2.rb +1 -3
  155. data/rustici_software_cloud_v2.gemspec +9 -13
  156. data/spec/api_client_spec.rb +1 -1
  157. metadata +29 -120
  158. data/lib/rustici_software_cloud_v2/api/zoomi_api.rb +0 -538
  159. data/lib/rustici_software_cloud_v2/models/zoomi_course_options_schema.rb +0 -204
@@ -72,7 +72,7 @@ module RusticiSoftwareCloudV2
72
72
  end
73
73
 
74
74
  # Calculates hash code according to all attributes.
75
- # @return [Fixnum] Hash code
75
+ # @return [Integer] Hash code
76
76
  def hash
77
77
  [reportage_link].hash
78
78
  end
@@ -77,7 +77,7 @@ module RusticiSoftwareCloudV2
77
77
  end
78
78
 
79
79
  # Calculates hash code according to all attributes.
80
- # @return [Fixnum] Hash code
80
+ # @return [Integer] Hash code
81
81
  def hash
82
82
  [message].hash
83
83
  end
@@ -174,7 +174,7 @@ module RusticiSoftwareCloudV2
174
174
  end
175
175
 
176
176
  # Calculates hash code according to all attributes.
177
- # @return [Fixnum] Hash code
177
+ # @return [Integer] Hash code
178
178
  def hash
179
179
  [id, type, objectives, timestamp, timestamp_utc, correct_responses, weighting, learner_response, result, latency, description].hash
180
180
  end
@@ -164,7 +164,7 @@ module RusticiSoftwareCloudV2
164
164
  end
165
165
 
166
166
  # Calculates hash code according to all attributes.
167
- # @return [Fixnum] Hash code
167
+ # @return [Integer] Hash code
168
168
  def hash
169
169
  [id, score_scaled, score_min, score_max, score_raw, runtime_objective_success_status, runtime_objective_completion_status, progress_measure, description].hash
170
170
  end
@@ -261,7 +261,7 @@ module RusticiSoftwareCloudV2
261
261
  end
262
262
 
263
263
  # Calculates hash code according to all attributes.
264
- # @return [Fixnum] Hash code
264
+ # @return [Integer] Hash code
265
265
  def hash
266
266
  [completion_status, credit, entry, exit, learner_preference, location, mode, progress_measure, score_scaled, score_raw, score_min, score_max, total_time, time_tracked, runtime_success_status, suspend_data, learner_comments, lms_comments, runtime_interactions, runtime_objectives].hash
267
267
  end
@@ -73,7 +73,7 @@ module RusticiSoftwareCloudV2
73
73
  end
74
74
 
75
75
  # Calculates hash code according to all attributes.
76
- # @return [Fixnum] Hash code
76
+ # @return [Integer] Hash code
77
77
  def hash
78
78
  [scaled].hash
79
79
  end
@@ -119,7 +119,7 @@ module RusticiSoftwareCloudV2
119
119
  end
120
120
 
121
121
  # Calculates hash code according to all attributes.
122
- # @return [Fixnum] Hash code
122
+ # @return [Integer] Hash code
123
123
  def hash
124
124
  [id, effective_value, effective_value_source, explicit_value, metadata].hash
125
125
  end
@@ -79,7 +79,7 @@ module RusticiSoftwareCloudV2
79
79
  end
80
80
 
81
81
  # Calculates hash code according to all attributes.
82
- # @return [Fixnum] Hash code
82
+ # @return [Integer] Hash code
83
83
  def hash
84
84
  [setting_items].hash
85
85
  end
@@ -157,7 +157,7 @@ module RusticiSoftwareCloudV2
157
157
  end
158
158
 
159
159
  # Calculates hash code according to all attributes.
160
- # @return [Fixnum] Hash code
160
+ # @return [Integer] Hash code
161
161
  def hash
162
162
  [default, data_type, setting_description, level, learning_standards, learning_standard_variant, fallback, valid_values].hash
163
163
  end
@@ -82,7 +82,7 @@ module RusticiSoftwareCloudV2
82
82
  end
83
83
 
84
84
  # Calculates hash code according to all attributes.
85
- # @return [Fixnum] Hash code
85
+ # @return [Integer] Hash code
86
86
  def hash
87
87
  [value, value_description].hash
88
88
  end
@@ -92,7 +92,7 @@ module RusticiSoftwareCloudV2
92
92
  end
93
93
 
94
94
  # Calculates hash code according to all attributes.
95
- # @return [Fixnum] Hash code
95
+ # @return [Integer] Hash code
96
96
  def hash
97
97
  [setting_id, value, explicit].hash
98
98
  end
@@ -74,7 +74,7 @@ module RusticiSoftwareCloudV2
74
74
  end
75
75
 
76
76
  # Calculates hash code according to all attributes.
77
- # @return [Fixnum] Hash code
77
+ # @return [Integer] Hash code
78
78
  def hash
79
79
  [settings].hash
80
80
  end
@@ -81,7 +81,7 @@ module RusticiSoftwareCloudV2
81
81
  end
82
82
 
83
83
  # Calculates hash code according to all attributes.
84
- # @return [Fixnum] Hash code
84
+ # @return [Integer] Hash code
85
85
  def hash
86
86
  [id, value].hash
87
87
  end
@@ -117,7 +117,7 @@ module RusticiSoftwareCloudV2
117
117
  end
118
118
 
119
119
  # Calculates hash code according to all attributes.
120
- # @return [Fixnum] Hash code
120
+ # @return [Integer] Hash code
121
121
  def hash
122
122
  [completion_threshold, launch_data, max_time_allowed, scaled_passing_score, scaled_passing_score_used, time_limit_action].hash
123
123
  end
@@ -77,7 +77,7 @@ module RusticiSoftwareCloudV2
77
77
  end
78
78
 
79
79
  # Calculates hash code according to all attributes.
80
- # @return [Fixnum] Hash code
80
+ # @return [Integer] Hash code
81
81
  def hash
82
82
  [result].hash
83
83
  end
@@ -74,7 +74,7 @@ module RusticiSoftwareCloudV2
74
74
  end
75
75
 
76
76
  # Calculates hash code according to all attributes.
77
- # @return [Fixnum] Hash code
77
+ # @return [Integer] Hash code
78
78
  def hash
79
79
  [tags].hash
80
80
  end
@@ -72,7 +72,7 @@ module RusticiSoftwareCloudV2
72
72
  end
73
73
 
74
74
  # Calculates hash code according to all attributes.
75
- # @return [Fixnum] Hash code
75
+ # @return [Integer] Hash code
76
76
  def hash
77
77
  [title].hash
78
78
  end
@@ -92,7 +92,7 @@ module RusticiSoftwareCloudV2
92
92
  end
93
93
 
94
94
  # Calculates hash code according to all attributes.
95
- # @return [Fixnum] Hash code
95
+ # @return [Integer] Hash code
96
96
  def hash
97
97
  [permissions, expiry].hash
98
98
  end
@@ -83,7 +83,7 @@ module RusticiSoftwareCloudV2
83
83
  end
84
84
 
85
85
  # Calculates hash code according to all attributes.
86
- # @return [Fixnum] Hash code
86
+ # @return [Integer] Hash code
87
87
  def hash
88
88
  [name, allow_delete].hash
89
89
  end
@@ -83,7 +83,7 @@ module RusticiSoftwareCloudV2
83
83
  end
84
84
 
85
85
  # Calculates hash code according to all attributes.
86
- # @return [Fixnum] Hash code
86
+ # @return [Integer] Hash code
87
87
  def hash
88
88
  [configuration, enabled].hash
89
89
  end
@@ -153,7 +153,7 @@ module RusticiSoftwareCloudV2
153
153
  end
154
154
 
155
155
  # Calculates hash code according to all attributes.
156
- # @return [Fixnum] Hash code
156
+ # @return [Integer] Hash code
157
157
  def hash
158
158
  [allow_new_registrations, instanced, registration_cap, registration_count, expiration_date, enabled, email, notes, post_back].hash
159
159
  end
@@ -81,7 +81,7 @@ module RusticiSoftwareCloudV2
81
81
  end
82
82
 
83
83
  # Calculates hash code according to all attributes.
84
- # @return [Fixnum] Hash code
84
+ # @return [Integer] Hash code
85
85
  def hash
86
86
  [user_invitations].hash
87
87
  end
@@ -121,7 +121,7 @@ module RusticiSoftwareCloudV2
121
121
  end
122
122
 
123
123
  # Calculates hash code according to all attributes.
124
- # @return [Fixnum] Hash code
124
+ # @return [Integer] Hash code
125
125
  def hash
126
126
  [email, url, is_started, updated, registration_id, registration_report].hash
127
127
  end
@@ -100,7 +100,7 @@ module RusticiSoftwareCloudV2
100
100
  end
101
101
 
102
102
  # Calculates hash code according to all attributes.
103
- # @return [Fixnum] Hash code
103
+ # @return [Integer] Hash code
104
104
  def hash
105
105
  [complete, success, total_seconds_tracked, score].hash
106
106
  end
@@ -92,7 +92,7 @@ module RusticiSoftwareCloudV2
92
92
  end
93
93
 
94
94
  # Calculates hash code according to all attributes.
95
- # @return [Fixnum] Hash code
95
+ # @return [Integer] Hash code
96
96
  def hash
97
97
  [home_page, name].hash
98
98
  end
@@ -98,7 +98,7 @@ module RusticiSoftwareCloudV2
98
98
  end
99
99
 
100
100
  # Calculates hash code according to all attributes.
101
- # @return [Fixnum] Hash code
101
+ # @return [Integer] Hash code
102
102
  def hash
103
103
  [object_type, id, definition].hash
104
104
  end
@@ -190,7 +190,7 @@ module RusticiSoftwareCloudV2
190
190
  end
191
191
 
192
192
  # Calculates hash code according to all attributes.
193
- # @return [Fixnum] Hash code
193
+ # @return [Integer] Hash code
194
194
  def hash
195
195
  [name, description, type, more_info, interaction_type, correct_responses_pattern, choices, scale, source, target, steps, extensions].hash
196
196
  end
@@ -142,7 +142,7 @@ module RusticiSoftwareCloudV2
142
142
  end
143
143
 
144
144
  # Calculates hash code according to all attributes.
145
- # @return [Fixnum] Hash code
145
+ # @return [Integer] Hash code
146
146
  def hash
147
147
  [object_type, name, mbox, mbox_sha1sum, openid, account, member].hash
148
148
  end
@@ -156,7 +156,7 @@ module RusticiSoftwareCloudV2
156
156
  end
157
157
 
158
158
  # Calculates hash code according to all attributes.
159
- # @return [Fixnum] Hash code
159
+ # @return [Integer] Hash code
160
160
  def hash
161
161
  [usage_type, display, description, content_type, length, sha2, file_url].hash
162
162
  end
@@ -147,7 +147,7 @@ module RusticiSoftwareCloudV2
147
147
  end
148
148
 
149
149
  # Calculates hash code according to all attributes.
150
- # @return [Fixnum] Hash code
150
+ # @return [Integer] Hash code
151
151
  def hash
152
152
  [registration, instructor, team, context_activities, revision, platform, language, statement, extensions].hash
153
153
  end
@@ -108,7 +108,7 @@ module RusticiSoftwareCloudV2
108
108
  end
109
109
 
110
110
  # Calculates hash code according to all attributes.
111
- # @return [Fixnum] Hash code
111
+ # @return [Integer] Hash code
112
112
  def hash
113
113
  [parent, grouping, category, other].hash
114
114
  end
@@ -80,7 +80,7 @@ module RusticiSoftwareCloudV2
80
80
  end
81
81
 
82
82
  # Calculates hash code according to all attributes.
83
- # @return [Fixnum] Hash code
83
+ # @return [Integer] Hash code
84
84
  def hash
85
85
  [xapi_credential_auth_type].hash
86
86
  end
@@ -80,7 +80,7 @@ module RusticiSoftwareCloudV2
80
80
  end
81
81
 
82
82
  # Calculates hash code according to all attributes.
83
- # @return [Fixnum] Hash code
83
+ # @return [Integer] Hash code
84
84
  def hash
85
85
  [xapi_credential_permissions_level].hash
86
86
  end
@@ -142,7 +142,7 @@ module RusticiSoftwareCloudV2
142
142
  end
143
143
 
144
144
  # Calculates hash code according to all attributes.
145
- # @return [Fixnum] Hash code
145
+ # @return [Integer] Hash code
146
146
  def hash
147
147
  [name, info, secret, is_enabled, auth, permissions_level].hash
148
148
  end
@@ -126,7 +126,7 @@ module RusticiSoftwareCloudV2
126
126
  end
127
127
 
128
128
  # Calculates hash code according to all attributes.
129
- # @return [Fixnum] Hash code
129
+ # @return [Integer] Hash code
130
130
  def hash
131
131
  [id, name, info, secret, is_enabled, auth, permissions_level].hash
132
132
  end
@@ -151,7 +151,7 @@ module RusticiSoftwareCloudV2
151
151
  end
152
152
 
153
153
  # Calculates hash code according to all attributes.
154
- # @return [Fixnum] Hash code
154
+ # @return [Integer] Hash code
155
155
  def hash
156
156
  [id, name, info, secret, is_enabled, auth, permissions_level].hash
157
157
  end
@@ -89,7 +89,7 @@ module RusticiSoftwareCloudV2
89
89
  end
90
90
 
91
91
  # Calculates hash code according to all attributes.
92
- # @return [Fixnum] Hash code
92
+ # @return [Integer] Hash code
93
93
  def hash
94
94
  [xapi_credentials, more].hash
95
95
  end
@@ -90,7 +90,7 @@ module RusticiSoftwareCloudV2
90
90
  end
91
91
 
92
92
  # Calculates hash code according to all attributes.
93
- # @return [Fixnum] Hash code
93
+ # @return [Integer] Hash code
94
94
  def hash
95
95
  [url, user_name, password].hash
96
96
  end
@@ -89,7 +89,7 @@ module RusticiSoftwareCloudV2
89
89
  end
90
90
 
91
91
  # Calculates hash code according to all attributes.
92
- # @return [Fixnum] Hash code
92
+ # @return [Integer] Hash code
93
93
  def hash
94
94
  [id, description].hash
95
95
  end
@@ -120,7 +120,7 @@ module RusticiSoftwareCloudV2
120
120
  end
121
121
 
122
122
  # Calculates hash code according to all attributes.
123
- # @return [Fixnum] Hash code
123
+ # @return [Integer] Hash code
124
124
  def hash
125
125
  [score, success, completion, response, duration, extensions].hash
126
126
  end
@@ -100,7 +100,7 @@ module RusticiSoftwareCloudV2
100
100
  end
101
101
 
102
102
  # Calculates hash code according to all attributes.
103
- # @return [Fixnum] Hash code
103
+ # @return [Integer] Hash code
104
104
  def hash
105
105
  [scaled, raw, min, max].hash
106
106
  end
@@ -183,7 +183,7 @@ module RusticiSoftwareCloudV2
183
183
  end
184
184
 
185
185
  # Calculates hash code according to all attributes.
186
- # @return [Fixnum] Hash code
186
+ # @return [Integer] Hash code
187
187
  def hash
188
188
  [id, actor, verb, object_activity, object_agent_group, object_statement_reference, object_sub_statement, result, context, timestamp, stored, authority, attachments].hash
189
189
  end
@@ -79,7 +79,7 @@ module RusticiSoftwareCloudV2
79
79
  end
80
80
 
81
81
  # Calculates hash code according to all attributes.
82
- # @return [Fixnum] Hash code
82
+ # @return [Integer] Hash code
83
83
  def hash
84
84
  [xapi_statement_pipes].hash
85
85
  end
@@ -86,7 +86,7 @@ module RusticiSoftwareCloudV2
86
86
  end
87
87
 
88
88
  # Calculates hash code according to all attributes.
89
- # @return [Fixnum] Hash code
89
+ # @return [Integer] Hash code
90
90
  def hash
91
91
  [source, target].hash
92
92
  end
@@ -81,7 +81,7 @@ module RusticiSoftwareCloudV2
81
81
  end
82
82
 
83
83
  # Calculates hash code according to all attributes.
84
- # @return [Fixnum] Hash code
84
+ # @return [Integer] Hash code
85
85
  def hash
86
86
  [source, target].hash
87
87
  end
@@ -126,7 +126,7 @@ module RusticiSoftwareCloudV2
126
126
  end
127
127
 
128
128
  # Calculates hash code according to all attributes.
129
- # @return [Fixnum] Hash code
129
+ # @return [Integer] Hash code
130
130
  def hash
131
131
  [id, last_forwarded_statement_date, more_url, attempts, visible_after, source, target].hash
132
132
  end
@@ -94,7 +94,7 @@ module RusticiSoftwareCloudV2
94
94
  end
95
95
 
96
96
  # Calculates hash code according to all attributes.
97
- # @return [Fixnum] Hash code
97
+ # @return [Integer] Hash code
98
98
  def hash
99
99
  [object_type, id].hash
100
100
  end
@@ -89,7 +89,7 @@ module RusticiSoftwareCloudV2
89
89
  end
90
90
 
91
91
  # Calculates hash code according to all attributes.
92
- # @return [Fixnum] Hash code
92
+ # @return [Integer] Hash code
93
93
  def hash
94
94
  [statements, more].hash
95
95
  end
@@ -89,7 +89,7 @@ module RusticiSoftwareCloudV2
89
89
  end
90
90
 
91
91
  # Calculates hash code according to all attributes.
92
- # @return [Fixnum] Hash code
92
+ # @return [Integer] Hash code
93
93
  def hash
94
94
  [id, display].hash
95
95
  end
@@ -10,5 +10,5 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git
10
10
  =end
11
11
 
12
12
  module RusticiSoftwareCloudV2
13
- VERSION = '4.0.0'
13
+ VERSION = '5.0.0'
14
14
  end
@@ -69,6 +69,7 @@ require 'rustici_software_cloud_v2/models/import_request_schema'
69
69
  require 'rustici_software_cloud_v2/models/import_result_schema'
70
70
  require 'rustici_software_cloud_v2/models/integer_result_schema'
71
71
  require 'rustici_software_cloud_v2/models/invitation_email_schema'
72
+ require 'rustici_software_cloud_v2/models/invitation_email_update_schema'
72
73
  require 'rustici_software_cloud_v2/models/invitation_job_status_schema'
73
74
  require 'rustici_software_cloud_v2/models/invitation_summary_list'
74
75
  require 'rustici_software_cloud_v2/models/invitation_summary_schema'
@@ -154,8 +155,6 @@ require 'rustici_software_cloud_v2/models/xapi_statement_pipe_schema'
154
155
  require 'rustici_software_cloud_v2/models/xapi_statement_reference'
155
156
  require 'rustici_software_cloud_v2/models/xapi_statement_result'
156
157
  require 'rustici_software_cloud_v2/models/xapi_verb'
157
- require 'rustici_software_cloud_v2/models/zoomi_company_id'
158
- require 'rustici_software_cloud_v2/models/zoomi_course_options_schema'
159
158
 
160
159
  # APIs
161
160
  require 'rustici_software_cloud_v2/api/about_api'
@@ -170,7 +169,6 @@ require 'rustici_software_cloud_v2/api/ping_api'
170
169
  require 'rustici_software_cloud_v2/api/registration_api'
171
170
  require 'rustici_software_cloud_v2/api/reporting_api'
172
171
  require 'rustici_software_cloud_v2/api/xapi_api'
173
- require 'rustici_software_cloud_v2/api/zoomi_api'
174
172
 
175
173
  module RusticiSoftwareCloudV2
176
174
  class << self
@@ -24,19 +24,15 @@ Gem::Specification.new do |s|
24
24
  s.summary = "A Ruby wrapper for the SCORM Cloud API V2"
25
25
  s.description = "SCORM Cloud API V2 Client"
26
26
  s.license = 'Apache-2.0'
27
- s.required_ruby_version = ">= 1.9"
28
-
29
- s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
30
- s.add_runtime_dependency 'json', '~> 2.3', '>= 2.3.0'
31
- s.add_runtime_dependency 'addressable', '~> 2.3', '>= 2.3.0'
32
-
33
- s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
34
- s.add_development_dependency 'vcr', '~> 3.0', '>= 3.0.1'
35
- s.add_development_dependency 'webmock', '~> 1.24', '>= 1.24.3'
36
- s.add_development_dependency 'autotest', '~> 4.4', '>= 4.4.6'
37
- s.add_development_dependency 'autotest-rails-pure', '~> 4.1', '>= 4.1.2'
38
- s.add_development_dependency 'autotest-growl', '~> 0.2', '>= 0.2.16'
39
- s.add_development_dependency 'autotest-fsevent', '~> 0.2', '>= 0.2.12'
27
+ s.required_ruby_version = ">= 3.3"
28
+
29
+ s.add_runtime_dependency 'typhoeus', '~> 1.4', '>= 1.4.0'
30
+ s.add_runtime_dependency 'json', '>= 2.3.0'
31
+ s.add_runtime_dependency 'addressable', '~> 2.8', '>= 2.8.0'
32
+
33
+ s.add_development_dependency 'rspec', '~> 3.12', '>= 3.12.0'
34
+ s.add_development_dependency 'vcr', '~> 6.2', '>= 6.2.0'
35
+ s.add_development_dependency 'webmock', '~> 3.23', '>= 3.23.0'
40
36
 
41
37
  s.files = `find *`.split("\n").uniq.sort.select { |f| !f.empty? }
42
38
  s.test_files = `find spec/*`.split("\n")
@@ -172,7 +172,7 @@ describe RusticiSoftwareCloudV2::ApiClient do
172
172
  end
173
173
 
174
174
  it 'fails for invalid collection format' do
175
- expect(proc { api_client.build_collection_param(param, :INVALID) }).to raise_error(RuntimeError, 'unknown collection format: :INVALID')
175
+ expect { api_client.build_collection_param(param, :INVALID) }.to raise_error(RuntimeError, 'unknown collection format: :INVALID')
176
176
  end
177
177
  end
178
178