Skip to content

Commit

Permalink
Create rockspec release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
opomuc committed Jan 22, 2018
1 parent 528b015 commit 086fee7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions rockspecs/expirationd-1.0.1-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
package = "expirationd"
version = "1.0.1-1"
source = {
url = "git://github.com/tarantool/expirationd.git",
tag = "1.0.1",
}
description = {
summary = "Expiration daemon for Tarantool",
homepage = "https://github.com/tarantool/expirationd",
license = "BSD2",
maintainer = "Eugine Blikh <[email protected]>"
}
dependencies = {
"lua >= 5.1" -- actually tarantool > 1.6
}
build = {
type = "builtin",
modules = {
["expirationd"] = "expirationd.lua",
}
}
-- vim: syntax=lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source = {
description = {
summary = "Expiration daemon for Tarantool",
homepage = "https://github.com/tarantool/expirationd",
license = "Artistic",
license = "BSD2",
maintainer = "Eugine Blikh <[email protected]>"
}
dependencies = {
Expand Down

0 comments on commit 086fee7

Please sign in to comment.