omniauth-howtodo 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 05e45b68eb956125c0e4583b307fcfd10b2aa6a9
4
- data.tar.gz: d954fee2f36b2563e3260f5a7e8f98562f84e6bf
3
+ metadata.gz: caa4d6768a96bc59fcf81366b194867ae81f3895
4
+ data.tar.gz: b832f92dc6014fa09afa8160feb438728c9dd14c
5
5
  SHA512:
6
- metadata.gz: c3e70d2dcffaa2a68f810ffb50a98cdfc889a9fb83ca18ae9c1594730aace705ff925a7d3908676498a472e3273c5afc65550bfec406c41fd79ec09f21d29d79
7
- data.tar.gz: ed723d6209a70dce3aec3546dc5e15bd330bf12d166039f662008cca20bc45a100f6b2bd93470910a638cd852f0f0578ddf06a2f5f6c28d97bdfb6e109007eb3
6
+ metadata.gz: ef5d5e819deaec1d81669c5fec1a79318d020b814b2bbf018d8734d02a43cf4ecbadc69a0ff5d6944abcef29a8a4b74454ba0eaad77106b78f53dcd6a37a8751
7
+ data.tar.gz: 965b0da60758274e9617173622a585b9e5dab867f80a5e787f29761fea992c8c10e5db239ad9713e50403ba5b74d03174aaa32f0ce36c9f00fe23ab122979ef9
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Howtodo
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -7,8 +7,8 @@ module OmniAuth
7
7
  option :name, :howtodo
8
8
 
9
9
  option :client_options, {
10
- #:site => "http://account.howtodo.me",
11
- :site => "http://127.0.0.1:3000",
10
+ :site => "http://account.howtodo.me",
11
+ #:site => "http://127.0.0.1:3000",
12
12
  :authorize_url => "/oauth/authorize"
13
13
  }
14
14
 
@@ -20,7 +20,7 @@ module OmniAuth
20
20
  # and anything else you want to return to your API consumers
21
21
  }
22
22
  end
23
-
23
+
24
24
  extra { raw_info }
25
25
 
26
26
  def raw_info
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-howtodo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - arkxu