Skip to content

Commit

Permalink
Bump version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moteus committed May 23, 2016
1 parent 6dfe1f6 commit d6ae483
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions rockspecs/lluv-ftp-0.1.0-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
package = "lluv-ftp"
version = "0.1.0-1"

source = {
url = "https://github.com/moteus/lua-lluv-ftp/archive/v0.1.0.zip",
dir = "lua-lluv-ftp-0.1.0",
}

description = {
summary = "Memcached client for lua-lluv library",
homepage = "https://github.com/moteus/lua-lluv-ftp",
license = "MIT/X11",
maintainer = "Alexey Melnichuk",
detailed = [[
]],
}

dependencies = {
"lua >= 5.1, < 5.4",
"lluv > 0.1.1",
-- "vararg"
}

build = {
copy_directories = {'test'},

type = "builtin",

modules = {
["lluv.ftp"] = "src/lua/lluv/ftp.lua",
}
}

0 comments on commit d6ae483

Please sign in to comment.