Skip to content

Commit 40fb13b

Browse files
committed
Merged amrhassan changes and bumped version to 1.0 after 6 years
1 parent d101bdf commit 40fb13b

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

doc/VERSION.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
JSON4Lua and JSONRPC4Lua
2-
Version 0.9.30
3-
6 August 2009
4-
http://json.luaforge.net
2+
Version 1.0.0
3+
4 March 2015
4+
http://github.com/craigmj/json4lua/

json/json.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
-- JSON4Lua: JSON encoding / decoding support for the Lua language.
33
-- json Module.
44
-- Author: Craig Mason-Jones
5-
-- Homepage: http://json.luaforge.net/
6-
-- Version: 0.9.40
5+
-- Homepage: http://github.com/craigmj/json4lua/
6+
-- Version: 1.0.0
77
-- This module is released under the MIT License (MIT).
88
-- Please see LICENCE.txt for details.
99
--

json/rpc.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
-- JSONRPC4Lua: JSON RPC client calls over http for the Lua language.
33
-- json.rpc Module.
44
-- Author: Craig Mason-Jones
5-
-- Homepage: http://json.luaforge.net/
6-
-- Version: 0.9.40
5+
-- Homepage: http://github.com/craigmj/json4lua/
6+
-- Version: 1.0.0
77
-- This module is released under the MIT License (MIT).
88
-- Please see LICENCE.txt for details.
99
--

json/rpcserver.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
-- objects via http.
44
-- json.rpcserver Module.
55
-- Author: Craig Mason-Jones
6-
-- Homepage: http://json.luaforge.net/
7-
-- Version: 0.9.40
6+
-- Homepage: http://github.com/craigmj/json4lua/
7+
-- Version: 1.0.0
88
-- This module is released under the MIT License (MIT).
99
-- Please see LICENCE.txt for details.
1010
--

json4lua-0.9.53-1.rockspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package="JSON4Lua"
2-
version="0.9.53-1"
2+
version="1.0.0"
33
source = {
4-
url = "git://github.com/amrhassan/json4lua.git",
5-
tag = "0.9.53-1"
4+
url = "git://github.com/craigmj/json4lua.git",
5+
tag = "1.0.0"
66
}
77
description = {
88
summary = "JSON4Lua and JSONRPC4Lua implement JSON (JavaScript Object Notation) encoding and decoding and a JSON-RPC-over-http client for Lua.",
@@ -15,7 +15,7 @@ description = {
1515
JSONRPC4Lua, which provides a simple JSON-RPC-over-http client and server
1616
(in a CGILua environment) for Lua.
1717
]],
18-
homepage = "http://json.luaforge.net/",
18+
homepage = "http://github.com/craigmj/json4lua/",
1919
license = "GPL"
2020
}
2121
dependencies = {

0 commit comments

Comments
 (0)