renote_dac 0.0.145 → 0.0.146
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 +11 -0
- data/lib/renote_dac/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 33ef0999a1d82f6bc6721f05c3373e51819155c2093fe70f1343842abc39df7c
|
4
|
+
data.tar.gz: 7381f26db909910e1ec71342078cceb669cb195bcb313e8d897f19869a336e9d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ed74b2cb10b9ea29643b2f7bfaec745125ac3d849a6ed80743889a06bdedd6070877c73a46a039612f256b53b0bf6f91d3ce13ae6bf8f10f5e59284237c08ee
|
7
|
+
data.tar.gz: 90a7d252260c91df0e468fc71ea25ea7c7bc187d0da453e7af098908e8646bd64ffd2b3ece19b3563295c1c852c6d84c595d98145ec23f244c68eb953ba0e6ec
|
data/README.md
CHANGED
@@ -73,6 +73,17 @@ run the following rake task to
|
|
73
73
|
|
74
74
|
`rake app:renote_dac:deploy`
|
75
75
|
|
76
|
+
## Configure
|
77
|
+
|
78
|
+
### Postmark
|
79
|
+
|
80
|
+
add the following to your application.rb file
|
81
|
+
|
82
|
+
```bash
|
83
|
+
config.action_mailer.delivery_method = :postmark
|
84
|
+
config.action_mailer.postmark_settings = { :api_token => ENV['POSTMARK_API_TOKEN'] }
|
85
|
+
```
|
86
|
+
|
76
87
|
## Contributing
|
77
88
|
Contribution directions go here.
|
78
89
|
|
data/lib/renote_dac/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: renote_dac
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.146
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sidney Leatherwood
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-07-
|
11
|
+
date: 2018-07-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|