omniauth-linkedin-oauth2 0.1.0 → 0.1.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 +4 -4
- data/LICENSE.txt +2 -2
- data/lib/omniauth-linkedin-oauth2/version.rb +1 -1
- data/omniauth-linkedin-oauth2.gemspec +1 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 533bd70ad57ac9aa69c1148bc3b0e3781361e587
|
|
4
|
+
data.tar.gz: f2938ae705278dbaca57a12f1e667d0282c96f35
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b41f44e4a037a289ea4620f94e81e4dad1eef0592d5cecffd5fcd16b3c2f4634fe618b0bae212b4232b691ae127b53b93a8e43f17ba485cc1a19444ead3e00be
|
|
7
|
+
data.tar.gz: e9a2a02ff5da9247e54a4d721421e097830b2acd09582f19bbd6819cad8d55a44f6e5c94b29709c30cc5c9d900d16bd411dbe6b948995075c1dbc5678e3f5f71
|
data/LICENSE.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright (c) 2013
|
|
1
|
+
Copyright (c) 2013 Décio Ferreira
|
|
2
2
|
|
|
3
3
|
MIT License
|
|
4
4
|
|
|
@@ -19,4 +19,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
|
19
19
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
20
20
|
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
21
21
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
22
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
22
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
|
|
|
11
11
|
gem.description = %q{A LinkedIn OAuth2 strategy for OmniAuth.}
|
|
12
12
|
gem.summary = %q{A LinkedIn OAuth2 strategy for OmniAuth.}
|
|
13
13
|
gem.homepage = "https://github.com/decioferreira/omniauth-linkedin-oauth2"
|
|
14
|
+
gem.license = "MIT"
|
|
14
15
|
|
|
15
16
|
gem.files = `git ls-files`.split($/)
|
|
16
17
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-linkedin-oauth2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Décio Ferreira
|
|
@@ -117,7 +117,8 @@ files:
|
|
|
117
117
|
- spec/omniauth/strategies/linkedin_oauth2_spec.rb
|
|
118
118
|
- spec/spec_helper.rb
|
|
119
119
|
homepage: https://github.com/decioferreira/omniauth-linkedin-oauth2
|
|
120
|
-
licenses:
|
|
120
|
+
licenses:
|
|
121
|
+
- MIT
|
|
121
122
|
metadata: {}
|
|
122
123
|
post_install_message:
|
|
123
124
|
rdoc_options: []
|