Skip to content

Commit

Permalink
1.2.1: install rock as resty.openidc; closes #20; thanks @dholth
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Zandbelt committed Aug 31, 2016
1 parent 37034bc commit 5f311b8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sudo: false

env:
global:
- VERSION=1.2.0-1
- VERSION=1.2.1-1
- NAME=lua-resty-openidc
- ROCKSPEC=$NAME-$VERSION.rockspec
- LUAROCKS=2.3.0
Expand Down
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ reporting bugs, providing fixes, suggesting useful features or other:
David Birdsong <https://github.com/davidbirdsong>
Steffen Hanikel <https://github.com/hanikesn>
Aapo Talvensaari <https://github.com/bungle>
Daniel Holth <https://github.com/dholth>
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
8/31/2016
- add ChangeLog
- change rockspec so it installs as resty.openidc; closes #20; thanks @dholth
- release 1.2.1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "lua-resty-openidc"
version = "1.2.0-1"
version = "1.2.1-1"
source = {
url = "git://github.com/pingidentity/lua-resty-openidc",
tag = "v1.2.0"
tag = "v1.2.1"
}
description = {
summary = "A library for NGINX implementing the OpenID Connect Relying Party (RP) and the OAuth 2.0 Resource Server (RS) functionality",
Expand Down

0 comments on commit 5f311b8

Please sign in to comment.