forked from amirmanji/omniauth-yahoo-oauth2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The gem already exists but the owner is unresponsive so we will need to change the name in order to push up the new version. This aslo adds us as owners for the gem.
- Loading branch information
1 parent
c121ccf
commit 3974985
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,15 +5,15 @@ Gem::Specification.new do |gem| | |
gem.add_runtime_dependency 'omniauth-oauth2', '~> 1.1' | ||
gem.add_development_dependency 'bundler', '~> 2' | ||
|
||
gem.authors = ['Amir Manji'] | ||
gem.email = ['amanji75@gmail.com'] | ||
gem.authors = ['Kristoffer Ek', 'Josef Ngo', 'Sten Larsson'] | ||
gem.email = ['[email protected]', '[email protected]', 'sten@burtcorp.com'] | ||
gem.description = 'A Yahoo OAuth2 strategy for OmniAuth.' | ||
gem.summary = gem.description | ||
gem.homepage = 'https://github.com/amirmanji/omniauth-yahoo-oauth2' | ||
gem.homepage = 'https://github.com/burtcorp/omniauth-yahoo-oauth2' | ||
gem.license = 'MIT' | ||
|
||
gem.files = `git ls-files`.split("\n") | ||
gem.name = 'omniauth-yahoo-oauth2' | ||
gem.name = 'omniauth-oauth2-yahoo' | ||
gem.require_paths = ['lib'] | ||
gem.version = OmniAuth::YahooOauth2::VERSION | ||
end |