omniauth-avvo 0.0.3 → 0.0.4
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/lib/omniauth/avvo/version.rb +1 -1
- data/omniauth-avvo.gemspec +1 -1
- metadata +10 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 63bdc8c9f491a0e63344a140fb1d046c0a206cec
|
|
4
|
+
data.tar.gz: 7b7c7ce880cf6390e0ce5aa7ef0ef314a2edb8c4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e8133ee0e2f5d0255b5fe7375185db725f2fe8f1363fadfb98e8a59334ef3df410924fa25ccf41be60ade1fb9b398711a221b986314cde39584bf3098de9d525
|
|
7
|
+
data.tar.gz: 6a605baa09b2624decac7ea7578dc98ba7b8989e596610c9b28ea1e736a45ff98947e740751a377219d42ace808269b92a850cc3cde3af32dc7c908bb8e4378a
|
data/omniauth-avvo.gemspec
CHANGED
|
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
|
|
|
6
6
|
s.version = OmniAuth::Avvo::VERSION
|
|
7
7
|
s.description = 'Avvo.com strategy for OmniAuth'
|
|
8
8
|
s.summary = 'Avvo.com strategy for OmniAuth'
|
|
9
|
-
s.add_dependency "omniauth-oauth2", "~> 1.1
|
|
9
|
+
s.add_dependency "omniauth-oauth2", "~> 1.1"
|
|
10
10
|
|
|
11
11
|
s.author = "Jeff Ching"
|
|
12
12
|
s.email = "ching.jeff@gmail.com"
|
metadata
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-avvo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jeff Ching
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-01-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: omniauth-oauth2
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - ~>
|
|
17
|
+
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 1.1
|
|
19
|
+
version: '1.1'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - ~>
|
|
24
|
+
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 1.1
|
|
26
|
+
version: '1.1'
|
|
27
27
|
description: Avvo.com strategy for OmniAuth
|
|
28
28
|
email: ching.jeff@gmail.com
|
|
29
29
|
executables: []
|
|
@@ -47,18 +47,19 @@ require_paths:
|
|
|
47
47
|
- lib
|
|
48
48
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
49
49
|
requirements:
|
|
50
|
-
- -
|
|
50
|
+
- - ">="
|
|
51
51
|
- !ruby/object:Gem::Version
|
|
52
52
|
version: '0'
|
|
53
53
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
54
54
|
requirements:
|
|
55
|
-
- -
|
|
55
|
+
- - ">="
|
|
56
56
|
- !ruby/object:Gem::Version
|
|
57
57
|
version: '0'
|
|
58
58
|
requirements: []
|
|
59
59
|
rubyforge_project:
|
|
60
|
-
rubygems_version: 2.
|
|
60
|
+
rubygems_version: 2.4.8
|
|
61
61
|
signing_key:
|
|
62
62
|
specification_version: 4
|
|
63
63
|
summary: Avvo.com strategy for OmniAuth
|
|
64
64
|
test_files: []
|
|
65
|
+
has_rdoc:
|