effective_mentorships 0.3.6 → 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
|
#
|
|
@@ -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
|
|
@@ -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: []
|