Skip to content

Commit fb3a1b0

Browse files
committed
Version 1.0.0
1 parent 0487bb2 commit fb3a1b0

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ before_install:
2222
- luarocks install luacov-coveralls
2323

2424
install:
25-
- luarocks make elasticsearch-scm-0.rockspec
25+
- luarocks make elasticsearch-1.0.0-1.rockspec
2626

2727
before_script:
2828
- echo 'elasticsearch version ' && curl http://localhost:9200/

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In accordance with other official low level clients, the client accepts associat
3333
It can be installed using [luarocks](https://luarocks.org)
3434

3535
```
36-
[sudo] luarocks install --server=http://luarocks.org/manifests/dhavalkapil elasticsearch
36+
[sudo] luarocks install elasticsearch
3737
```
3838

3939
## Documentation

docs/installation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Using luarocks
1414
`luaver`_ can be used. You can directly install `elasticsearch-lua`_ using
1515
LuaRocks::
1616

17-
$ luarocks install --server=http://luarocks.org/dev elasticsearch
17+
$ luarocks install elasticsearch
1818

1919
The client will be installed and you can `require 'elasticsearch'` anywhere in
2020
your Lua code. If `elasticsearch-lua`_ is a dependency, add it in your rockspec

elasticsearch-scm-0.rockspec elasticsearch-1.0.0-1.rockspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
package = "elasticsearch"
2-
version = "scm-0"
2+
version = "1.0.0-1"
33
source = {
44
url = "git://github.com/DhavalKapil/elasticsearch-lua",
5+
tag = "v1.0.0"
56
}
67
description = {
78
summary = "Elasticsearch client for the Lua language",

tests/stress/.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ before_install:
2020
- luarocks install lunitx
2121

2222
install:
23-
- luarocks make elasticsearch-scm-0.rockspec
23+
- luarocks make elasticsearch-1.0.0-1.rockspec
2424

2525
before_script:
2626
- echo 'elasticsearch version ' && curl http://localhost:9200/

0 commit comments

Comments
 (0)