omniauth-naranya_id 0.0.9 → 0.0.10

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: 830291c1172ae20d9b0d894061f710880a9d489b
4
- data.tar.gz: 20593592ba8a698013d8fb91ba5b0e14989b840a
3
+ metadata.gz: f4fc44aec6bf352103357b19e5c6a45bc4aad04c
4
+ data.tar.gz: 8e3a9bf5e82bb02c77b99341536173b05f9f6ef3
5
5
  SHA512:
6
- metadata.gz: b45b8add56e799282619cbe87957dac94b75a812d0d4213b955268ad7a54bd315ee665a3da385c2ac8f97fed5c497979d956ce54caad2dc93a8dedcf10d1a195
7
- data.tar.gz: 9ff91bd6df5e169d6c05e73afeb3b676f60186a3dfc4e0966567cb49721682b9a6c8a291a87eecec6275c4a47b8770ee1032f23a592db6e0a444795b832ee469
6
+ metadata.gz: 86850421cd48c60ec7f0194f83ded1298b471f4a135af4d94e12340fb430775f14899528b9aeec477a98d19f13e05d1e3224654ea0302ada689b31b0ce205abb
7
+ data.tar.gz: 00b691d5859687c9783f6eb46325be64becd2af2900083869226d89df373f9c310f80deaaf2421f6b2139ff1d6375d86406f13dc6a0a586abc970824055f8854
data/lib/naranya_id.rb CHANGED
@@ -39,7 +39,6 @@ module NaranyaId
39
39
  }.with_indifferent_access }
40
40
  config_accessor(:open_timeout, :read_timeout) { 30 }
41
41
  config_accessor(:authorize_params, :request_params) { {} }
42
- config_accessor(:name) { "naranya_id" }
43
42
 
44
43
  class << self
45
44
 
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module NaranyaId
3
- VERSION = "0.0.9"
3
+ VERSION = "0.0.10"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-naranya_id
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberto Quintanilla
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-01 00:00:00.000000000 Z
11
+ date: 2014-10-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport