Skip to content

Commit

Permalink
Vesion 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoDanin committed Jan 19, 2017
1 parent 9652d4f commit a0ae770
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 25 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ For stable versions to access [Releases](https://github.com/TiagoDanin/htmlEntit
GNU GENERAL PUBLIC LICENSE V3 [(GPL)](https://github.com/TiagoDanin/htmlEntities-for-lua/blob/master/LICENSE)

---
>Copyright (c) 2016 Tiago Danin
> By Tiago Danin
27 changes: 27 additions & 0 deletions rockspecs/html-entities-1.1.1-0.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
package = "html-entities"
version = "1.1.1-0"

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

}

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 = "GPLv3"
}

dependencies = {
"lua >= 5.1"
}

build = {
type = "builtin",
modules = {
["htmlEntities"] = "src/htmlEntities.lua"
}
}
24 changes: 0 additions & 24 deletions src/htmlEntities.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,6 @@ local utf8_htmlEntities = true
local register_global_module_htmlEntities = false
local global_module_name_htmlEntities = 'htmlEntities'

--[==[
The MIT License (MIT)
Copyright (c) 2017 Tiago Danin
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
]==]--

local htmlEntities = {
version = '1.1.1',
name = 'htmlEntities-for-lua',
Expand Down

0 comments on commit a0ae770

Please sign in to comment.