This repository was archived by the owner on Jun 29, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 1.0.0
4+
5+ - allowed for omniauth 2.0 series.
6+
37## 0.3.0
48
59- be specified dependency for omniauth 1.9.
Original file line number Diff line number Diff line change 22
33module OmniAuth
44 module Zoom
5- VERSION = '0.3 .0'
5+ VERSION = '1.0 .0'
66 end
77end
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ def raw_info
4545 end
4646
4747 def callback_url
48- full_host + script_name + callback_path
48+ full_host + callback_path
4949 end
5050 end
5151 end
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ Gem::Specification.new do |spec|
2828 spec . executables = spec . files . grep ( %r{^exe/} ) { |f | File . basename ( f ) }
2929 spec . require_paths = [ 'lib' ]
3030
31- spec . add_runtime_dependency 'omniauth' , '~> 1.9 '
32- spec . add_runtime_dependency 'omniauth-oauth2' , '~> 1.6.0 '
31+ spec . add_runtime_dependency 'omniauth' , '~> 2.0 '
32+ spec . add_runtime_dependency 'omniauth-oauth2' , '~> 1.7.1 '
3333
3434 spec . add_development_dependency 'bundler'
3535 spec . add_development_dependency 'codecov'
You can’t perform that action at this time.
0 commit comments