uri-smtp 0.6.0 → 0.7.2

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: 9aa4d8b92e611c33b96e27f740ed87ecabb90dd69c454828d8246e3c405b9ba5
4
- data.tar.gz: 476ad95a2ef969f89fb9bf1b56f278686091bb99ad9de8c5ab379e1bcb10aaf6
3
+ metadata.gz: 230881f93aef9da0c961fd1fa761ae59053655ea50cfbb29302ca0d319356b6e
4
+ data.tar.gz: f2719dbc854825724a6a28c8f5444d1aff3c10c491c89d68d166489d8770fe45
5
5
  SHA512:
6
- metadata.gz: 63b77eee5fd37f45f1f270bf956ab2ff6f5ae4699907e3b86ebf249dc3b4d7228f6ff95bbf7f36aff748b3d80a0d124162808a2a034ea9c721f361eab0f0ee0e
7
- data.tar.gz: 031a0988bc86f82cfb8dd6998fbe3f188f0957e25bd80845bc80f5f4bc7ff06e33df30bbe1a0e57a77d7614f6cb2979424b974e2bfa40a51ca21c9713a1ba488
6
+ metadata.gz: a37717d7e8569f6cf87de4af3fae820d369b41a963dd44d88b3985e31a2b4c375aabd885e792ac844bec3eed0fa000ad9a07860ef718556f17de08cc546db0d8
7
+ data.tar.gz: e3604562d32aad7fd13d908dd934d33567c6f9d2d6b4220d02b41eeac2d0bde415b3417a8964bfcff99353310012fb5d4d0bd32d16d8e98dca53c4bd1c4999b7
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # URI::SMTP
1
+ # URI::SMTP [![Gem Version](https://badge.fury.io/rb/uri-smtp.svg)](https://badge.fury.io/rb/uri-smtp) [![API Docs](https://img.shields.io/badge/API%20Docs-YARD-red?style=flat-square&logo=ruby)](https://eval.github.io/uri-smtp/)
2
2
 
3
3
  Extends Ruby's `URI` with support for SMTP-uri's.
4
4
  This allows for more concise SMTP-config:
@@ -4,6 +4,6 @@ require "uri"
4
4
 
5
5
  module URI
6
6
  class SMTP < URI::Generic
7
- VERSION = "0.6.0"
7
+ VERSION = "0.7.2"
8
8
  end
9
9
  end
data/tmp/.gitkeep ADDED
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uri-smtp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gert Goet
@@ -26,6 +26,7 @@ files:
26
26
  - lib/uri/smtp/version.rb
27
27
  - rakelib/yard.rake
28
28
  - sig/uri/smtp.rbs
29
+ - tmp/.gitkeep
29
30
  homepage: https://github.com/eval/uri-smtp
30
31
  licenses:
31
32
  - MIT