Skip to content

Commit

Permalink
Producing rockspec 5.0.1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
daelvn committed Jan 23, 2023
1 parent 6e01c29 commit 3fb3289
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
2 changes: 1 addition & 1 deletion alfons.lua

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion alfons/version.moon
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION: "5.0.0"
VERSION: "5.0.1"
4 changes: 2 additions & 2 deletions rock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description:
moonscript rock.
homepage: https://github.com/daelvn/alfons
dependencies:
- filekit >= 1.3
- lpath
- ansikit
- lua >= 5.1
build:
Expand All @@ -20,4 +20,4 @@ build:
alfons.tasks.fetch: alfons/tasks/fetch.lua
install:
bin:
alfons: alfons.lua
alfons: alfons.lua
28 changes: 28 additions & 0 deletions rockspecs/alfons-5.0.1-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
build = {
install = {
bin = {
alfons = "alfons.lua"
}
},
modules = {
["alfons.tasks.fetch"] = "alfons/tasks/fetch.lua"
},
type = "builtin"
}
dependencies = {
"lpath",
"ansikit",
"lua >= 5.1"
}
description = {
detailed = "alfons is a small script utility that lets you run tasks from a file (Lua or MoonScript), to better manage your project with tasks such as clean, compile, etc. To run tasks from a MoonScript file, you will need the moonscript rock.\n",
homepage = "https://github.com/daelvn/alfons",
summary = "Small program to run tasks for your project"
}
package = "alfons"
rockspec_format = "3.0"
source = {
tag = "v5.0.1",
url = "git://github.com/daelvn/alfons"
}
version = "5.0.1-1"

0 comments on commit 3fb3289

Please sign in to comment.