Skip to content

Commit

Permalink
extract lua-resty-env
Browse files Browse the repository at this point in the history
  • Loading branch information
mikz committed Jul 7, 2017
1 parent 601ce81 commit 7601884
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 149 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- APIcast module `balancer` method now accepts optional balancer [PR #362](https://github.com/3scale/apicast/pull/362)
- Extracted lua-resty-url [PR #384](https://github.com/3scale/apicast/pull/384)
- Extracted lua-resty-env [PR #386](https://github.com/3scale/apicast/pull/386)

### Added

Expand Down
1 change: 1 addition & 0 deletions apicast/apicast-0.1-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies = {
'router == 2.1-0',
'lua-resty-jwt == 0.1.10-1',
'lua-resty-url == 0.1.0-1',
'lua-resty-env == 0.3.0-1',
}
build = {
type = "builtin",
Expand Down
91 changes: 0 additions & 91 deletions apicast/src/resty/env.lua

This file was deleted.

58 changes: 0 additions & 58 deletions spec/resty/env_spec.lua

This file was deleted.

0 comments on commit 7601884

Please sign in to comment.