omniauth-hackid 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module HackID
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.authors = ['Steve Yadlowsky']
9
9
  s.email = ['grizlo42@gmail.com']
10
10
  s.summary = 'HackID strategy for OmniAuth'
11
- s.homepage = 'https://github.com/grizlo42/omniauth-hackid'
11
+ s.homepage = 'https://github.com/HackBerkeley/omniauth-hackid'
12
12
 
13
13
  s.files = `git ls-files`.split("\n")
14
14
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-hackid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -111,7 +111,7 @@ files:
111
111
  - test/test.rb
112
112
  - test/token_params_test.rb
113
113
  - test/uid_test.rb
114
- homepage: https://github.com/grizlo42/omniauth-hackid
114
+ homepage: https://github.com/HackBerkeley/omniauth-hackid
115
115
  licenses: []
116
116
  post_install_message:
117
117
  rdoc_options: []