omniauth-sandstorm 1.1.0 → 1.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 +4 -4
- data/lib/omniauth/strategies/sandstorm.rb +10 -10
- data/lib/omniauth-sandstorm/version.rb +6 -6
- data/lib/omniauth-sandstorm.rb +5 -5
- 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: 988fb78b31484bf59b7c8676be469b9c9b7276d6
|
|
4
|
+
data.tar.gz: 75e23df81002eacf97b5bf7a50bc76a8f3152d67
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6ee0952686569d16d9cb5596f386f87c215c110a04e1f8d82080ac43c4ba13a60fefdfad9180e2e0a93e23f6d2b2c3587580bc35d2796d3618fd087bcd94c087
|
|
7
|
+
data.tar.gz: 269bdb565e2c04b5e682d114cbb2ea110a4d6b6cd6cadd7b9dcfc773dd510596c1ff273d1f819bc598adcd5e7c381a2d924d2c26d1e6b9eea1fde18cb2582e0c
|
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
#
|
|
7
7
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
8
|
#
|
|
9
|
-
#
|
|
10
|
-
#
|
|
11
|
-
#
|
|
12
|
-
#
|
|
13
|
-
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
14
|
|
|
15
15
|
require 'omniauth'
|
|
16
16
|
require 'uri'
|
|
@@ -51,11 +51,11 @@ module OmniAuth
|
|
|
51
51
|
'they'
|
|
52
52
|
end
|
|
53
53
|
{
|
|
54
|
-
name
|
|
55
|
-
nickname
|
|
56
|
-
image
|
|
57
|
-
urls
|
|
58
|
-
'User Pronouns'
|
|
54
|
+
:name => sandstorm_header(:username),
|
|
55
|
+
:nickname => sandstorm_header(:preferred_handle),
|
|
56
|
+
:image => sandstorm_header(:user_picture),
|
|
57
|
+
:urls => {
|
|
58
|
+
'User Pronouns' => "https://pronoun.is/#{pronouns}",
|
|
59
59
|
},
|
|
60
60
|
}
|
|
61
61
|
end
|
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
#
|
|
7
7
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
8
|
#
|
|
9
|
-
#
|
|
10
|
-
#
|
|
11
|
-
#
|
|
12
|
-
#
|
|
13
|
-
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
14
|
|
|
15
15
|
require 'omniauth-sandstorm/version'
|
|
16
16
|
require 'omniauth/strategies/sandstorm'
|
|
17
17
|
module OmniAuth
|
|
18
18
|
module Sandstorm
|
|
19
|
-
VERSION = '1.1.
|
|
19
|
+
VERSION = '1.1.1'
|
|
20
20
|
end
|
|
21
21
|
end
|
data/lib/omniauth-sandstorm.rb
CHANGED
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
#
|
|
7
7
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
8
|
#
|
|
9
|
-
#
|
|
10
|
-
#
|
|
11
|
-
#
|
|
12
|
-
#
|
|
13
|
-
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
14
|
|
|
15
15
|
require 'omniauth-sandstorm/version'
|
|
16
16
|
require 'omniauth/strategies/sandstorm'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-sandstorm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Steven Dee
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-04-
|
|
11
|
+
date: 2016-04-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: omniauth
|