omniauth-campus 0.4.0 → 0.4.1

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: e900234f150c17d373adf2d81bedd9ff2a458824
4
- data.tar.gz: fab0c374b1b9ae49917cc97adbe1c9b5867bdfeb
3
+ metadata.gz: 91d08f79e7cb5864ded149ad14bb48be58d06d80
4
+ data.tar.gz: 9dde4cc5e744f58098cd05305ef122d601b297ae
5
5
  SHA512:
6
- metadata.gz: 39fe8f2ae1f82b4360c2031f3abc6a25e4994712e16d99e8685b41937ae4789dc0e7fd533ba58177dff11c87e1ff8510a5ad047fd4c31fe60ddb13c9b2e8c3de
7
- data.tar.gz: 231ab207107297de1a94e0c165a18161ed76fd30edc539ae798c16e5e0ee2564b3e3768cea163ae4b04ff62b51b23c9fc69e179cdbad9c192aaea41bd4ea62c3
6
+ metadata.gz: c980f3f829d0d84fe934c3fca3b0a3311efee36d599a8c6fef548dbe26ce88ad39f426c2d799e2406fd1808479ffb2c947fa194a2b40062c9573737c1bddc829
7
+ data.tar.gz: 819bb5178df5f21a7e86f03bd676072953825d390029ae40a82e57ea52e3160b065825a5cd19cbe0d06814574b3b0fb150869a0eb6931c46b85fa3542db2c43b
Binary file
@@ -1,6 +1,6 @@
1
1
  module Omniauth
2
2
  module Campus
3
- VERSION = "0.4.0"
3
+ VERSION = "0.4.1"
4
4
  end
5
5
  end
6
6
 
Binary file
@@ -4,6 +4,7 @@ require 'omniauth'
4
4
  require 'multi_json'
5
5
  require 'faraday'
6
6
  require 'net/http'
7
+ require 'open-uri'
7
8
 
8
9
 
9
10
  require 'uri'
@@ -31,7 +32,7 @@ module OmniAuth
31
32
 
32
33
 
33
34
 
34
- #site: 'http://community3dev.devcloud.acquia-sites.com/api'
35
+ #site' 'http://community3dev.devcloud.acquia-sites.com/api'
35
36
 
36
37
  #option :client_options, {]
37
38
  # :site => 'http://community3dev.devcloud.acquia-sites.com/api',
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-campus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - johnvehr
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-11 00:00:00.000000000 Z
11
+ date: 2014-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler