Skip to content

Commit

Permalink
Release 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
moteus committed May 22, 2017
1 parent c3f7cee commit 4cec330
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lua/sendmail.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- sendmail.lua v0.1.4 (2015-10)
-- sendmail.lua v0.1.5 (2017-05)

-- Copyright (c) 2013-2017 Alexey Melnichuk
--
Expand Down
27 changes: 27 additions & 0 deletions rockspecs/sendmail-0.1.5-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
package = "sendmail"
version = "0.1.5-1"
source = {
url = "https://github.com/moteus/lua-sendmail/archive/v0.1.5.zip",
dir = "lua-sendmail-0.1.5",
}

description = {
summary = "Simple wrapper around luasoket smtp.send",
detailed = [[
]],
homepage = "https://github.com/moteus/lua-sendmail",
license = "MIT/X11",
}

dependencies = {
"lua >= 5.1",
"luasocket >= 2.0",
}

build = {
type = "builtin",
copy_directories = {"docs"},
modules = {
["sendmail" ] = "lua/sendmail.lua",
}
}

0 comments on commit 4cec330

Please sign in to comment.