oneroster 2.3.2 → 2.3.3
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/one_roster/client.rb +2 -1
- data/lib/one_roster/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 22cfb219341af86583ad0be1601058826784c557
|
|
4
|
+
data.tar.gz: 419847c21f7e5bec0e3d85e98fefcb47834a7cac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7f27a2372bc742484d796a40f3e26fa3c8cdc8694cf58ed9797a9023244b7eec3503df68075a0227dc23cc11d0bcb8f3cbd44ba179f655644895e6792e9ef5a0
|
|
7
|
+
data.tar.gz: f443a111507f5d03ee8f089a0fdb5163077229d70d76d4b45e96ea5d9f8deff79d06fb2f49fe4144f4f0b61a228567127d43b920df2cb91efd43f068bc39f40b
|
data/Gemfile.lock
CHANGED
data/lib/one_roster/client.rb
CHANGED
|
@@ -31,7 +31,8 @@ module OneRoster
|
|
|
31
31
|
|
|
32
32
|
return records if record_uids.empty?
|
|
33
33
|
|
|
34
|
-
|
|
34
|
+
record_uids_set = record_uids.to_set
|
|
35
|
+
records.select { |record| record_uids_set.include?(record.uid) }
|
|
35
36
|
end
|
|
36
37
|
end
|
|
37
38
|
|
data/lib/one_roster/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: oneroster
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.3.
|
|
4
|
+
version: 2.3.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Robert Julius
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-09-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -250,7 +250,7 @@ licenses:
|
|
|
250
250
|
- MIT
|
|
251
251
|
metadata:
|
|
252
252
|
allowed_push_host: https://rubygems.org
|
|
253
|
-
post_install_message:
|
|
253
|
+
post_install_message:
|
|
254
254
|
rdoc_options: []
|
|
255
255
|
require_paths:
|
|
256
256
|
- lib
|
|
@@ -265,9 +265,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
265
265
|
- !ruby/object:Gem::Version
|
|
266
266
|
version: '0'
|
|
267
267
|
requirements: []
|
|
268
|
-
rubyforge_project:
|
|
269
|
-
rubygems_version: 2.6.
|
|
270
|
-
signing_key:
|
|
268
|
+
rubyforge_project:
|
|
269
|
+
rubygems_version: 2.6.11
|
|
270
|
+
signing_key:
|
|
271
271
|
specification_version: 4
|
|
272
272
|
summary: Wrapper for the OneRoster API.
|
|
273
273
|
test_files: []
|