Skip to content

Commit

Permalink
json.rock to rapidjson.rock, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
boogie committed Sep 11, 2015
1 parent 9d6a927 commit cf7d8db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ brew install cmake
brew install openssl
luarocks-5.2 install luafilesystem
luarocks-5.2 install busted
luarocks-5.2 install json
luarocks-5.2 install rapidjson
luarocks-5.2 install date
luarocks-5.2 install luacrypto OPENSSL_INCDIR=/usr/local/Cellar/openssl/1.0.2c/include
```
Expand Down
6 changes: 3 additions & 3 deletions escher-0.2-12.rockspec → escher-0.2-13.rockspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "Escher"
version = "0.2-12"
version = "0.2-13"
source = {
url = "git:https://github.com/emartech/escher-lua",
tag = "0.2-12",
tag = "0.2-13",
dir = "escher-lua"
}
description = {
Expand All @@ -12,7 +12,7 @@ description = {
}
dependencies = {
"luafilesystem",
"json",
"rapidjson",
"luacrypto",
"date",
}
Expand Down
2 changes: 1 addition & 1 deletion spec/testsuite_spec.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local json = require("json")
local json = require("rapidjson")
local Escher = require("escher")
local socketUrl = require("socket.url")

Expand Down

0 comments on commit cf7d8db

Please sign in to comment.