mail-relayer 0.0.1 → 0.1.0

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: 612517f1606c90a9d55decffa42f197787ddb2964c57e3a7198bdb3745399c7e
4
- data.tar.gz: f2dc0f483c86759ca6b20daf3718bf308a0c530c44ee71beaa6aebc3ac53c528
3
+ metadata.gz: 91d61c76888e98c510ebc89367ae2308c81e9a0d86deb435cab7a002a25d84ec
4
+ data.tar.gz: e79c169436b9963319b16e4e8a19fc0d3814ec6c9ec143479f8ec8478bfcdf18
5
5
  SHA512:
6
- metadata.gz: c6da27657694057750e4153f8ca61f1fe946900062627c2f2a592129b4f4610cc6f1def579e1918ad3981611817aa19894444d3b588c1b3f27560907e356806b
7
- data.tar.gz: 17b8fad6fdd4c785f019ac57d1151a2ad5702684447d5a413a19d3c05b33af5b542775e27e0cc800e6a1a74e5396671cf14d5466c936ecc8a3f569aa2d65d17b
6
+ metadata.gz: 3a6bc66b94878889ff49562ecc255dbc1c228bd0a55a332a4810351d66c41033858ccc398e601e5185a10ca5b2b3d05a0c448294d819521f1e5566704c5eec1f
7
+ data.tar.gz: 48fe0a136889b42396f79205d3673adb8d0fb0064b8d09f85f8ffb2f0aea14137f153aa67c4193f457493a58b76d521b2a713a3d93b7a5a62fb0ab6881e79c71
@@ -1,6 +1,10 @@
1
1
  # CHANGELOG
2
2
 
3
- ## v0.0.1 - TBD
3
+ ## v0.1.0 - Dec 19, 2019
4
+
5
+ Adds executable `mail-relayer` for CLI usage.
6
+
7
+ ## v0.0.1 - Dec 18, 2019
4
8
 
5
9
  Initial release.
6
10
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.1.0
@@ -7,7 +7,7 @@ require "mail-relayer"
7
7
  # postfix implementation
8
8
  url, password = ENV.values_at("URL", "INGRESS_PASSWORD")
9
9
 
10
- if url.blank? || password.blank?
10
+ unless url && password
11
11
  print "4.3.5 URL and INGRESS_PASSWORD are required"
12
12
  exit 1
13
13
  end
@@ -1,5 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require "base64"
3
4
  require "net/http"
4
5
  require "uri"
5
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mail-relayer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Axel Gustav