easy_auth-github 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +2 -7
- data/app/models/identities/oauth2/github.rb +4 -0
- data/lib/easy_auth/github/version.rb +1 -1
- metadata +4 -4
data/README.md
CHANGED
@@ -14,13 +14,8 @@ In your Gemfile add the following:
|
|
14
14
|
gem 'easy_auth-github'
|
15
15
|
```
|
16
16
|
|
17
|
-
|
18
|
-
|
19
|
-
```ruby
|
20
|
-
rake easy_auth-github:install:migrations
|
21
|
-
```
|
22
|
-
|
23
|
-
Then run your migrations.
|
17
|
+
Then follow the general installation instructions for
|
18
|
+
[EasyAuth](https://github.com/dockyard/easy_auth#installation)
|
24
19
|
|
25
20
|
## Authors ##
|
26
21
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: easy_auth-github
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2012-11-
|
13
|
+
date: 2012-11-23 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: easy_auth-oauth2
|
@@ -251,7 +251,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
251
251
|
version: '0'
|
252
252
|
segments:
|
253
253
|
- 0
|
254
|
-
hash: -
|
254
|
+
hash: -2126678042389002355
|
255
255
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
256
256
|
none: false
|
257
257
|
requirements:
|
@@ -260,7 +260,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
260
260
|
version: '0'
|
261
261
|
segments:
|
262
262
|
- 0
|
263
|
-
hash: -
|
263
|
+
hash: -2126678042389002355
|
264
264
|
requirements: []
|
265
265
|
rubyforge_project:
|
266
266
|
rubygems_version: 1.8.23
|