forked from kmrshntr/omniauth-slack
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change occurrences of Omniauth to OmniAuth.
Change name of gem to ginjo-omniauth-slack. Update readme. Prep for release.
- Loading branch information
Showing
4 changed files
with
30 additions
and
12 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module Omniauth | ||
module OmniAuth | ||
module Slack | ||
VERSION = "2.4.0.pre04" | ||
VERSION = "2.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 |
---|---|---|
|
@@ -3,7 +3,7 @@ require File.expand_path('../lib/omniauth-slack/version', __FILE__) | |
|
||
Gem::Specification.new do |spec| | ||
spec.name = 'ginjo-omniauth-slack' | ||
spec.version = Omniauth::Slack::VERSION | ||
spec.version = OmniAuth::Slack::VERSION | ||
spec.authors = ['kimura', 'ginjo'] | ||
spec.email = ['[email protected]', '[email protected]'] | ||
spec.description = %q{OmniAuth strategy for Slack} | ||
|