omniauth-casenex 0.5 → 0.6

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -16,4 +16,5 @@ capybara-*.html
16
16
  **.orig
17
17
  rerun.txt
18
18
  pickle-email-*.html
19
- *.gem
19
+ *.gem
20
+ logfile
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-casenex (0.4)
4
+ omniauth-casenex (0.5)
5
5
  multi_json (~> 1.3)
6
6
  omniauth-oauth2 (~> 1.0.2)
7
7
 
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Casenex
3
- VERSION = "0.5"
3
+ VERSION = "0.6"
4
4
  end
5
5
  end
@@ -9,7 +9,7 @@ module OmniAuth
9
9
  # This is where you pass the options you would pass when
10
10
  # initializing your consumer from the OAuth gem.
11
11
  option :client_options, {
12
- :site => "https://sharp-stone-1355.herokuapp.com",
12
+ :site => "https://auth.casenex.com",
13
13
  :authorize_url => '/auth/authorize',
14
14
  :token_url => '/auth/access_token'
15
15
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-casenex
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.5'
4
+ version: '0.6'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-09 00:00:00.000000000 Z
12
+ date: 2012-07-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: multi_json