Skip to content

Commit

Permalink
Bump version to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mah0x211 committed Feb 10, 2022
1 parent cabbe09 commit 21c891d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions rockspecs/dirname-0.1.0-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
rockspec_format = "3.0"
package = "dirname"
version = "0.1.0-1"
source = {
url = "git+https://github.com/mah0x211/lua-dirname.git",
tag = "v0.1.0",
}
description = {
summary = "extract the directory part of a pathname.",
homepage = "https://github.com/mah0x211/lua-dirname",
license = "MIT/X11",
maintainer = "Masatoshi Fukunaga"
}
dependencies = {
"lua >= 5.1",
}
build = {
type = "builtin",
modules = {
dirname = "dirname.lua"
}
}

0 comments on commit 21c891d

Please sign in to comment.