lms-api 1.14.0 → 1.19.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.
@@ -22,6 +22,7 @@ module LMS
22
22
  "GET_SINGLE_ASSIGNMENT",
23
23
  "CREATE_ASSIGNMENT",
24
24
  "EDIT_ASSIGNMENT",
25
+ "BULK_UPDATE_ASSIGNMENT_DATES",
25
26
  "LIST_ASSIGNMENT_OVERRIDES",
26
27
  "GET_SINGLE_ASSIGNMENT_OVERRIDE",
27
28
  "CREATE_ASSIGNMENT_OVERRIDE",
@@ -78,6 +79,7 @@ module LMS
78
79
  "COURSE_TODO_ITEMS",
79
80
  "GET_COURSE_SETTINGS",
80
81
  "UPDATE_COURSE_SETTINGS",
82
+ "RETURN_TEST_STUDENT_FOR_COURSE",
81
83
  "RESET_COURSE",
82
84
  "GET_EFFECTIVE_DUE_DATES",
83
85
  "COURSES_PERMISSIONS",
@@ -226,7 +228,10 @@ module LMS
226
228
  "GET_ALL_PEER_REVIEWS_COURSES_SUBMISSIONS",
227
229
  "PEER_REVIEWS_CREATE_PEER_REVIEW_COURSES",
228
230
  "DELETE_PEER_REVIEW_COURSES",
229
- "RETRIEVE_ASSIGNMENT_OVERRIDDEN_DATES_FOR_QUIZZES",
231
+ "CREATE_UPDATE_PROFICIENCY_RATINGS_COURSES",
232
+ "GET_PROFICIENCY_RATINGS_COURSES",
233
+ "RETRIEVE_ASSIGNMENT_OVERRIDDEN_DATES_FOR_CLASSIC_QUIZZES",
234
+ "RETRIEVE_ASSIGNMENT_OVERRIDDEN_DATES_FOR_NEW_QUIZZES",
230
235
  "QUIZ_EXTENSIONS_SET_EXTENSIONS_FOR_STUDENT_QUIZ_SUBMISSIONS",
231
236
  "GET_AVAILABLE_QUIZ_IP_FILTERS",
232
237
  "GET_SINGLE_QUIZ_GROUP",
@@ -281,6 +286,8 @@ module LMS
281
286
  "LIST_COURSE_SECTIONS",
282
287
  "CREATE_COURSE_SECTION",
283
288
  "GET_SECTION_INFORMATION_COURSES",
289
+ "EDIT_SUBMISSION_COMMENT",
290
+ "DELETE_SUBMISSION_COMMENT",
284
291
  "SUBMISSION_COMMENTS_UPLOAD_FILE",
285
292
  "SUBMIT_ASSIGNMENT_COURSES",
286
293
  "LIST_ASSIGNMENT_SUBMISSIONS_COURSES",
@@ -1,3 +1,3 @@
1
1
  module LMS
2
- VERSION = "1.14.0".freeze
2
+ VERSION = "1.19.0".freeze
3
3
  end
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lms-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Atomic Jolt
8
8
  - Jamis Buck
9
9
  - Justin Ball
10
- autorequire:
10
+ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2019-12-05 00:00:00.000000000 Z
13
+ date: 2020-12-29 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport
@@ -153,7 +153,7 @@ homepage: https://github.com/atomicjolt/lms_api
153
153
  licenses:
154
154
  - MIT
155
155
  metadata: {}
156
- post_install_message:
156
+ post_install_message:
157
157
  rdoc_options: []
158
158
  require_paths:
159
159
  - lib
@@ -168,9 +168,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
168
168
  - !ruby/object:Gem::Version
169
169
  version: '0'
170
170
  requirements: []
171
- rubyforge_project:
172
- rubygems_version: 2.6.14.4
173
- signing_key:
171
+ rubygems_version: 3.1.4
172
+ signing_key:
174
173
  specification_version: 4
175
174
  summary: Wrapper for the Instructure Canvas API
176
175
  test_files: []