omniauth-thecity 0.0.3 → 1.0.0

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/omniauth-thecity.gemspec +2 -2
  3. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 822ec3c46a21fc4817db7af64f6a4af6e2c642a1
4
- data.tar.gz: dc2bef5ccc60a765a31c3629b01f0ac548e3abee
3
+ metadata.gz: 312c6654746cb1c428df7b35af63e5998e2ea8ee
4
+ data.tar.gz: ef00eca5182724d46d59d82201f9838428fcd148
5
5
  SHA512:
6
- metadata.gz: 5ce778247f62c015d74510190a76f08c189b558f3e229a3ec4bf7721f4cc8859f60cc7845d4a74bca94e388e962e4e5a8b6ab687e03dd12cf67517b4515cd0c7
7
- data.tar.gz: 226ef7bfa89dab8b3e75f2adac7c36c484135e94115102b0a64f58cf347398aaf004705ff955b4ba6dd707e67a2b8f3f80a43c3ed9dc85ed3d7545551624e034
6
+ metadata.gz: 1e0e978e99c5a5aef901a19df0209537c0183a61264cac8dedf3bbda65fa0b37a0b5c452d3851f27f75a0dba9ab6115520dbe990019b31c8cc80a9d5080f213a
7
+ data.tar.gz: 075dee350e0371e7de0c2fcf92d220fe586fba7dc7f2898f97dc23f53b2dffe75760017aa3a2a7cfc273e8bc5b94927b63200d06625889a9286ed5a5d6aeac12
@@ -11,8 +11,8 @@ Gem::Specification.new do |gem|
11
11
  gem.email = ["mark@onthecity.org"]
12
12
  gem.description = %q{OmniAuth Strategy for using The City's OAuth 2 Provider}
13
13
  gem.summary = %q{TO DO: Write a gem summary}
14
- gem.homepage = ""
15
-
14
+ gem.homepage = "https://github.com/thecity/omniauth-thecity"
15
+ gem.licenses = ['MIT']
16
16
  gem.add_runtime_dependency 'omniauth-oauth2', '~> 1.1.1'
17
17
 
18
18
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-thecity
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Blair
@@ -45,8 +45,9 @@ files:
45
45
  - lib/omniauth/.DS_Store
46
46
  - lib/omniauth/strategies/thecity.rb
47
47
  - omniauth-thecity.gemspec
48
- homepage: ''
49
- licenses: []
48
+ homepage: https://github.com/thecity/omniauth-thecity
49
+ licenses:
50
+ - MIT
50
51
  metadata: {}
51
52
  post_install_message:
52
53
  rdoc_options: []