omniauth-edumall 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 809b03bc35b33fb560d748fd8bcddfe31cf13650
4
- data.tar.gz: 3ec9c3df04c5a48d91be865870283275cf8005bf
3
+ metadata.gz: 7ff81b1b1c1ed311baaa4b61a672e43cea18042a
4
+ data.tar.gz: d888a85ae6dcb39379d128529eb61eb93a8ed3e3
5
5
  SHA512:
6
- metadata.gz: 88edb55ea79258f994daeb8f59cc8e159286f97ef6c6d9d251897ce66a5aea469a486ad89638a1eabd2e8b81d9cada6514f95b5907277478010a27cf7a94ff67
7
- data.tar.gz: 1f59a62d84e015f9c6efc10618b6b6ab080c219533152df6bb58e5e96d7f24c67067e8726c04e8f7c13e3887abe509b589890eee23bdec16f8fff07ae62b962b
6
+ metadata.gz: 6e7d34356e9a5452451e195488b95b6a1b79dc3c40e2e3c6102a0ae26942a6364d1d713239697b8cdab739c05b6cb93cb8de232c5c582891c8df65b9616b284f
7
+ data.tar.gz: e54f44bba626c122726b31750cd3ff23bba4f3b5f815ba010877dffea4d71d6eb2d899bcb173a0300561a8c5e659c2a7991dc6d1e37b4f41102451c4aafe12f8
@@ -22,7 +22,7 @@ module Omniauth
22
22
  end
23
23
 
24
24
  def logout
25
- RestClient.post("#{EDUMALL_SSO_URL}/auth/signout") { |response, request, result, &block|
25
+ RestClient.post("#{EDUMALL_SSO_URL}/auth/signout", {}) { |response, request, result, &block|
26
26
  case response.code
27
27
  when 200
28
28
  return true
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Edumall
3
- VERSION = "0.1.6"
3
+ VERSION = "0.1.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-edumall
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - hoptq