openskip-open_id_authentication 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/rails/init.rb +2 -1
  3. metadata +1 -1
data/Rakefile CHANGED
@@ -40,7 +40,7 @@ RDOC_OPTS = [
40
40
 
41
41
  spec = Gem::Specification.new do |s|
42
42
  s.name = NAME
43
- s.version = "1.0.0"
43
+ s.version = "1.0.1"
44
44
  s.platform = Gem::Platform::RUBY
45
45
  s.has_rdoc = true
46
46
  s.extra_rdoc_files = ["README", "CHANGELOG"]
@@ -1,5 +1,6 @@
1
1
  if config.respond_to?(:gems)
2
2
  config.gem 'ruby-openid', :lib => 'openid', :version => '>=2.0.4'
3
+ require "openid"
3
4
  else
4
5
  begin
5
6
  require 'openid'
@@ -14,5 +15,5 @@ end
14
15
 
15
16
  config.to_prepare do
16
17
  OpenID::Util.logger = Rails.logger
17
- ActionController::Base.send :include, OpenIdAuthentication
18
+ ActionController::Base.send :include, ::OpenIdAuthentication
18
19
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openskip-open_id_authentication
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson