omniauth-campus 0.3.4 → 0.3.5

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: f2c4cfac585ba13407432cbe6758a7c374ae72a1
4
- data.tar.gz: 93340af0385a636929d553b2677e56575ac7346e
3
+ metadata.gz: dae571acecd0ff40696beb9563faf4a0adfd5db5
4
+ data.tar.gz: a58464ecc9f82bf74f40577e3b98c59c3a62f0a7
5
5
  SHA512:
6
- metadata.gz: ab85b80c62d284a339dc82bd4b97b24b6e9fc015ca8585cfe76b91ffa05a23b7d2809ba10253a0fd5b0bee02c9170bf86521fe3b2b19f16fc3184c7d71cb3967
7
- data.tar.gz: d30700bb81d877e31f163a7a6451900574e8556ab3c1b3a30f5a1570b368ea23dbcc3da5be7e55a9f3aec1162a6974c32590dba3041fd7191923c15890a7bb4f
6
+ metadata.gz: d7d9598635f624244531c293d7c40b5b8d1d7db0775390d7881b21aaf449e8947cb183886eb04f751c282e73954e4399a75844eb0baf57fccec048218757dc41
7
+ data.tar.gz: 3d4cde009dda3284581c55eda897e75c155bf435f0c08bb7f8ce6e70725f409446c8b5751e7bf421a6df2a6c5e90101bba97b123855ddf6ff177844c38cf5dfa
Binary file
@@ -2,6 +2,7 @@ require 'oauth'
2
2
  #require 'oauth'
3
3
  require 'omniauth'
4
4
  require 'multi_json'
5
+ require 'openssl'
5
6
  require 'net/http'
6
7
  require 'uri'
7
8
 
Binary file
@@ -1,6 +1,6 @@
1
1
  module Omniauth
2
2
  module Campus
3
- VERSION = "0.3.4"
3
+ VERSION = "0.3.5"
4
4
  end
5
5
  end
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-campus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - johnvehr