rhino_project_organizations 0.22.0.alpha.2 → 0.22.0.alpha.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 319aade18c5a922c82ea8c11d66b9b6ca4cadc3f285b5468c5bc085486e67f2a
|
4
|
+
data.tar.gz: 0cdc41092a129cbba4ae6f2d36ba8072ffeb4e5728ca140e4b48a21ab462497c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bdc30d51e05132ebcb2d0c28147c3b0acd1f7a2ff89e925072f472b6ee735f65f63d653591f739137be728a92436793260a24c3ef9ab9463fa709c3df453ee6b
|
7
|
+
data.tar.gz: b64570b608ac30193062479d463eaa2a0a591b7fd879b40d40deaf2df872c69343084e181dae9569d6ae361e713ebcfa757f33b49ea302a46ee4d5ce6dbabf04
|
@@ -5,7 +5,7 @@ module RhinoOrganizations
|
|
5
5
|
class InstallGenerator < ::Rails::Generators::Base
|
6
6
|
source_root File.expand_path('templates', __dir__)
|
7
7
|
|
8
|
-
def install_models
|
8
|
+
def install_models
|
9
9
|
say 'Copying rhino_organizations models to app/models'
|
10
10
|
copy_file "#{__dir__}/templates/models/organization.rb", 'app/models/organization.rb'
|
11
11
|
copy_file "#{__dir__}/templates/models/role.rb", 'app/models/role.rb'
|
@@ -48,7 +48,7 @@ module RhinoOrganizations
|
|
48
48
|
copy_file "#{__dir__}/templates/seeds/organizations.rb", 'db/seeds/test/organizations.rb'
|
49
49
|
end
|
50
50
|
|
51
|
-
def install_active_admin
|
51
|
+
def install_active_admin
|
52
52
|
say 'Copying rhino_organization ActiveAdmin files and configurations'
|
53
53
|
copy_file "#{__dir__}/templates/admin/users_roles.rb", 'app/admin/users_roles.rb'
|
54
54
|
data = <<-'RUBY'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rhino_project_organizations
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.22.0.alpha.
|
4
|
+
version: 0.22.0.alpha.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- JP Rosevear
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-11-
|
11
|
+
date: 2024-11-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -16,34 +16,34 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 7.
|
19
|
+
version: 7.2.0
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 7.
|
22
|
+
version: 7.2.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
26
26
|
requirements:
|
27
27
|
- - "~>"
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 7.
|
29
|
+
version: 7.2.0
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 7.
|
32
|
+
version: 7.2.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: rhino_project_core
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
36
36
|
requirements:
|
37
37
|
- - '='
|
38
38
|
- !ruby/object:Gem::Version
|
39
|
-
version: 0.22.0.alpha.
|
39
|
+
version: 0.22.0.alpha.3
|
40
40
|
type: :runtime
|
41
41
|
prerelease: false
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
43
43
|
requirements:
|
44
44
|
- - '='
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: 0.22.0.alpha.
|
46
|
+
version: 0.22.0.alpha.3
|
47
47
|
- !ruby/object:Gem::Dependency
|
48
48
|
name: devise_invitable
|
49
49
|
requirement: !ruby/object:Gem::Requirement
|
@@ -118,7 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
118
118
|
- !ruby/object:Gem::Version
|
119
119
|
version: '0'
|
120
120
|
requirements: []
|
121
|
-
rubygems_version: 3.5.
|
121
|
+
rubygems_version: 3.5.22
|
122
122
|
signing_key:
|
123
123
|
specification_version: 4
|
124
124
|
summary: ''
|