-
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.
Bumps omniauth-nitro-id to v.1.4.0 and updates maintainer information
- Loading branch information
Showing
4 changed files
with
8 additions
and
5 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
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
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 |
---|---|---|
|
@@ -2,6 +2,6 @@ | |
|
||
module OmniAuth | ||
module NitroId | ||
VERSION = "1.3.3" | ||
VERSION = "1.4.0" | ||
end | ||
end |
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,8 +5,8 @@ require File.expand_path("lib/omniauth/nitro_id/version", __dir__) | |
Gem::Specification.new do |spec| | ||
spec.name = "omniauth-nitro-id" | ||
spec.version = OmniAuth::NitroId::VERSION | ||
spec.authors = ["Stephen Greer"] | ||
spec.email = ["[email protected]"] | ||
spec.authors = ["Stephen Greer", "Katie Edgar"] | ||
spec.email = ["[email protected]", "[email protected]"] | ||
spec.summary = "NitroID Strategy for OmniAuth." | ||
spec.description = "NitroID Strategy for OmniAuth." | ||
spec.homepage = "https://github.com/powerhome/omniauth-nitro-id" | ||
|