Skip to content

Commit

Permalink
Rockspecs: Update 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoDanin committed Jan 20, 2018
1 parent bb1f7ce commit 7453ed0
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions rockspecs/html-entities-1.2.0-0.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
package = "html-entities"
version = "1.2.0-0"

source = {
url = "https://github.com/TiagoDanin/htmlEntities-for-lua/archive/1.2.0.tar.gz",
dir = "htmlEntities-for-lua-1.2.0"

}

description = {
summary = "Module for lua, decoding html entities :)",
detailed = "Module for decoding of text using entities html or encode of text to entities html :V",
homepage = "https://TiagoDanin.github.io/htmlEntities-for-lua/",
maintainer = "Tiago Danin <[email protected]>",
license = "MIT"
}

dependencies = {
"lua >= 5.1"
}

build = {
type = "builtin",
modules = {
["htmlEntities"] = "src/htmlEntities.lua"
}
}

0 comments on commit 7453ed0

Please sign in to comment.