omniauth_fresh_account 0.2.7 → 0.2.8

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
  SHA256:
3
- metadata.gz: ddc4b853aa73ab3a92e44a7a067ce0925d99e5c72c4c8ae44b5dc3a8e3b3f5fe
4
- data.tar.gz: 91f60d3f09767de64294b4fbf3e9a9e99cd46d47d96d643801434de953ea8abe
3
+ metadata.gz: 622299ae53ef6680375c68d40b89a0a4bcb3c837039b16998574068739d447cf
4
+ data.tar.gz: 28e0412541463878630bb8abe18b6a1263ad548c1f9a0efb5c99002c0ba3cc53
5
5
  SHA512:
6
- metadata.gz: 9b47689ee0e92de94826fb9eed61753a38bc5ace91b5e9ccae9aa2e957041e7e506b2d1a8d5592cbf6d348747733fd8aeb02481e4313f2c6be38972b3bb89699
7
- data.tar.gz: 4998aae3bf7c19da2849064203888b1da2b0d2580e4e455a08113e57bf479821fbb63d7758637605811bce0c5b3942edb0450c67f0138a59abd4fe82f2b5af31
6
+ metadata.gz: 66fb29f3de41635d59185d47b97a31ace9dc999d91d3e272e2b369e2dba426045765586317148746bcb855db8c044ce8b13cba15abd5179d4bfe80427445c40b
7
+ data.tar.gz: bcd15b2f2f638d5018218804fefd09ae61e09bcdefcef2322a7ae93d83e6d566a23e4aae894c101c5e966a9bc992cea85c4896183c9a2629127f0546b1dc305f
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module FreshAccount
3
- VERSION = "0.2.7"
3
+ VERSION = "0.2.8"
4
4
  end
5
5
  end
@@ -0,0 +1,2 @@
1
+ require "omniauth/fresh_account/version"
2
+ require 'omniauth/strategies/fresh_account'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth_fresh_account
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kudakwashe Paradzayi
@@ -84,6 +84,7 @@ files:
84
84
  - bin/setup
85
85
  - lib/omniauth/fresh_account/version.rb
86
86
  - lib/omniauth/strategies/fresh_account.rb
87
+ - lib/omniauth_fresh_account.rb
87
88
  - omniauth-progic_id-0.1.5.gem
88
89
  - omniauth_fresh_account.gemspec
89
90
  homepage: https://github.com/kudapara/omniauth_fresh_account