omniauth-openid-connect 0.0.1 → 0.0.2

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: c06273038d8fe51a789022cd928d7f0edd330811
4
- data.tar.gz: da7b7244bb7d098a8842cb9dceb4e357f0a81873
3
+ metadata.gz: ad2a7bdf36b493489e232ea5a4b378c0fd560dfe
4
+ data.tar.gz: cf07d339765fb6a5a80cd14f9bad3cd3d7a0d959
5
5
  SHA512:
6
- metadata.gz: ce5cb62f58c8fb800649351deb20ce149481dbefa2e875044dd5b27af0208970c6802fac5353c9990138672b5442679d3e4df45bb60e39ff2558baa896027726
7
- data.tar.gz: 2deac035829987f8da5ded262db5e453bfd26d88e4a7e3df33629d27bd099bba7e6c2c76dd89522ee257116bdd5f1620c50dd35d437588da5a31b16f4aebef6c
6
+ metadata.gz: 2659c660335ce2bff885754b85852ded74e8d089f63144ce991d572779a9fd486d316ffec348cbc237b7cea7f19639b8893945f0019dc16ff40826de9633cddc
7
+ data.tar.gz: 5287d1ca502ed50f2fb6e6634bbfd7053dfc33558f7dd20479acd476fa0c416c4e45c2ef45a98b01b26147024f83a1e30ea225cfa11dfce2810734d566fc3752
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # OmniAuth::OpenIDConnect
2
2
 
3
3
  OpenID Connect strategy for OmniAuth
4
+ [![Gem Version](https://badge.fury.io/rb/omniauth-openid-connect.png)](http://badge.fury.io/rb/omniauth-openid-connect)
4
5
  [![Build Status](https://travis-ci.org/jjbohn/omniauth-openid-connect.png?branch=master)](https://travis-ci.org/jjbohn/omniauth-openid-connect)
5
6
  [![Coverage Status](https://coveralls.io/repos/jjbohn/omniauth-openid-connect/badge.png?branch=master)](https://coveralls.io/r/jjbohn/omniauth-openid-connect?branch=master)
6
7
  [![Code Climate](https://codeclimate.com/github/jjbohn/omniauth-openid-connect.png)](https://codeclimate.com/github/jjbohn/omniauth-openid-connect)
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module OpenIDConnect
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-openid-connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Bohn