Skip to content

Commit 3974985

Browse files
committed
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.
1 parent c121ccf commit 3974985

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ Gem::Specification.new do |gem|
55
gem.add_runtime_dependency 'omniauth-oauth2', '~> 1.1'
66
gem.add_development_dependency 'bundler', '~> 2'
77

8-
gem.authors = ['Amir Manji']
9-
gem.email = ['amanji75@gmail.com']
8+
gem.authors = ['Kristoffer Ek', 'Josef Ngo', 'Sten Larsson']
9+
gem.email = ['kristoffer.ek@burtcorp.com', 'josef.ngo@burtcorp.com', 'sten@burtcorp.com']
1010
gem.description = 'A Yahoo OAuth2 strategy for OmniAuth.'
1111
gem.summary = gem.description
12-
gem.homepage = 'https://github.com/amirmanji/omniauth-yahoo-oauth2'
12+
gem.homepage = 'https://github.com/burtcorp/omniauth-yahoo-oauth2'
1313
gem.license = 'MIT'
1414

1515
gem.files = `git ls-files`.split("\n")
16-
gem.name = 'omniauth-yahoo-oauth2'
16+
gem.name = 'omniauth-oauth2-yahoo'
1717
gem.require_paths = ['lib']
1818
gem.version = OmniAuth::YahooOauth2::VERSION
1919
end

0 commit comments

Comments
 (0)