Skip to content

Commit

Permalink
Rename gem
Browse files Browse the repository at this point in the history
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
kristofferek committed Apr 3, 2023
1 parent c121ccf commit 3974985
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ['kristoffer.ek@burtcorp.com', 'josef.ngo@burtcorp.com', '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

0 comments on commit 3974985

Please sign in to comment.