lms-api 1.13.0 → 1.18.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",
@@ -168,6 +170,7 @@ module LMS
168
170
  "LIST_LIVE_ASSESSMENT_RESULTS",
169
171
  "CREATE_OR_FIND_LIVE_ASSESSMENT",
170
172
  "LIST_LIVE_ASSESSMENTS",
173
+ "LIST_MEDIA_OBJECTS_COURSES",
171
174
  "LIST_STUDENTS_SELECTED_FOR_MODERATION",
172
175
  "SELECT_STUDENTS_FOR_MODERATION",
173
176
  "BULK_SELECT_PROVISIONAL_GRADES",
@@ -225,7 +228,8 @@ module LMS
225
228
  "GET_ALL_PEER_REVIEWS_COURSES_SUBMISSIONS",
226
229
  "PEER_REVIEWS_CREATE_PEER_REVIEW_COURSES",
227
230
  "DELETE_PEER_REVIEW_COURSES",
228
- "RETRIEVE_ASSIGNMENT_OVERRIDDEN_DATES_FOR_QUIZZES",
231
+ "RETRIEVE_ASSIGNMENT_OVERRIDDEN_DATES_FOR_CLASSIC_QUIZZES",
232
+ "RETRIEVE_ASSIGNMENT_OVERRIDDEN_DATES_FOR_NEW_QUIZZES",
229
233
  "QUIZ_EXTENSIONS_SET_EXTENSIONS_FOR_STUDENT_QUIZ_SUBMISSIONS",
230
234
  "GET_AVAILABLE_QUIZ_IP_FILTERS",
231
235
  "GET_SINGLE_QUIZ_GROUP",
@@ -1,3 +1,3 @@
1
1
  module LMS
2
- VERSION = "1.13.0".freeze
2
+ VERSION = "1.18.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.13.0
4
+ version: 1.18.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-10-10 00:00:00.000000000 Z
13
+ date: 2020-09-02 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: []