Skip to content

Commit

Permalink
[rockspec] consolidate rockspecs
Browse files Browse the repository at this point in the history
now just one rockspec is used - the one that is uploaded to luarocks.org
  • Loading branch information
mikz committed Dec 11, 2017
1 parent e421174 commit fc0b574
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 26 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Use more `command` instead of `which` to work in plain shell [PR #521](https://github.com/3scale/apicast/pull/521)
- Fixed rockspec so APIcast can be installed by luarocks [PR #523](https://github.com/3scale/apicast/pull/523)

## Changed

- Consolidate apicast-0.1-0.rockspec into apicast-scm-1.rockspec [PR #526](https://github.com/3scale/apicast/pull/526)

## [3.2.0-alpha2] - 2017-11-30

## Added
Expand Down
2 changes: 1 addition & 1 deletion gateway/Roverfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
luarocks {

rockspec 'apicast-0.1-0.rockspec',
rockspec 'apicast-scm-1.rockspec',

group 'testing' {
module { 'busted' },
Expand Down
20 changes: 0 additions & 20 deletions gateway/apicast-0.1-0.rockspec

This file was deleted.

15 changes: 10 additions & 5 deletions apicast-scm-1.rockspec → gateway/apicast-scm-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,16 @@ description = {
license = "Apache License 2.0"
}
dependencies = {
'lua-resty-http == 0.10-0',
'inspect == 3.1.0-1',
'router == 2.1-0',
'lua-resty-jwt == 0.1.10-1',
'datafile == 0.4-1',
'lua-resty-http',
'inspect',
'router',
'lua-resty-jwt',
'lua-resty-url',
'lua-resty-env',
'lua-resty-execvp',
'liquid',
'argparse',
'penlight',
}
build = {
type = "make",
Expand Down

0 comments on commit fc0b574

Please sign in to comment.