omniauth-remote-user 0.1 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cb22f2a74a3316643c1fcc566a08aa77ec3db197
4
- data.tar.gz: 1970efad0b4242afe764452c40597c5d0a32fe33
3
+ metadata.gz: 010df7958c3aa475eac85c8b461205366fc2ac4f
4
+ data.tar.gz: 6e2ea502ec8156f70ce56308d93edd475a3c507a
5
5
  SHA512:
6
- metadata.gz: 004b33c37c2c29d50c07b3ce008b1ae9d6947fcb0b3aefc89711cf2d06b5d5f09569ca7b48f403913c37f6f05d0ec5695cd39d2c785acf84515623c18c6f4cc7
7
- data.tar.gz: 402e8b82ce7558d33038d4cf6419a4f69a374f9bc4880c753d38ca01e039b627b8d23000c2ab1f20a432a0906c85ae0dc951eadb4845d00138cf819cf6ed111d
6
+ metadata.gz: 1b3918704a355ad1f3c2deaf47d08313c579953d435996e6c66f0de02279bb7cd30d4171edd3f3f7ba54c55af23ac324be38921d874e2a78201fc760a9aa519c
7
+ data.tar.gz: 318aed62e2ac99cf01e7f0f65656201acd9650fa98c0bb34508057436cb83fafbada8912f41c0925c1133c6ffd6ef4ba61245881efcc74a62a3688ac1bbbdbb3
data/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
- Copyright (c) 2015 Antonio Terceiro
1
+ Copyright © Lucas Kanashiro, Thiago Ribeiro, Rodrigo Siqueira, Macartur Sousa, Antonio Terceiro
2
2
 
3
- MIT License
3
+ Expat (aka MIT) License
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining
6
6
  a copy of this software and associated documentation files (the
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module RemoteUser
3
- VERSION = '0.1'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
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.1'
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lucas Kanashiro