omniauth-campus 0.5.5 → 0.5.6

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: bcdbdf5885c763ebf22ef11a6838bfd16bea29e3
4
- data.tar.gz: 05e1359e81510e285490c56474c3a6b86160b747
3
+ metadata.gz: a63acb39e0fcc43440067bc306273168f201c7c7
4
+ data.tar.gz: 7f1958372a9c80e330e3e538b9e8204021eccba4
5
5
  SHA512:
6
- metadata.gz: c74c0879a4f4382b1ac4e4dfbda6e7e6e6354b11d4d3f929c5682f989f14fdda142bcaaf1a5afdc939819161c6dc2e3a4eef700e98058bd85fe7fb2341888cc5
7
- data.tar.gz: 40a1c76e9caa0feddaf4ee90a2b75d6ee199a7da3c46c2a1c0df988e0153f572760e3787e05226fbb45972cc8a03b6e7af659c248efea5b988b090f42930c9c8
6
+ metadata.gz: 83efda3359c350bb81f7bd646aba271809fec7be97ec2a13cfaa9856a36413358b1669ad0f35f4589b8af26f150b656c630e5b53d17552fcc00ba47616c31336
7
+ data.tar.gz: 047666c5da3c22040cec6d567ffc549f74c4402ab5fe24e964b31801e0f4b30a33cca0abccec034deffccc374278c61189536a7f3a883a6166d1bfc73acb81f2
Binary file
@@ -1,6 +1,6 @@
1
1
  module Omniauth
2
2
  module Campus
3
- VERSION = "0.5.5"
3
+ VERSION = "0.5.6"
4
4
  end
5
5
  end
6
6
 
Binary file
@@ -22,7 +22,7 @@ module OmniAuth
22
22
  token_url: '/oauth/access_token',
23
23
  authorize_url: '/oauth/authorize',
24
24
  #request_token_path: '/oauth/request_token',
25
- site: 'http://community3dev.devcloud.acquia-sites.com/api'
25
+ site: 'https://test.vistacampus.org'
26
26
  }
27
27
 
28
28
  option :fields, [:name, :email]
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.5.5
4
+ version: 0.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - johnvehr