omniauth-raven 0.1.4 → 0.1.5

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.4"
3
+ VERSION = "0.1.5"
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.expand_path(File.dirname(__FILE__))+'pubkey2.pem'
6
+ @raven_pubkey ||= 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.4
4
+ version: 0.1.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -40,9 +40,9 @@ files:
40
40
  - README.md
41
41
  - Rakefile
42
42
  - lib/omniauth-raven.rb
43
- - lib/omniauth/pubkey2.pem
44
43
  - lib/omniauth/raven.rb
45
44
  - lib/omniauth/raven/version.rb
45
+ - lib/omniauth/strategies/pubkey2.pem
46
46
  - lib/omniauth/strategies/raven.rb
47
47
  - omniauth-raven.gemspec
48
48
  homepage: https://github.com/lc525/omniauth-raven