Skip to content

Commit

Permalink
Merge pull request #2 from ResultadosDigitais/update-omniauth-sales
Browse files Browse the repository at this point in the history
Update omniauth-salesforce
  • Loading branch information
andrehjr authored Mar 9, 2023
2 parents 2e31a49 + caf2185 commit daecb83
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
Empty file added .bundlecache
Empty file.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[OmniAuth](https://github.com/intridea/omniauth) Strategy for [salesforce.com](salesforce.com).

Note: This is a fork of the [original](https://github.com/richardvanhook/omniauth-salesforce) project and is now the main repository for the omniauth-salesforce gem.
Note: This is an Accel fork of the fork of the [original](https://github.com/richardvanhook/omniauth-salesforce) project - due to dependencies not being updated.

## See it in action

Expand Down
2 changes: 1 addition & 1 deletion lib/omniauth-salesforce/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module OmniAuth
module Salesforce
VERSION = '1.1.0'
VERSION = '1.1.1'
end
end
5 changes: 2 additions & 3 deletions omniauth-salesforce.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ Gem::Specification.new do |gem|
gem.version = OmniAuth::Salesforce::VERSION
gem.license = 'MIT'

gem.add_dependency 'omniauth', '~> 1.0'
gem.add_dependency 'omniauth-oauth2', '>= 1.5.0'
gem.add_dependency 'omniauth', '~> 2.0'
gem.required_ruby_version = '>= 2.1.0'
gem.add_development_dependency 'rack-test'
gem.add_development_dependency 'rspec', '~> 2.7'
gem.add_development_dependency 'simplecov'
gem.add_development_dependency 'webmock'
end
end

0 comments on commit daecb83

Please sign in to comment.