Skip to content

Commit 04e3e5c

Browse files
committed
Use a conventional require statement
1 parent cadc0f8 commit 04e3e5c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lib/omniauth/strategies/github_data_residency.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require "omniauth/strategies/github"
1+
require "omniauth-github"
22

33
module OmniAuth
44
module Strategies

omniauth-github-data-residency.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ Gem::Specification.new do |spec|
1414
spec.license = "MIT"
1515
spec.required_ruby_version = ">= 3.1.0"
1616

17-
spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
17+
spec.metadata["allowed_push_host"] = "https://rubygems.pkg.github.com/packfiles"
1818

1919
spec.metadata["homepage_uri"] = spec.homepage
2020
spec.metadata["source_code_uri"] = "https://github.com/packfiles/omniauth-github-data-residency"
21-
spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
2221

2322
# Specify which files should be added to the gem when it is released.
2423
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.

0 commit comments

Comments
 (0)