omniauth-eve_o 0.1.2 → 0.1.3

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: cac1cf844083443ae0c66ed8061ea31f2c077389
4
- data.tar.gz: 49d4660f2fc3e597901734337ba6bf9733c4c6c0
3
+ metadata.gz: d579392c511a7905292ad1d05cae896b899adfc7
4
+ data.tar.gz: 98bacfd694ad3bfc4297b906a5abd425a5b09c49
5
5
  SHA512:
6
- metadata.gz: fe1f18ad2fed72da3ffdff34b77f753ff08ff7459613109bc88bb0a7f654d04551cb9c89b9f80a0fe0d61214f99d81e5a87f06e244986200af347d2e0760cded
7
- data.tar.gz: 3ebc053a36439f4ee4cf0d4bfd0ba55cae992acfa5a075cd68cf11fa6944283857c15423642425273b5b8b3af96b902c8589a680be9cce70227cc7a24422d6d2
6
+ metadata.gz: 3cfe55335b0f2e21dc660b0066b57fd023e4fa7507ddeaa10de6a171fd05056267757a2a2cbb879d3624b290b007776dac5062feb2623e25fff29144719a3f4e
7
+ data.tar.gz: 7e4f5be0c49b43de4a7d7d7356a3d978972d795cfccb3bbbaf03de4a9005b351ce6cdaba6e823f8e8b0bfb9d1a949c613f900f355418e276050663dcface139c
@@ -0,0 +1,5 @@
1
+ module OmniAuth
2
+ module EveO
3
+ VERSION = "0.1.3"
4
+ end
5
+ end
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module EveO
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-eve_o
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luke Chambers
@@ -86,6 +86,7 @@ files:
86
86
  - bin/console
87
87
  - bin/setup
88
88
  - lib/omniauth-eve_o.rb
89
+ - lib/omniauth-eve_o/version.rb
89
90
  - lib/omniauth/eve_o.rb
90
91
  - lib/omniauth/eve_o/version.rb
91
92
  - lib/omniauth/strategies/eve_o.rb