Skip to content

Commit

Permalink
Version bump to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
moteus committed Sep 29, 2014
1 parent 56668d5 commit e556be5
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist.info
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "sendmail"
version = "0.1.2"
version = "0.1.3"

desc = "Simple wrapper around luasoket smtp.send"
author = "Alexey Melnichuk"
Expand Down
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.3-dev (2014-09)
-- sendmail.lua v0.1.3 (2014-09)

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

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 e556be5

Please sign in to comment.