omniauth-mendeley_oauth2 1.0 → 1.0.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e8e15b6ee94352b7d66c4091cfb84945df558c82
|
4
|
+
data.tar.gz: fc7cbcef4910675fc1fc507438532a24f4a54d16
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 20bb51e2d46111c0e355581d76d5107be073ab37774caac79041a632210eb830c878931f28528943f5f415349cfe3e937690b690f655c19ad57411fdbc9cd894
|
7
|
+
data.tar.gz: de97051d0cc698ba17bd96298f83c690083c2200ce026c6ee4e924ed4490cd8e697b6bc04e823bba61b090cac564b1ac11322858c86e57c9eebffb58539d738e
|
data/README.md
CHANGED
@@ -4,7 +4,12 @@ This is the unofficial [OmniAuth 1.0](https://github.com/intridea/omniauth) stra
|
|
4
4
|
To use it, you'll need to sign up at [Mendeley.com](http://mendeley.com), sign in with given credentials
|
5
5
|
at [Mendeley Developers Page](http://dev.mendeley.com/) and then create an OAuth2 app.
|
6
6
|
|
7
|
-
##
|
7
|
+
## Usage
|
8
|
+
|
9
|
+
```ruby
|
10
|
+
# in Gemfile
|
11
|
+
gem 'omniauth-mendeley_oauth2'
|
12
|
+
```
|
8
13
|
|
9
14
|
```ruby
|
10
15
|
use OmniAuth::Builder do
|
File without changes
|
@@ -7,8 +7,8 @@ Gem::Specification.new do |gem|
|
|
7
7
|
|
8
8
|
gem.authors = ["Anton Chuchkalov"]
|
9
9
|
gem.email = ["a2new@yandex.ru"]
|
10
|
-
gem.description = %q{Unofficial Mendeley strategy for OmniAuth 1.
|
11
|
-
gem.summary = %q{Unofficial Mendeley strategy for OmniAuth 1.
|
10
|
+
gem.description = %q{Unofficial Mendeley strategy for OmniAuth 1.0}
|
11
|
+
gem.summary = %q{Unofficial Mendeley strategy for OmniAuth 1.0}
|
12
12
|
gem.homepage = "https://github.com/hedgesky/omniauth-mendeley"
|
13
13
|
|
14
14
|
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-mendeley_oauth2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Anton Chuchkalov
|
@@ -52,7 +52,7 @@ dependencies:
|
|
52
52
|
- - ">="
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
|
-
description: Unofficial Mendeley strategy for OmniAuth 1.
|
55
|
+
description: Unofficial Mendeley strategy for OmniAuth 1.0
|
56
56
|
email:
|
57
57
|
- a2new@yandex.ru
|
58
58
|
executables: []
|
@@ -63,7 +63,7 @@ files:
|
|
63
63
|
- Rakefile
|
64
64
|
- example/Gemfile
|
65
65
|
- example/config.ru
|
66
|
-
- lib/omniauth-
|
66
|
+
- lib/omniauth-mendeley_oauth2.rb
|
67
67
|
- lib/omniauth/mendeley/version.rb
|
68
68
|
- lib/omniauth/strategies/mendeley.rb
|
69
69
|
- omniauth-mendeley_oauth2.gemspec
|
@@ -89,5 +89,5 @@ rubyforge_project:
|
|
89
89
|
rubygems_version: 2.2.2
|
90
90
|
signing_key:
|
91
91
|
specification_version: 4
|
92
|
-
summary: Unofficial Mendeley strategy for OmniAuth 1.
|
92
|
+
summary: Unofficial Mendeley strategy for OmniAuth 1.0
|
93
93
|
test_files: []
|