From 39749850fa87d0d528f1f7e10aa4d46db3a32b91 Mon Sep 17 00:00:00 2001 From: Kristoffer Ek Date: Mon, 3 Apr 2023 11:01:58 +0200 Subject: [PATCH] Rename gem 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. --- ...-yahoo-oauth2.gemspec => omniauth-oauth2-yahoo.gemspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename omniauth-yahoo-oauth2.gemspec => omniauth-oauth2-yahoo.gemspec (65%) diff --git a/omniauth-yahoo-oauth2.gemspec b/omniauth-oauth2-yahoo.gemspec similarity index 65% rename from omniauth-yahoo-oauth2.gemspec rename to omniauth-oauth2-yahoo.gemspec index 11bd594..96cd274 100644 --- a/omniauth-yahoo-oauth2.gemspec +++ b/omniauth-oauth2-yahoo.gemspec @@ -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