invitational 1.5.0 → 1.5.2
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/lib/invitational/version.rb +1 -1
- data/spec/internal/db/combustion_test.sqlite +0 -0
- data/spec/internal/log/test.log +8287 -0
- data/spec/invitational/models/invitation_spec.rb +1 -1
- metadata +20 -20
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: invitational
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dave Goerlich
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-08-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '
|
33
|
+
version: '2.0'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: '
|
40
|
+
version: '2.0'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: sqlite3
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -201,36 +201,36 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
201
201
|
- !ruby/object:Gem::Version
|
202
202
|
version: '0'
|
203
203
|
requirements: []
|
204
|
-
rubygems_version: 3.
|
204
|
+
rubygems_version: 3.4.10
|
205
205
|
signing_key:
|
206
206
|
specification_version: 4
|
207
207
|
summary: Solution that eliminates the tight coupling between user identity/authentication
|
208
208
|
and application functional authorization
|
209
209
|
test_files:
|
210
|
-
- spec/
|
211
|
-
- spec/internal/app/models/entity.rb
|
212
|
-
- spec/internal/app/models/system_thing.rb
|
213
|
-
- spec/internal/app/models/other_entity.rb
|
214
|
-
- spec/internal/app/models/child.rb
|
210
|
+
- spec/internal/app/assets/config/manifest.js
|
215
211
|
- spec/internal/app/models/ability.rb
|
216
|
-
- spec/internal/app/models/
|
212
|
+
- spec/internal/app/models/child.rb
|
213
|
+
- spec/internal/app/models/entity.rb
|
217
214
|
- spec/internal/app/models/grandparent.rb
|
218
215
|
- spec/internal/app/models/invitation.rb
|
219
|
-
- spec/internal/app/
|
220
|
-
- spec/internal/
|
221
|
-
- spec/internal/
|
216
|
+
- spec/internal/app/models/other_entity.rb
|
217
|
+
- spec/internal/app/models/system_thing.rb
|
218
|
+
- spec/internal/app/models/user.rb
|
222
219
|
- spec/internal/config/database.yml
|
223
|
-
- spec/internal/
|
220
|
+
- spec/internal/config/routes.rb
|
224
221
|
- spec/internal/db/combustion_test.sqlite
|
225
222
|
- spec/internal/db/schema.rb
|
223
|
+
- spec/internal/log/test.log
|
224
|
+
- spec/internal/public/favicon.ico
|
225
|
+
- spec/invitational/models/ability_spec.rb
|
226
226
|
- spec/invitational/models/entity_spec.rb
|
227
227
|
- spec/invitational/models/invitation_spec.rb
|
228
|
-
- spec/invitational/models/ability_spec.rb
|
229
228
|
- spec/invitational/models/user_spec.rb
|
229
|
+
- spec/invitational/services/checks_for_invitation_spec.rb
|
230
230
|
- spec/invitational/services/claims_all_invitations_spec.rb
|
231
|
-
- spec/invitational/services/
|
231
|
+
- spec/invitational/services/claims_invitation_spec.rb
|
232
|
+
- spec/invitational/services/creates_invitation_spec.rb
|
232
233
|
- spec/invitational/services/creates_system_user_invitation_spec.rb
|
233
|
-
- spec/invitational/services/
|
234
|
+
- spec/invitational/services/creates_uber_admin_invitation_spec.rb
|
234
235
|
- spec/invitational/services/service_helper.rb
|
235
|
-
- spec/
|
236
|
-
- spec/invitational/services/claims_invitation_spec.rb
|
236
|
+
- spec/spec_helper.rb
|