uri-smtp 0.6.0 → 0.7.1

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: 19f134f7a4dd627d1493c292572328eba64155e9b1ec07e870aa647d54fa4ef2
4
+ data.tar.gz: ba12895246eb404221548ae749d5661ef8218d3ac3b0bf2b811b0b20253123ff
5
5
  SHA512:
6
- metadata.gz: 63b77eee5fd37f45f1f270bf956ab2ff6f5ae4699907e3b86ebf249dc3b4d7228f6ff95bbf7f36aff748b3d80a0d124162808a2a034ea9c721f361eab0f0ee0e
7
- data.tar.gz: 031a0988bc86f82cfb8dd6998fbe3f188f0957e25bd80845bc80f5f4bc7ff06e33df30bbe1a0e57a77d7614f6cb2979424b974e2bfa40a51ca21c9713a1ba488
6
+ metadata.gz: 3ac0a82ee28bb827f44a7a74aa44215a428e6dda59f9821e59d3a7422b02aaed6e1fd9195537878e3cf9beeff919c6ef0bbdfbde905c6e5a51f89645c8f9b9b6
7
+ data.tar.gz: e824027c3c9aa864e6e34e5299ea75d0fee6af4641293ee10999c7c4aa43f330b7014e1624272ccb9fbbe499b510e565d0d1b4f6234e183386c2bfb3451a6874
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.1"
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.1
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