omniauth-sandstorm 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6a5b3fa16bcf624788354ef2879be471ba8e6e1d
4
- data.tar.gz: 5e7a2df725e46b9d0c8ddb2ea9b04421a45f4762
3
+ metadata.gz: 988fb78b31484bf59b7c8676be469b9c9b7276d6
4
+ data.tar.gz: 75e23df81002eacf97b5bf7a50bc76a8f3152d67
5
5
  SHA512:
6
- metadata.gz: 944523fdacb014ad9445dca1d4628108c32a53bfe390a601af0ae3788371314abc63c6bfe9de5319f2b464dd13b49abd0141efdce533189cbe401808d5ff81f7
7
- data.tar.gz: a1327001355b78c6b54fcf55992e54a0f606c6d787571871fc36838bc7063f315a29bc72873ee06e5d0d245b02f3c9477cffa00aaf3f90f00556ec4bb22a4744
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
- # 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.
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: sandstorm_header(:username),
55
- nickname: sandstorm_header(:preferred_handle),
56
- image: sandstorm_header(:user_picture),
57
- urls: {
58
- 'User Pronouns': "https://pronoun.is/#{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
- # 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.
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.0'
19
+ VERSION = '1.1.1'
20
20
  end
21
21
  end
@@ -6,11 +6,11 @@
6
6
  #
7
7
  # http://www.apache.org/licenses/LICENSE-2.0
8
8
  #
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.
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.0
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-05 00:00:00.000000000 Z
11
+ date: 2016-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth