sinatra_auth_github 0.0.4 → 0.0.5
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.
- data/README.md +2 -0
- data/lib/sinatra/auth/github.rb +1 -0
- metadata +4 -4
data/README.md
CHANGED
|
@@ -7,6 +7,8 @@ To test it out on localhost set your callback url to 'http://localhost:9292/auth
|
|
|
7
7
|
|
|
8
8
|
There's an example app in [spec/app.rb](/atmos/sinatra_auth_github/blob/master/spec/app.rb).
|
|
9
9
|
|
|
10
|
+
There's a slightly more deployment friendly version [href](http://gist.github.com/421704).
|
|
11
|
+
|
|
10
12
|
The Extension in Action
|
|
11
13
|
=======================
|
|
12
14
|
% gem install bundler
|
data/lib/sinatra/auth/github.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sinatra_auth_github
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 5
|
|
10
|
+
version: 0.0.5
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Corey Donohoe
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-06-
|
|
18
|
+
date: 2010-06-02 00:00:00 -07:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|