Skip to content

Commit

Permalink
Revert "Vanilla 0.1.0.rc6"
Browse files Browse the repository at this point in the history
  • Loading branch information
idevz authored Jul 4, 2016
1 parent 09ac593 commit 7f62958
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ before_install:
- source .travis/setenv_lua.sh

install:
- luarocks install https://luarocks.org/manifests/olivine-labs/busted-2.0.rc12-1.rockspec
- luarocks install https://luarocks.org/manifests/olivine-labs/busted-2.0.rc11-0.rockspec
- luarocks install lrexlib-pcre 2.7.2-1
- luarocks install luaposix
- luarocks install lua-cjson
Expand Down
1 change: 0 additions & 1 deletion spec/helper.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ Registry={}
Registry['APP_NAME'] = 'vanilla-app'

local reg = require "rex_pcre"

-- DICT Proxy
-- https://github.com/bsm/fakengx/blob/master/fakengx.lua

Expand Down
7 changes: 6 additions & 1 deletion vanilla-0.1.0.rc6-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ luarocks install vanilla
}

dependencies ={
"lua=5.1"
"lua=5.1",
"luafilesystem=1.6.2-2",
"lua-resty-template=1.5-1",
"lua-resty-cookie=0.1.0-1",
"lua-resty-session=2.2-1",
"lua-resty-http=0.06-0"
}

build = {
Expand Down

0 comments on commit 7f62958

Please sign in to comment.