omniauth-raven 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Raven
3
- VERSION = "0.1.6"
3
+ VERSION = "0.1.7"
4
4
  end
5
5
  end
@@ -3,7 +3,7 @@ require 'omniauth'
3
3
  module OmniAuth
4
4
 
5
5
  def self.raven_pubkey
6
- @raven_pubkey ||= File.read File.join( File.expand_path(File.dirname(__FILE__)) , 'pubkey2.pem')
6
+ @raven_pubkey ||= OpenSSL::PKey::RSA.new ( File.read File.join( File.expand_path(File.dirname(__FILE__)) , 'pubkey2.pem') )
7
7
  end
8
8
 
9
9
  def self.raven_keyno
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-raven
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: