omniauth-proz 0.1.16 → 0.1.17

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: f84ec160cffa30169654d97523e7d3db9ef1af5a
4
- data.tar.gz: b523642f0570b5bda24296970adc7bceb39457b8
3
+ metadata.gz: 9be97155442417bcb1e84e94eeca8993b73656db
4
+ data.tar.gz: 07fdae5fec2bbcd07e787de2e2713c774c6415b7
5
5
  SHA512:
6
- metadata.gz: 5acedb23de77ae926fe01aabe93778019e8f1e78aeb50282feacb8b2884aa6cb8d0e6bdc5018a493b1f40cf2071907aadcf2f2607734df88bc5ec3f4090ffa36
7
- data.tar.gz: 505466da39a9cbe1544a49b7686cf18283e67c2d3f36bcab289a226788db975c05ee09c6900683ad1f595755c5f99f6cb9230c265214fe4fd3a77831dbe1404d
6
+ metadata.gz: 902ac589fe8b5ca7e6dc1d08438a0610c738146856ae0e9108f3cc79c69ee1f218da58fd8eb972c80a8cf4483714441f059589d9f41d7253819f2af1a9208c7f
7
+ data.tar.gz: b891a9912c7ed61344206dc95509b6b56e42bee04883631d9b1ff32e1fcc7c82fac303e141bb6450ab2c019288c17030965b1da492c60a46e48d6a45618a36d0
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Proz
3
- VERSION = "0.1.16"
3
+ VERSION = "0.1.17"
4
4
  end
5
5
  end
@@ -4,7 +4,7 @@ module OmniAuth
4
4
  module Strategies
5
5
  class Proz < OmniAuth::Strategies::OAuth2
6
6
 
7
- DEFAULT_SCOPE = 'user.email wiwo.post media.post'
7
+ DEFAULT_SCOPE = 'user.email wiwo media.post'
8
8
 
9
9
  option :name, :proz
10
10
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-proz
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.16
4
+ version: 0.1.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin S. Dias
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-19 00:00:00.000000000 Z
11
+ date: 2016-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler