[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
155/229: gnu: Add ruby-net-smtp.
From: |
guix-commits |
Subject: |
155/229: gnu: Add ruby-net-smtp. |
Date: |
Tue, 28 Mar 2023 22:29:17 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 296ad7b87631ad91d40ddf85c7f43414dd43f847
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Mar 10 15:00:36 2023 -0500
gnu: Add ruby-net-smtp.
* gnu/packages/ruby.scm (ruby-net-smtp): New variable.
---
gnu/packages/ruby.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 34a2788a7c..c11545f544 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -4072,6 +4072,28 @@ POP3, the Post Office Protocol version 3, as specified by
(home-page "https://github.com/ruby/net-pop")
(license license:bsd-2)))
+(define-public ruby-net-smtp
+ (package
+ (name "ruby-net-smtp")
+ (version "0.3.3")
+ (source (origin
+ (method git-fetch) ;for tests
+ (uri (git-reference
+ (url "https://github.com/ruby/net-smtp")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0ca2wh45xvc09rv6v6sz3vbnkzrjzk5c4l6dk50zk4dwxvghma8r"))))
+ (build-system ruby-build-system)
+ (propagated-inputs (list ruby-net-protocol))
+ (synopsis "Simple Mail Transfer Protocol client library for Ruby")
+ (description "This library provides functionality to send Internet mail
+via SMTP, the Simple Mail Transfer Protocol. The SMTP protocol specification
+is known as @url{http://www.ietf.org/rfc/rfc2821.txt, RFC2821}.")
+ (home-page "https://github.com/ruby/net-smtp")
+ (license license:bsd-2)))
+
(define-public ruby-power-assert
(package
(name "ruby-power-assert")
- 174/229: gnu: Add ruby-arr-pm., (continued)
- 174/229: gnu: Add ruby-arr-pm., guix-commits, 2023/03/28
- 179/229: gnu: Add fpm., guix-commits, 2023/03/28
- 182/229: gnu: ruby-temple: Update to 0.10.0., guix-commits, 2023/03/28
- 141/229: gnu: Add ruby-websocket-eventmachine-server., guix-commits, 2023/03/28
- 142/229: gnu: Add ruby-websocket-client-simple., guix-commits, 2023/03/28
- 144/229: gnu: ruby-mini-mime: Update to 1.1.2., guix-commits, 2023/03/28
- 145/229: gnu: ruby-marcel: Update to 1.0.2., guix-commits, 2023/03/28
- 148/229: gnu: ruby-activestorage: Update to 7.0.4.3., guix-commits, 2023/03/28
- 149/229: gnu: ruby-actiontext: Update to 7.0.4.3., guix-commits, 2023/03/28
- 153/229: gnu: Add ruby-net-imap., guix-commits, 2023/03/28
- 155/229: gnu: Add ruby-net-smtp.,
guix-commits <=
- 151/229: gnu: Add ruby-net-protocol., guix-commits, 2023/03/28
- 158/229: gnu: ruby-sprockets: Update to 4.2.0., guix-commits, 2023/03/28
- 159/229: gnu: ruby-sprockets: Move to (gnu packages rails)., guix-commits, 2023/03/28
- 162/229: gnu: ruby-globalid: Update to 1.1.0., guix-commits, 2023/03/28
- 178/229: gnu: ruby-rubocop-rspec-minimal: Update source and home page URL., guix-commits, 2023/03/28
- 189/229: gnu: ruby-shoulda-context: Update to 2.0.0., guix-commits, 2023/03/28
- 134/229: gnu: Add ruby-capybara., guix-commits, 2023/03/28
- 160/229: gnu: ruby-sprockets-rails: Update to 3.4.2., guix-commits, 2023/03/28
- 171/229: gnu: Add ruby-dotenv-rails., guix-commits, 2023/03/28
- 173/229: gnu: Add ruby-pleaserun., guix-commits, 2023/03/28