Skip to content
Snippets Groups Projects
Commit cb615ee0 authored by Murray, Troy's avatar Murray, Troy
Browse files

Add Andrew as author, update version

parent 000c0aae
No related branches found
No related tags found
No related merge requests found
# Changelog
## 1.0.2
* Clean-up some code and formatting
* Add some specs
## 1.0.1
* Rename netid field to msunetid
......@@ -12,4 +17,3 @@
## 0.5.0
* Initial release
......@@ -49,4 +49,4 @@ Once the login is completed you should receive the following hash that you can a
## License
Please see the LICENSE.md file.
\ No newline at end of file
Please see the LICENSE.md file.
module OmniAuth
module MSUnet
VERSION = "1.0.1"
VERSION = "1.0.2"
end
end
......@@ -2,8 +2,8 @@
require File.expand_path('../lib/omniauth-msunet/version', __FILE__)
Gem::Specification.new do |gem|
gem.authors = ["Troy Murray"]
gem.email = ["tm@msu.edu"]
gem.authors = ['Troy Murray', 'Andrew Tomaka']
gem.email = ['tm@msu.edu', 'atomaka@msu.edu']
gem.summary = %q{Michigan State University MSUnet OmniAuth strategy.}
gem.description = %q{Official OmniAuth strategy for authenticating against the Michigan State University MSUnet OAuth2 provider.}
gem.homepage = "https://gitlab.msu.edu/msu-middleware-group/omniauth-msunet"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment