Skip to content

Commit 75bd293

Browse files
committed
Release 1.0.
1 parent 70a01d8 commit 75bd293

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
Changes with lua-resty-uuid 1.0 22 Jan 2016
3+
4+
*) Feature: LuaRocks Support via MoonRocks.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014, Aapo Talvensaari
1+
Copyright (c) 2014 – 2016 Aapo Talvensaari
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

lua-resty-template-dev-1.rockspec

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
package = "lua-resty-uuid"
2+
version = "dev-1"
3+
source = {
4+
url = "git://github.com/bungle/lua-resty-uuid.git"
5+
}
6+
description = {
7+
summary = "DCE compatible Universally Unique Identifier (UUID/GUID) library",
8+
detailed = "lua-resty-uuid is a DCE compatible Universally Unique Identifier library for Lua and OpenResty.",
9+
homepage = "https://github.com/bungle/lua-resty-uuid",
10+
maintainer = "Aapo Talvensaari <[email protected]>",
11+
license = "BSD"
12+
}
13+
dependencies = {
14+
"lua >= 5.1"
15+
}
16+
build = {
17+
type = "builtin",
18+
modules = {
19+
["resty.uuid"] = "lib/resty/uuid.lua"
20+
}
21+
}

0 commit comments

Comments
 (0)