ecm_contact2 5.1.2 → 5.1.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 +4 -4
- data/README.md +4 -0
- data/app/mailers/ecm/contact/contact_request_mailer.rb +1 -1
- data/lib/ecm/contact/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 58b84fc812068ad7ae249c62b86b7356995ab7f9
|
|
4
|
+
data.tar.gz: 96dd645cb37740ad59cb19e6e203d383e76b8ed3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ed8f94a45b9703ef41918079f69eb6c51c60a46e9ba570bc049151d03d1d249aab78e6da7e468d14caf548dcf6564a8b0f3426bfb3d9c02951cf51f8d44f9a22
|
|
7
|
+
data.tar.gz: 231219713cdee4f6e106e593757481a012ba4f706ea56cb3b4dde33b06ed305ce2b1fb1bedd568a2c7a9c9121345cb5b685d7d2487238973c059caaf1e8bc39c
|
data/README.md
CHANGED
|
@@ -21,6 +21,10 @@ Or install it yourself as:
|
|
|
21
21
|
$ gem install ecm_contact
|
|
22
22
|
```
|
|
23
23
|
|
|
24
|
+
## Configuration
|
|
25
|
+
|
|
26
|
+
You can use the environment variable ECM_CONTACT_RECIPIENTS to override the recipients in config/initializers/ecm_contact.rb
|
|
27
|
+
|
|
24
28
|
## Contributing
|
|
25
29
|
Contribution directions go here.
|
|
26
30
|
|
data/lib/ecm/contact/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ecm_contact2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.1.
|
|
4
|
+
version: 5.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Roberto Vasquez Angel
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-03-
|
|
11
|
+
date: 2018-03-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -326,7 +326,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
326
326
|
version: '0'
|
|
327
327
|
requirements: []
|
|
328
328
|
rubyforge_project:
|
|
329
|
-
rubygems_version: 2.
|
|
329
|
+
rubygems_version: 2.5.1
|
|
330
330
|
signing_key:
|
|
331
331
|
specification_version: 4
|
|
332
332
|
summary: Ecm Contact Module.
|