提交 d28018fe 编写于 作者: T Thibault Charbonnier

chore(dist) bump to 0.0.6

上级 f8bf5f64
......@@ -162,4 +162,4 @@ Work licensed under the MIT License.
[badge-coveralls-url]: https://coveralls.io/r/thibaultcha/lua-resty-jit-uuid?branch=master
[badge-coveralls-image]: https://coveralls.io/repos/thibaultcha/lua-resty-jit-uuid/badge.svg?branch=master&style=flat
[badge-version-image]: https://img.shields.io/badge/version-0.0.5-blue.svg?style=flat
[badge-version-image]: https://img.shields.io/badge/version-0.0.6-blue.svg?style=flat
......@@ -50,7 +50,7 @@
</p>
<h3>Info:</h3>
<ul>
<li><strong>Release</strong>: 0.0.5</li>
<li><strong>Release</strong>: 0.0.6</li>
<li><strong>License</strong>: MIT</li>
<li><strong>Author</strong>: Thibault Charbonnier</li>
</ul>
......@@ -59,7 +59,7 @@
<h2><a href="#Functions">Functions</a></h2>
<table class="function_list">
<tr>
<td class="name" nowrap><a href="#seed">seed ()</a></td>
<td class="name" nowrap><a href="#seed">seed (seed)</a></td>
<td class="summary">Seed the random number generator.</td>
</tr>
<tr>
......@@ -97,7 +97,7 @@
<dl class="function">
<dt>
<a name = "seed"></a>
<strong>seed ()</strong>
<strong>seed (seed)</strong>
</dt>
<dd>
Seed the random number generator.
......@@ -111,7 +111,21 @@
can do it for you if you'd like, with some added guarantees.
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">seed</span>
<span class="types"><span class="type">number</span></span>
(Optional) A seed to use. If none given, will
generate one trying to use the most appropriate technique.
</li>
</ul>
<h3>Returns:</h3>
<ol>
<span class="types"><span class="type">number</span></span>
<a href="index.html#seed">seed</a>: the seed given to <a href="https://www.lua.org/manual/5.1/manual.html#pdf-math.randomseed">math.randomseed</a>.
</ol>
......@@ -392,8 +406,8 @@ uuid.is_valid <span class="string">'cbb297c0-a956-486d-ad1d-f9bZZZZZZZZZ'</span>
</div> <!-- id="content" -->
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.5</a></i>
<i style="float:right;">Last updated 2016-08-25 12:09:57 </i>
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2017-01-17 17:53:47 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
......
......@@ -5,7 +5,7 @@
-- @module jit-uuid
-- @author Thibault Charbonnier
-- @license MIT
-- @release 0.0.5
-- @release 0.0.6
local bit = require 'bit'
......@@ -17,7 +17,7 @@ local bor = bit.bor
local _M = {
_VERSION = '0.0.5'
_VERSION = '0.0.6'
}
......
package = "lua-resty-jit-uuid"
version = "0.0.5-1"
version = "0.0.6-1"
source = {
url = "git://github.com/thibaultcha/lua-resty-jit-uuid",
tag = "0.0.5"
tag = "0.0.6"
}
description = {
summary = "Fast and dependency-free uuid generation for OpenResty/LuaJIT",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册