omniauth-remote-user 0.0.2 → 0.0.3
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.
- checksums.yaml +4 -4
- data/lib/omniauth-remote-user/version.rb +1 -1
- data/omniauth-remote-user.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a29fbcfcf0a5f75faecbb8d6bc46acfc0dc2fc45
|
|
4
|
+
data.tar.gz: 8146956e4e0082e65967d135be45f6c238a8548a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5a556e453863f19d56160c5b5d1efbb1f9df4e1b5f2081defe6b6ec5123b19ad6433734f9cce02fbfb8a09d971cdb2906a8fc520931a8d9d895377be752b9a9b
|
|
7
|
+
data.tar.gz: 2ad22cbac1b8a68007b1224a930562cfc6eb83aded080b14e80a8a0ae5407cae062b9a1d923d9858c145db687b23a8bd56d2070469a5897f976d457b1ebb8977
|
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |gem|
|
|
|
7
7
|
gem.description = 'Authentication with Remote-User HTTP header for Omniauth.'
|
|
8
8
|
gem.summary = 'Authentication with HTTP Remote User'
|
|
9
9
|
gem.email = ['kanashiro.duarte@gmail.com', 'thiagitosouza@gmail.com', 'rodrigosiqueiramelo@gmail.com','macartur.sc@gmail.com','terceiro@softwarelivre.org']
|
|
10
|
-
gem.homepage = 'http://beta.softwarepublico.gov.br/gitlab/softwarepublico/
|
|
10
|
+
gem.homepage = 'http://beta.softwarepublico.gov.br/gitlab/softwarepublico/omniauth-remote-user'
|
|
11
11
|
gem.authors = ['Lucas Kanashiro', 'Thiago Ribeiro', 'Rodrigo Siqueira','Macartur Sousa', 'Antonio Terceiro']
|
|
12
12
|
gem.require_paths = %w(lib)
|
|
13
13
|
gem.files = `git ls-files -z`.split("\x0").reject {|f| f.start_with?('spec/')}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-remote-user
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lucas Kanashiro
|
|
@@ -53,7 +53,7 @@ files:
|
|
|
53
53
|
- omniauth-remote-user.gemspec
|
|
54
54
|
- references/teste.rb
|
|
55
55
|
- test_notes.txt
|
|
56
|
-
homepage: http://beta.softwarepublico.gov.br/gitlab/softwarepublico/
|
|
56
|
+
homepage: http://beta.softwarepublico.gov.br/gitlab/softwarepublico/omniauth-remote-user
|
|
57
57
|
licenses:
|
|
58
58
|
- GPLv3
|
|
59
59
|
metadata: {}
|