riddl 0.99.241 → 0.99.242

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 335e0d0a742ed7d20524148bda985dcbd821f1e3
4
- data.tar.gz: c1287b5d96099a95d9995c3509c247e9a13ff864
3
+ metadata.gz: dfb11b90b9f27f7afa1fcf473959ce31e79394a3
4
+ data.tar.gz: 65147c080c05dde6d6cb4d8f96963a3cfd714ae1
5
5
  SHA512:
6
- metadata.gz: bcf65714f52dca7918a699f9555d433a61fdbeb86ebbc10965b0fcc6fff8aa87ce5d49df7364aabc4a779b7bc633f96d812780ae9345e2a7256cafd49b26b901
7
- data.tar.gz: 09b80948b041ec0174533f19880022f2d41a2ff4351ae459ce4c00f8ce0429af0a56b5fcaeb54c19a21d3324a1402a0c98f2137324a7058c3e92e7cffe9e2e57
6
+ metadata.gz: f7f0784aef0ab0efacdee1273e6bc320b9fa0af442775324e42f3bc38809e5dac73a097544924e26778c35b5e57bde4308f699951e8ecf1bf7b8826a231126da
7
+ data.tar.gz: 215bd7eee4c123fa91d145688c069aba4bc8efce45b1aab1b198089c82b3a13dd3301a586980c08ff07d60656e4942969429e0b5a08f48726b78f7c59727d89c
@@ -49,7 +49,7 @@ Works only in conjunction with the UNIVIE OAuth2 Master. Allows you to:
49
49
  </resource>
50
50
  <resource relative="revoke">
51
51
  <documentation xmlns="http://riddl.org/ns/documentation/1.0" summary="Logout."/>
52
- <get in="revoke_in"/>
52
+ <delete in="revoke_in"/>
53
53
  </resource>
54
54
  </resource>
55
55
 
@@ -74,7 +74,7 @@ module Riddl
74
74
  run RefreshToken, access_tokens, refresh_tokens, client_id, client_secret, adur, rdur if post 'refresh_token_in'
75
75
  end
76
76
  on resource 'revoke' do
77
- run RevokeFlow, access_tokens, refresh_tokens, codes if get 'revoke_in'
77
+ run RevokeFlow, access_tokens, refresh_tokens, codes if delete 'revoke_in'
78
78
  end
79
79
  end
80
80
  end
@@ -49,7 +49,7 @@ Works only in conjunction with the UNIVIE OAuth2 Master. Allows you to:
49
49
  </resource>
50
50
  <resource relative="revoke">
51
51
  <documentation xmlns="http://riddl.org/ns/documentation/1.0" summary="Logout."/>
52
- <get in="revoke_in"/>
52
+ <delete in="revoke_in"/>
53
53
  </resource>
54
54
  </resource>
55
55
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "riddl"
3
- s.version = "0.99.241"
3
+ s.version = "0.99.242"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.license = "LGPL-3"
6
6
  s.summary = "restful interface description and declaration language: tools and client/server libs"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: riddl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.99.241
4
+ version: 0.99.242
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juergen 'eTM' Mangler
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: tools
12
12
  cert_chain: []
13
- date: 2016-05-12 00:00:00.000000000 Z
13
+ date: 2016-05-17 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: xml-smart