effective_mentorships 0.3.5 → 0.3.7
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: 683fa787d733db8ba81c4826d39621c2138ddb7e742449ca5ffa6b59548dd7a4
|
|
4
|
+
data.tar.gz: f5f48039a10ecc2bb12739218eded5501cc0d8b15dd3e984035b8c08409d1a12
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a23dcd55f980831229066dc7788dfa165c6e835a141aa200dd2b840843971f79e0cac17dba5501b3cee0267bdb72f6ecd692afac06078f2362f82a996ed7e53e
|
|
7
|
+
data.tar.gz: f6e30fac5aa08b3198ef62988fd211647c98a9d5ff1ce7dde7f3db2ab151eb71ba275868297b12ce66470f5a8fccfc54376e018e2669c2c3f403e1eb29d69f2d
|
|
@@ -16,7 +16,7 @@ EffectiveMentorships.setup do |config|
|
|
|
16
16
|
# Please see config/initializers/effective_resources.rb for default effective_* gem mailer settings
|
|
17
17
|
#
|
|
18
18
|
# Configure the class responsible to send e-mails.
|
|
19
|
-
# config.mailer = 'Effective::
|
|
19
|
+
# config.mailer = 'Effective::MentorshipsMailer'
|
|
20
20
|
#
|
|
21
21
|
# Override effective_resource mailer defaults
|
|
22
22
|
#
|
|
@@ -34,6 +34,9 @@ class CreateEffectiveMentorships < ActiveRecord::Migration[6.0]
|
|
|
34
34
|
t.datetime :created_at
|
|
35
35
|
end
|
|
36
36
|
|
|
37
|
+
add_index :mentorship_groups, :mentorship_cycle_id, if_not_exists: true
|
|
38
|
+
add_index :mentorship_groups, :token, if_not_exists: true
|
|
39
|
+
|
|
37
40
|
create_table :mentorship_group_users do |t|
|
|
38
41
|
t.integer :mentorship_cycle_id
|
|
39
42
|
t.integer :mentorship_group_id
|
|
@@ -55,6 +58,10 @@ class CreateEffectiveMentorships < ActiveRecord::Migration[6.0]
|
|
|
55
58
|
t.datetime :created_at
|
|
56
59
|
end
|
|
57
60
|
|
|
61
|
+
add_index :mentorship_group_users, [:user_type, :user_id], if_not_exists: true
|
|
62
|
+
add_index :mentorship_group_users, :mentorship_group_id, if_not_exists: true
|
|
63
|
+
add_index :mentorship_group_users, :position, if_not_exists: true
|
|
64
|
+
|
|
58
65
|
create_table :mentorship_registrations do |t|
|
|
59
66
|
t.integer :mentorship_cycle_id
|
|
60
67
|
t.integer :user_id
|
|
@@ -81,6 +88,10 @@ class CreateEffectiveMentorships < ActiveRecord::Migration[6.0]
|
|
|
81
88
|
t.datetime :created_at
|
|
82
89
|
end
|
|
83
90
|
|
|
91
|
+
add_index :mentorship_registrations, :mentorship_cycle_id, if_not_exists: true
|
|
92
|
+
add_index :mentorship_registrations, :user_id, if_not_exists: true
|
|
93
|
+
add_index :mentorship_registrations, :token, if_not_exists: true
|
|
94
|
+
|
|
84
95
|
create_table :mentorship_bulk_groups do |t|
|
|
85
96
|
t.integer :mentorship_cycle_id
|
|
86
97
|
t.integer :mentorship_groups_count, default: 0
|
|
@@ -99,5 +110,7 @@ class CreateEffectiveMentorships < ActiveRecord::Migration[6.0]
|
|
|
99
110
|
t.datetime :created_at
|
|
100
111
|
end
|
|
101
112
|
|
|
113
|
+
add_index :mentorship_bulk_groups, :mentorship_cycle_id, if_not_exists: true
|
|
114
|
+
add_index :mentorship_bulk_groups, :token, if_not_exists: true
|
|
102
115
|
end
|
|
103
116
|
end
|
|
@@ -16,7 +16,7 @@ module EffectiveMentorships
|
|
|
16
16
|
end
|
|
17
17
|
|
|
18
18
|
def copy_initializer
|
|
19
|
-
template ('../' * 3) + 'config/
|
|
19
|
+
template ('../' * 3) + 'config/effective_mentorships.rb', 'config/initializers/effective_mentorships.rb'
|
|
20
20
|
end
|
|
21
21
|
|
|
22
22
|
def copy_locale
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: effective_mentorships
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Code and Effect
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: rails
|
|
@@ -151,7 +150,7 @@ dependencies:
|
|
|
151
150
|
- !ruby/object:Gem::Version
|
|
152
151
|
version: '0'
|
|
153
152
|
- !ruby/object:Gem::Dependency
|
|
154
|
-
name:
|
|
153
|
+
name: effective_test_bot
|
|
155
154
|
requirement: !ruby/object:Gem::Requirement
|
|
156
155
|
requirements:
|
|
157
156
|
- - ">="
|
|
@@ -165,7 +164,7 @@ dependencies:
|
|
|
165
164
|
- !ruby/object:Gem::Version
|
|
166
165
|
version: '0'
|
|
167
166
|
- !ruby/object:Gem::Dependency
|
|
168
|
-
name:
|
|
167
|
+
name: effective_developer
|
|
169
168
|
requirement: !ruby/object:Gem::Requirement
|
|
170
169
|
requirements:
|
|
171
170
|
- - ">="
|
|
@@ -179,19 +178,19 @@ dependencies:
|
|
|
179
178
|
- !ruby/object:Gem::Version
|
|
180
179
|
version: '0'
|
|
181
180
|
- !ruby/object:Gem::Dependency
|
|
182
|
-
name:
|
|
181
|
+
name: effective_roles
|
|
183
182
|
requirement: !ruby/object:Gem::Requirement
|
|
184
183
|
requirements:
|
|
185
|
-
- - "
|
|
184
|
+
- - ">="
|
|
186
185
|
- !ruby/object:Gem::Version
|
|
187
|
-
version: '
|
|
186
|
+
version: '0'
|
|
188
187
|
type: :development
|
|
189
188
|
prerelease: false
|
|
190
189
|
version_requirements: !ruby/object:Gem::Requirement
|
|
191
190
|
requirements:
|
|
192
|
-
- - "
|
|
191
|
+
- - ">="
|
|
193
192
|
- !ruby/object:Gem::Version
|
|
194
|
-
version: '
|
|
193
|
+
version: '0'
|
|
195
194
|
description: Mentorship matching for mentors and mentees rails engine
|
|
196
195
|
email:
|
|
197
196
|
- info@codeandeffect.com
|
|
@@ -277,7 +276,6 @@ homepage: https://github.com/code-and-effect/effective_mentorships
|
|
|
277
276
|
licenses:
|
|
278
277
|
- MIT
|
|
279
278
|
metadata: {}
|
|
280
|
-
post_install_message:
|
|
281
279
|
rdoc_options: []
|
|
282
280
|
require_paths:
|
|
283
281
|
- lib
|
|
@@ -292,8 +290,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
292
290
|
- !ruby/object:Gem::Version
|
|
293
291
|
version: '0'
|
|
294
292
|
requirements: []
|
|
295
|
-
rubygems_version:
|
|
296
|
-
signing_key:
|
|
293
|
+
rubygems_version: 4.0.17
|
|
297
294
|
specification_version: 4
|
|
298
295
|
summary: Mentorship matching for mentors and mentees rails engine
|
|
299
296
|
test_files: []
|