omniauth-notes 0.0.2 → 0.0.3

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: b6fd91b44ec687b58eda834a6de128b0f89d3119
4
- data.tar.gz: 41d3ac1f081c5599f34587ff493285732cd058fd
3
+ metadata.gz: eb354ab8cbc1b155f33f159d4285552209c8ab86
4
+ data.tar.gz: 5d63744e8fa627a91f574619fefe3176f8fe1a64
5
5
  SHA512:
6
- metadata.gz: bf216e2700d87bacf2cafa39150e3abf865b3809ccfe6195c4fd8132fe0cb9850df4f1a55dcbb89acecea176d29ff2bd31dc5f956b3772f9d41ce11ab72539d8
7
- data.tar.gz: f99ef5ed68e50ac5b3afa6c3bd11bc909af3baf1957dc9f1ff2b2dd5884e891ddb44182c99474b00e3c557b352fbfa4f459b4e0ff66231e3a502009ffd3dee61
6
+ metadata.gz: 555179e7d0584f74f22f93efafda110bc682c8784e36653416418fea1c1174b5788379481ed992572a01da758633be160d48a8f328ddb958ff437bf464b03566
7
+ data.tar.gz: aadf51b7d76ef087c1ed7746dcbf9c7e50b8f00f27dc9fe99f04082729578f060b62c41c32c440c200c9721d8999caf78841334c063eba5f518baf4250360592
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Notes
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
@@ -6,7 +6,7 @@ module OmniAuth
6
6
  option :name, :notes
7
7
 
8
8
  option :client_options, {
9
- :site => "http://notes18.com",
9
+ :site => "http://u.notes18.com",
10
10
  :authorize_url => "/oauth/authorize"
11
11
  }
12
12
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-notes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andersen Fan