Skip to content

Commit

Permalink
Renaming gem broke loading. Fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlpierce committed Aug 21, 2019
1 parent a5ae188 commit 7a4690d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/omniauth/cas/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Omniauth
module Cas
VERSION = '1.1.1'
VERSION = '1.1.1.1'
end
end
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

require 'rack/test'
require 'webmock/rspec'
require 'omniauth-cas'
require 'omniauth-iu-cas'

OmniAuth.config.logger = Logger.new( '/dev/null' )

0 comments on commit 7a4690d

Please sign in to comment.