scimitar 1.1.0 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f4361be0d5f54ce11106a22215c7ec4167a877961dc775908e902f3c6abc281e
|
4
|
+
data.tar.gz: b4e721e5f247b4ed1f3fa1a65f0f68b4572bc4d41ad44a68d37578c41d71e718
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f373036a611555190e8d15bfd021be1bda8dc3bd358d58dfc8825f656bcdd648a5b7b2c06e091c58455b7eadec6277ccbf58646dd2b26bc4f9864dd6aa2761e7
|
7
|
+
data.tar.gz: e05d6fd73646929393c7edfea91076bf475fb1f997be0692130a5ba12b2d0f56ee8e106f775b1cdabdf8ed8723d56042b4941c110f66ce800b6868336d6762f7
|
@@ -131,8 +131,8 @@ module Scimitar
|
|
131
131
|
raise NotImplementedError
|
132
132
|
end
|
133
133
|
|
134
|
-
# Find a
|
135
|
-
#
|
134
|
+
# Find a record by ID. Subclasses can override this if they need special
|
135
|
+
# lookup behaviour.
|
136
136
|
#
|
137
137
|
# +record_id+:: Record ID (SCIM schema 'id' value - "our" ID).
|
138
138
|
#
|
data/lib/scimitar/version.rb
CHANGED
@@ -3,11 +3,11 @@ module Scimitar
|
|
3
3
|
# Gem version. If this changes, be sure to re-run "bundle install" or
|
4
4
|
# "bundle update".
|
5
5
|
#
|
6
|
-
VERSION = '1.
|
6
|
+
VERSION = '1.2.0'
|
7
7
|
|
8
8
|
# Date for VERSION. If this changes, be sure to re-run "bundle install"
|
9
9
|
# or "bundle update".
|
10
10
|
#
|
11
|
-
DATE = '2021-09-
|
11
|
+
DATE = '2021-09-27'
|
12
12
|
|
13
13
|
end
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: scimitar
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- RIPA Global
|
8
8
|
- Andrew David Hodgkinson
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2021-09-
|
12
|
+
date: 2021-09-27 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -115,17 +115,17 @@ dependencies:
|
|
115
115
|
requirements:
|
116
116
|
- - "~>"
|
117
117
|
- !ruby/object:Gem::Version
|
118
|
-
version: '1.
|
118
|
+
version: '1.2'
|
119
119
|
type: :development
|
120
120
|
prerelease: false
|
121
121
|
version_requirements: !ruby/object:Gem::Requirement
|
122
122
|
requirements:
|
123
123
|
- - "~>"
|
124
124
|
- !ruby/object:Gem::Version
|
125
|
-
version: '1.
|
125
|
+
version: '1.2'
|
126
126
|
description: SCIM v2 support for Users and Groups in Ruby On Rails
|
127
127
|
email:
|
128
|
-
- dev@
|
128
|
+
- dev@ripaglobal.com
|
129
129
|
executables: []
|
130
130
|
extensions: []
|
131
131
|
extra_rdoc_files: []
|
@@ -237,11 +237,14 @@ files:
|
|
237
237
|
- spec/spec_helper.rb
|
238
238
|
- spec/spec_helper_spec.rb
|
239
239
|
- spec/support/hash_with_indifferent_case_insensitive_access_spec.rb
|
240
|
-
homepage: https://
|
240
|
+
homepage: https://www.ripaglobal.com/
|
241
241
|
licenses:
|
242
242
|
- MIT
|
243
243
|
metadata:
|
244
|
-
|
244
|
+
homepage_uri: https://www.ripaglobal.com/
|
245
|
+
source_code_uri: https://github.com/RIPAGlobal/scimitar/
|
246
|
+
bug_tracker_uri: https://github.com/RIPAGlobal/scimitar/issues/
|
247
|
+
changelog_uri: https://github.com/RIPAGlobal/scimitar/blob/master/CHANGELOG.md
|
245
248
|
post_install_message:
|
246
249
|
rdoc_options: []
|
247
250
|
require_paths:
|
@@ -257,7 +260,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
257
260
|
- !ruby/object:Gem::Version
|
258
261
|
version: '0'
|
259
262
|
requirements: []
|
260
|
-
rubygems_version: 3.
|
263
|
+
rubygems_version: 3.2.28
|
261
264
|
signing_key:
|
262
265
|
specification_version: 4
|
263
266
|
summary: SCIM v2 for Rails
|