rhino_project_organizations 0.30.0.alpha.14 → 0.30.0.alpha.17
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c67081301d09964e2bd66f017ff2bcb4eb885713d246c2ae493160a1da7b399d
|
4
|
+
data.tar.gz: b95acecc964614e952ee0c26ff9d29396e71980588e45672f76189ae9bad6942
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e1a12c3295ec9827c401eee1d17e2475c3040e2a03b35da8b07bc7e76dde977abcb6b9124cd74356f4beb3ba79e3297de04e6123c28be626c137d247498b798
|
7
|
+
data.tar.gz: 6e7e4d57cf8666d09bbacb5036a626b1c624e7c4b628a619e36bb69055e1dbae58c1d1b89f83c5a4a8eb6c8bac997d95ef1a21bf7875b0ad1c11783295405a3f
|
@@ -1,8 +1,8 @@
|
|
1
1
|
<p><%= t("devise.mailer.invitation_instructions.hello", email: @resource.email) %></p>
|
2
2
|
|
3
|
-
<p><%= t("devise.mailer.invitation_instructions.someone_invited_you", url: ENV['
|
3
|
+
<p><%= t("devise.mailer.invitation_instructions.someone_invited_you", url: ENV['ROOT_URL']) %></p>
|
4
4
|
|
5
|
-
<p><%= link_to("Accept invitation", "#{ENV['
|
5
|
+
<p><%= link_to("Accept invitation", "#{ENV['ROOT_URL']}/auth/accept-invitation?invitation_token=#{@token}") %></p>
|
6
6
|
|
7
7
|
<% if @resource.invitation_due_at %>
|
8
8
|
<p><%= t("devise.mailer.invitation_instructions.accept_until", due_date: l(@resource.invitation_due_at, format: :'devise.mailer.invitation_instructions.accept_until_format')) %></p>
|
@@ -1,8 +1,8 @@
|
|
1
1
|
<%= t("devise.mailer.invitation_instructions.hello", email: @resource.email) %>
|
2
2
|
|
3
|
-
<%= t("devise.mailer.invitation_instructions.someone_invited_you", url: ENV['
|
3
|
+
<%= t("devise.mailer.invitation_instructions.someone_invited_you", url: ENV['ROOT_URL']) %>
|
4
4
|
|
5
|
-
<%= "#{ENV['
|
5
|
+
<%= "#{ENV['ROOT_URL']}/auth/accept-invitation?invitation_token=#{@token}" %>
|
6
6
|
|
7
7
|
<% if @resource.invitation_due_at %>
|
8
8
|
<%= t("devise.mailer.invitation_instructions.accept_until", due_date: l(@resource.invitation_due_at, format: :'devise.mailer.invitation_instructions.accept_until_format')) %>
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rhino_project_organizations
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.30.0.alpha.
|
4
|
+
version: 0.30.0.alpha.17
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- JP Rosevear
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-03-01 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: rails
|
@@ -35,14 +35,14 @@ dependencies:
|
|
35
35
|
requirements:
|
36
36
|
- - '='
|
37
37
|
- !ruby/object:Gem::Version
|
38
|
-
version: 0.30.0.alpha.
|
38
|
+
version: 0.30.0.alpha.17
|
39
39
|
type: :runtime
|
40
40
|
prerelease: false
|
41
41
|
version_requirements: !ruby/object:Gem::Requirement
|
42
42
|
requirements:
|
43
43
|
- - '='
|
44
44
|
- !ruby/object:Gem::Version
|
45
|
-
version: 0.30.0.alpha.
|
45
|
+
version: 0.30.0.alpha.17
|
46
46
|
- !ruby/object:Gem::Dependency
|
47
47
|
name: devise_invitable
|
48
48
|
requirement: !ruby/object:Gem::Requirement
|
@@ -75,6 +75,7 @@ files:
|
|
75
75
|
- app/models/rhino/users_role_invite.rb
|
76
76
|
- app/overrides/devise/invitations_controller_override.rb
|
77
77
|
- app/overrides/models/rhino/account_override.rb
|
78
|
+
- app/overrides/models/rhino/user_override.rb
|
78
79
|
- app/overrides/models/rhino/users_role_override.rb
|
79
80
|
- app/policies/rhino/organization_policy.rb
|
80
81
|
- app/policies/rhino/users_role_policy.rb
|