omniauth-quanto 0.1.2 → 0.1.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: 9117c70c08edb1f0e7c8bbb26a636fa384b21262
4
- data.tar.gz: 587ac57582c17b76a6f8b79c00049123a081301e
3
+ metadata.gz: 0f8c1992f45110da5ca38cddd18bb7b3d313bf86
4
+ data.tar.gz: 9c51cd4d97e9351e65f783b8a6bbcc491287188d
5
5
  SHA512:
6
- metadata.gz: cace7a4ccd68e622dab5bb3dde1ba3423a361c2958ca8ca54deb1b7db36539fa153a142df02e4928ee7bf713a4f8ead895e433a36195f8a7d2ea5b211e38b43f
7
- data.tar.gz: 801d37f8f033ebbe3be8e0483f86d34ef6c935d1af8132cc9d2f988bc41594f0868d188828fd56d885779f96e6fcc5e4d15a8f7bcee3e8d52f513d78cb2ed414
6
+ metadata.gz: c8afb17caff9025166e844c170f0221b0e0a4db81652f83b650323faf736b9651cef69755b422eec4f8dbad60722f0cd17354358a7e4d57f166d97bb140f9238
7
+ data.tar.gz: 0f72b91d96117263fc1c5337be59612303a6f8d5a7efa1c4f9c7bf9f988895bedeb2ccd65f9dded83d0f1a9a938060008b4af88f04b5be749cccf2895e2f4920
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Quanto
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
@@ -11,7 +11,7 @@ module OmniAuth
11
11
  # This is where you pass the options you would pass when
12
12
  # initializing your consumer from the OAuth gem.
13
13
  option :client_options, {
14
- site: 'http://quanto.herokuapp.com',
14
+ site: 'http://tryquanto.com',
15
15
  request_token_path: '/oauth/request_token',
16
16
  access_token_path: '/oauth/access_token',
17
17
  authorize_path: '/oauth/authorize',
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-quanto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rasmus Rygaard
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-13 00:00:00.000000000 Z
11
+ date: 2014-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth2