rhino_project_organizations 0.30.0.alpha.14 → 0.30.0.alpha.15
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: 68e049ed3a3d3b0a3bbe28bcbf234b87017d3ae86f7317fd042136cadf485547
|
4
|
+
data.tar.gz: 117bf0db4b7c9d507dd425c13b8fefe0a4836be5f01b72ace3eb3d42b3e92449
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 99677238e34bec59985ff9f3eebd887e57c3f64fdd025823dfb269693c9719ef7103ae5225bdeba1029c6bd49bd2e21f337289497cdd9d98f5939a69f02dd891
|
7
|
+
data.tar.gz: a3e63d797c55e46e13c246b3a31ec7a26b3bb66106e535c023b073a549bbfa588ced2e724d81d96545dd625ecd00e4fc447a8d04a515829c23a9bcdd31e9832e
|
@@ -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.15
|
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.15
|
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.15
|
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
|