phs_mailer 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 584a653b46af8b9e28dd8c947a1287877c7d048c3fc8c7ef7857b14bff2197cf
4
- data.tar.gz: 8c1b940ae2acb622b6c33e9db1dc316f5985cfc02a8f062e2e04ba8ad79af38c
3
+ metadata.gz: fc396f48a236b093b509ad01454c54eac2c96c469ac6bec47bf9e8759be6b19d
4
+ data.tar.gz: c5d9c1c599c1502b5886e3d91dc1d93582a769ec5106d33b97736fa7c4d318c4
5
5
  SHA512:
6
- metadata.gz: 808a9946ad2133fd651a60223f1edb138aa9e2f9e7ed41212b095517234cc31e2d4ecb93ca1cd910b05571474b92590072cb5deed98173a81ec409e54c4e93ad
7
- data.tar.gz: aebea2dc18d000200eb243c3acc107cbbaed27761854fbfaec04c7d0c241a4ac5620c43d185fa5211573d281b413d1b5439b5b8a1aebfd26921a5d6bcf74eddd
6
+ metadata.gz: a12cc90a0edfef0907df33a23eee7a7db239ffe57f814ad649f7087964be5d4ac972598cac03959b76404d05f56a2c41331e85aa92f39a90bb995808462f2a99
7
+ data.tar.gz: 8364b51c1896555098598237367ea8019940198a36c653e401edc0f49bd9da7fad52c88f458720a39ce2ba06c19ea8ffe8fbc8d1f0f07465f8b77f1fc9137f7d
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- phs_mailer (0.1.0)
4
+ phs_mailer (0.2.0)
5
5
  actionmailer (>= 3.0, <= 5.3)
6
6
  paubox (~> 0.3, >= 0.3.0)
7
7
 
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2020 Prevail Health Solutions
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -1,3 +1,3 @@
1
1
  module PhsMailer
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phs_mailer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Niu
@@ -88,6 +88,7 @@ files:
88
88
  - ".gitignore"
89
89
  - Gemfile
90
90
  - Gemfile.lock
91
+ - LICENSE.txt
91
92
  - README.md
92
93
  - Rakefile
93
94
  - bin/console