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: e896e344f5c7f1f988d20566512c160c5c3b025f
4
- data.tar.gz: c5b56af8f8304bdc758c104ed8012f8e4fca9226
3
+ metadata.gz: e8e15b6ee94352b7d66c4091cfb84945df558c82
4
+ data.tar.gz: fc7cbcef4910675fc1fc507438532a24f4a54d16
5
5
  SHA512:
6
- metadata.gz: ae1f6fdb0f14030269817be4544645e3147cb4b923fff82fe7d47f60fa1dcc724db1e9d229621c475d87b3acf0da7fc34c0e9de02c888722b1590b406b4c091f
7
- data.tar.gz: 278f66de4e88550d47419e5292e2efd28ad84a6537323fdfff9c6e2a2afc9ee2f1324fcecf9490fa9512c94574804f37bef095170b1cc050b6fb35116ad71194
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
- ## Basic Usage
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
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Mendeley
3
- VERSION = "1.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
@@ -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.2.1}
11
- gem.summary = %q{Unofficial Mendeley strategy for OmniAuth 1.2.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: '1.0'
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.2.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-mendeley.rb
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.2.1
92
+ summary: Unofficial Mendeley strategy for OmniAuth 1.0
93
93
  test_files: []