omniauth-cloudsdale 0.0.1.rc3 → 0.0.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.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-cloudsdale (0.0.1.rc1)
4
+ omniauth-cloudsdale (0.0.1.rc3)
5
5
  omniauth (~> 1.1.4)
6
6
  omniauth-oauth2 (~> 1.1.1)
7
7
 
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Cloudsdale
3
- VERSION = "0.0.1.rc3"
3
+ VERSION = "0.0.1"
4
4
  end
5
5
  end
@@ -20,9 +20,12 @@ module OmniAuth
20
20
  }
21
21
  end
22
22
 
23
+ extra { raw_info }
24
+
23
25
  def raw_info
24
26
  @raw_info ||= access_token.get("https://api.cloudsdale.org/v2/me.json").parsed
25
27
  end
28
+
26
29
  end
27
30
  end
28
31
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-cloudsdale
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.rc3
5
- prerelease: 6
4
+ version: 0.0.1
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Philip Vieira