Skip to content

Commit

Permalink
Merge pull request #7 from SFAriel/master
Browse files Browse the repository at this point in the history
Dependency fix
  • Loading branch information
szeist committed Feb 18, 2019
2 parents 8135448 + 379a218 commit d5926bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ before_install:
install:
- luarocks install --server=http:https://luarocks.org/dev openssl
- luarocks install luasec OPENSSL_LIBDIR=/usr/lib/x86_64-linux-gnu
- luarocks install luafilesystem 1.6.3-2
- luarocks install busted
- luarocks install rapidjson 0.4.5-1
- luarocks install luacrypto 0.3.2-2
- luarocks install date 2.1.1-1
- luarocks install date 2.1.2-1

script:
- busted spec
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ Some tips to setup the local development environment on a Mac:
brew install lua
brew install cmake
brew install openssl
luarocks-5.2 install luafilesystem 1.6.3-2
luarocks-5.2 install busted
luarocks-5.2 install luasocket
luarocks-5.2 install rapidjson 0.4.5-1
luarocks-5.2 install luacrypto 0.3.2-2 OPENSSL_INCDIR=/usr/local/Cellar/openssl/1.0.2j/include
luarocks-5.2 install date 2.1.1-1
luarocks-5.2 install date 2.1.2-1
```

Examples
Expand Down
8 changes: 3 additions & 5 deletions escher-0.3.0-1.rockspec → escher-0.3.0-2.rockspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "Escher"
version = "0.3.0-1"
version = "0.3.0-2"
source = {
url = "git:https://github.com/emartech/escher-lua",
tag = "0.3.0-1",
tag = "0.3.0-2",
dir = "escher-lua"
}
description = {
Expand All @@ -11,10 +11,8 @@ description = {
license = "MIT"
}
dependencies = {
"luafilesystem == 1.7.0-2",
"rapidjson == 0.5.1-1",
"luacrypto == 0.3.2-2",
"date == 2.1.2-1",
"date == 2.1.2-1"
}
build = {
type = "builtin",
Expand Down

0 comments on commit d5926bb

Please sign in to comment.