Skip to content

Commit 89c473c

Browse files
authored
Merge pull request #64 from arcage/0.6.1
Remove unused require
2 parents 4bb2d60 + df51d62 commit 89c473c

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: email
2-
version: 0.6.0
2+
version: 0.6.1
33

44
authors:
55
- ʕ·ᴥ·ʔAKJ <arcage@denchu.org>

src/email.cr

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
require "base64"
2-
require "logger"
32
require "socket"
43
{% if !flag?(:without_openssl) %}
54
require "openssl"
@@ -8,7 +7,7 @@ require "uri"
87
require "./email/*"
98

109
module EMail
11-
VERSION = "0.6.0"
10+
VERSION = "0.6.1"
1211
DEFAULT_SMTP_PORT = 25
1312

1413
# :nodoc:

0 commit comments

Comments
 (0)