jekyll-auth 0.5.0 → 0.5.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: 7a8834377597545407d2933ea90a8c96ed190482
4
- data.tar.gz: 23bb2a16522f52d727504f282914f1d058a77c97
3
+ metadata.gz: f3966bfba9db39ed4014781904be87df39f3ca0a
4
+ data.tar.gz: 66b9460c9255e2a284fe343b655c5fb143fb0f4a
5
5
  SHA512:
6
- metadata.gz: 2ea5c9afd4ddd7a9bdb9e64c2c0e2f093955be1f03f206a9909155f6a2f6e177b504035009c3b10c4bd12abf16f1ca4968805f1713dea9b2493974823fba6978
7
- data.tar.gz: 9cc3a11dedb0caa62616b6a7a94dae2c0c4fd3c16483f45e6604423b7b2d47ce3e9d7eea33489de2b51c75b44f67384abe6fbc52843891f34317e0632f5c22af
6
+ metadata.gz: fc345ec0d17973e9eb069928985a1fcfe02b9ee62541a87066d547d2c3beac98605d96fc34f20a1a8e60900ccdf148d1b1f3a43979ccf45fdd21e785b72e2e32
7
+ data.tar.gz: 670bdff3ac7f8f497ee1d0980cb393253a6940b1ad65548aced243df653150c56c6bd42bb03efe412fd9b3e70f413241bc662bb7f0786978ed562c584dbb8443
data/.gitignore CHANGED
@@ -1,3 +1,4 @@
1
1
  _site
2
2
  *.gem
3
3
  .env
4
+ /Gemfile.lock
@@ -15,7 +15,7 @@ class JekyllAuth
15
15
  set :github_options, {
16
16
  :client_id => ENV['GITHUB_CLIENT_ID'],
17
17
  :client_secret => ENV['GITHUB_CLIENT_SECRET'],
18
- :scopes => 'user'
18
+ :scopes => 'read:org'
19
19
  }
20
20
 
21
21
  register Sinatra::Auth::Github
@@ -1,3 +1,3 @@
1
1
  class JekyllAuth
2
- VERSION = '0.5.0'
2
+ VERSION = '0.5.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Balter
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-26 00:00:00.000000000 Z
11
+ date: 2014-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll