Skip to content

Commit

Permalink
Prepare for 0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonaba committed Sep 12, 2013
1 parent 90f035c commit 2bee7de
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Generates a BSD-3 license, the default:
Generates an MIT license:

lua lice.lua mit
lua lice.lua EPL

### Specifying authors/organization

Expand Down
26 changes: 26 additions & 0 deletions rockspecs/lice-lua-0.1.2-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
package = "lice-lua"
version = "0.1.2-1"
source = {
url = "https://github.com/Yonaba/lice-lua/archive/lice-lua-0.1.2-1.tar.gz",
dir = "lice-lua-lice-lua-0.1.2-1"
}
description = {
summary = "Command line license generator for Lua",
detailed = "A minimal command-line tool to generate open source license files",
homepage = "http://github/licenses/lice-lua",
license = "MIT <http://www.opensource.org/licenses/mit-license.php>",
maintainer = "Roland Yonaba <[email protected]>"
}
dependencies = {
"lua >= 5.1, < 5.3",
"luafilesystem >= 1.4.2",
}
build = {
type = "none",
install = {
lua = {
["lice-lua.lice"] = "src/lice.lua",
["lice-lua.lice-tpl"] = "src/lice-tpl.lua",
}
},
}
6 changes: 6 additions & 0 deletions version_history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#Version history#

##0.1.2 (09/12/2013)

* Fix: uppercase for license names
* Fix: invalid escape sequence issue with Lua 5.2
* Fix: passed-in path parsing (from arg[0])

##0.1.1 (09/10/13)

* Throws an error for unknown opts
Expand Down

0 comments on commit 2bee7de

Please sign in to comment.