omniauth-campus 0.1.4 → 0.1.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: c709c56d785430ebd6cd43bab86969cbbb9a5f48
4
- data.tar.gz: b723e18feae9be061571ba0d3578db4c802605e3
3
+ metadata.gz: 63a15bbb7e31676abf1e08a61ab430e9be98c168
4
+ data.tar.gz: fa29543a9ba1fa9619da4e8fc1b8cddc8849ef54
5
5
  SHA512:
6
- metadata.gz: d0b53fb96e5e38b886507153d5aa0d987d3b9a203b4b8097173dbd05c43d2de8d9e5a02f71c2df53633a62035ae44c7509fdf28c3596620532d4f84bf263d627
7
- data.tar.gz: 5fadddea596049f19b87c4a71a5820785fe6e952de4a26d0887ce83985f469359c39b1efa2ae2d9cdbed6593504f8467eec075e85f11fb9352d0d13804d77f0f
6
+ metadata.gz: 732eff9fa35989f703575a0f3bf038654c63cb4df13d684df1d78c9e73aed07d8da7f87e75a326b45b14dc80d59662439e8f1a9eedc011ede02e0472ea146973
7
+ data.tar.gz: 5037c091f22780e6ee38247dc4a3dd3b33568820f260f4cc924bcfdbce485dd0d316e06f62e588b37d323ef105549d4e8fa8831e0a47807b33ad51820df98da7
Binary file
@@ -1,6 +1,6 @@
1
1
  module Omniauth
2
2
  module Campus
3
- VERSION = "0.1.4"
3
+ VERSION = "0.1.5"
4
4
  end
5
5
  end
6
6
 
Binary file
@@ -26,6 +26,8 @@ module OmniAuth
26
26
  }
27
27
  option :fields, [:username, :password]
28
28
 
29
+ attr_reader :access_token
30
+
29
31
  #site: 'http://community3dev.devcloud.acquia-sites.com/api'
30
32
 
31
33
  #option :client_options, {]
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.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - johnvehr