-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from identification-io/master
Updated with data from latest endpoint
- Loading branch information
Showing
3 changed files
with
26 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module Omniauth | ||
module Podio | ||
VERSION = "0.0.1" | ||
VERSION = "0.1.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
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,8 +3,8 @@ $:.push File.expand_path("../lib", __FILE__) | |
require "omniauth-podio/version" | ||
|
||
Gem::Specification.new do |gem| | ||
gem.authors = ["Lucas Allan"] | ||
gem.email = ["[email protected]"] | ||
gem.authors = ["Lucas Allan", "Joel Van Horn"] | ||
gem.email = ["[email protected]", "[email protected]"] | ||
gem.description = %q{OmniAuth strategy for Podio.} | ||
gem.summary = %q{OmniAuth strategy for Podio.} | ||
gem.homepage = "https://github.com/lucasallan/omniauth-podio" | ||
|