omniauth-viadeo 0.1 → 0.2

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: a947954388c353d600782089bc7a910898daeb99
4
- data.tar.gz: 8613213ade6b75a084c01153312c12b7129034a0
3
+ metadata.gz: 1b15354266d65ec8b39f6b6cc805a69926bd9cde
4
+ data.tar.gz: e3e159dd893d0b316489d9ea2752c888c7da1de6
5
5
  SHA512:
6
- metadata.gz: 2538a6cf4804233467b944384843e50c1978bac7cc131bcb23cb782d326b6a18d7bf309fcb5d12023087e4bd43c507a049de477eebecd3c07691f4540739ba08
7
- data.tar.gz: 0352a5d5f878d998ab4d3217bfe0d3a563e19bf4edbf8ee70c254760d6988c7791f8b231f241a391fee65d465863dd3484fac414a4c0dd75597404936f46838f
6
+ metadata.gz: 5de32dec660668b6e195831be15c9d2f649a23ca8959e89531a74a67bbac080d368bcf88507fc8328bb3a8eb6e07a140c4ca2cb69296d17db45588fa55957dca
7
+ data.tar.gz: b8103f1e942976262bfb609b49fdf6e5d0bcee4bc002f638dbbe3066ae2dfa185d3741bcef541798dbdaa6f582d786ef94139a3ee3e3fc0fe5b03db6a38b4e45
data/.rvmrc CHANGED
@@ -1 +1 @@
1
- rvm 1.9.3@oviadeo --create
1
+ rvm 2.4.1@oviadeo --create
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
- source "http://rubygems.org"
1
+ source "https://rubygems.org"
2
2
 
3
3
  gemspec
4
4
 
data/Gemfile.lock CHANGED
@@ -1,46 +1,78 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-viadeo (0.0.5)
5
- omniauth-oauth2 (~> 1.0.0)
4
+ omniauth-viadeo (0.2)
5
+ omniauth-oauth2 (>= 1.0.0)
6
6
 
7
7
  GEM
8
- remote: http://rubygems.org/
8
+ remote: https://rubygems.org/
9
9
  specs:
10
- addressable (2.2.6)
11
- crack (0.3.1)
10
+ addressable (2.5.2)
11
+ public_suffix (>= 2.0.2, < 4.0)
12
+ coderay (1.1.2)
13
+ crack (0.4.3)
14
+ safe_yaml (~> 1.0.0)
12
15
  diff-lcs (1.1.3)
13
- faraday (0.7.6)
14
- addressable (~> 2.2)
15
- multipart-post (~> 1.1)
16
- rack (~> 1.1)
17
- ffi (1.0.11)
16
+ faraday (0.12.2)
17
+ multipart-post (>= 1.2, < 3)
18
+ ffi (1.9.18)
19
+ formatador (0.2.5)
18
20
  growl (1.0.3)
19
- guard (1.0.0)
20
- ffi (>= 0.5.0)
21
- thor (~> 0.14.6)
22
- guard-bundler (0.1.3)
23
- bundler (>= 1.0.0)
24
- guard (>= 0.2.2)
25
- guard-rspec (0.6.0)
26
- guard (>= 0.10.0)
27
- hashie (1.2.0)
28
- multi_json (1.0.4)
29
- multipart-post (1.1.4)
30
- oauth2 (0.5.2)
31
- faraday (~> 0.7)
32
- multi_json (~> 1.0)
33
- omniauth (1.0.2)
34
- hashie (~> 1.2)
35
- rack
36
- omniauth-oauth2 (1.0.0)
37
- oauth2 (~> 0.5.0)
38
- omniauth (~> 1.0)
39
- rack (1.4.1)
40
- rack-test (0.6.1)
41
- rack (>= 1.0)
42
- rake (0.9.2.2)
43
- rb-fsevent (0.9.3)
21
+ guard (2.14.2)
22
+ formatador (>= 0.2.4)
23
+ listen (>= 2.7, < 4.0)
24
+ lumberjack (>= 1.0.12, < 2.0)
25
+ nenv (~> 0.1)
26
+ notiffany (~> 0.0)
27
+ pry (>= 0.9.12)
28
+ shellany (~> 0.0)
29
+ thor (>= 0.18.1)
30
+ guard-bundler (2.1.0)
31
+ bundler (~> 1.0)
32
+ guard (~> 2.2)
33
+ guard-compat (~> 1.1)
34
+ guard-compat (1.2.1)
35
+ guard-rspec (1.2.2)
36
+ guard (>= 1.1)
37
+ hashdiff (0.3.7)
38
+ hashie (3.5.7)
39
+ jwt (1.5.6)
40
+ listen (3.1.5)
41
+ rb-fsevent (~> 0.9, >= 0.9.4)
42
+ rb-inotify (~> 0.9, >= 0.9.7)
43
+ ruby_dep (~> 1.2)
44
+ lumberjack (1.0.12)
45
+ method_source (0.9.0)
46
+ multi_json (1.12.2)
47
+ multi_xml (0.6.0)
48
+ multipart-post (2.0.0)
49
+ nenv (0.3.0)
50
+ notiffany (0.1.1)
51
+ nenv (~> 0.1)
52
+ shellany (~> 0.0)
53
+ oauth2 (1.4.0)
54
+ faraday (>= 0.8, < 0.13)
55
+ jwt (~> 1.0)
56
+ multi_json (~> 1.3)
57
+ multi_xml (~> 0.5)
58
+ rack (>= 1.2, < 3)
59
+ omniauth (1.8.1)
60
+ hashie (>= 3.4.6, < 3.6.0)
61
+ rack (>= 1.6.2, < 3)
62
+ omniauth-oauth2 (1.5.0)
63
+ oauth2 (~> 1.1)
64
+ omniauth (~> 1.2)
65
+ pry (0.11.3)
66
+ coderay (~> 1.1.0)
67
+ method_source (~> 0.9.0)
68
+ public_suffix (3.0.1)
69
+ rack (2.0.3)
70
+ rack-test (0.8.2)
71
+ rack (>= 1.0, < 3)
72
+ rake (12.3.0)
73
+ rb-fsevent (0.10.2)
74
+ rb-inotify (0.9.10)
75
+ ffi (>= 0.5.0, < 2)
44
76
  rspec (2.7.0)
45
77
  rspec-core (~> 2.7.0)
46
78
  rspec-expectations (~> 2.7.0)
@@ -49,10 +81,14 @@ GEM
49
81
  rspec-expectations (2.7.0)
50
82
  diff-lcs (~> 1.1.2)
51
83
  rspec-mocks (2.7.0)
52
- thor (0.14.6)
53
- webmock (1.7.10)
54
- addressable (~> 2.2, > 2.2.5)
55
- crack (>= 0.1.7)
84
+ ruby_dep (1.5.0)
85
+ safe_yaml (1.0.4)
86
+ shellany (0.0.1)
87
+ thor (0.20.0)
88
+ webmock (3.2.1)
89
+ addressable (>= 2.3.6)
90
+ crack (>= 0.3.2)
91
+ hashdiff
56
92
 
57
93
  PLATFORMS
58
94
  ruby
@@ -70,3 +106,6 @@ DEPENDENCIES
70
106
  rb-fsevent (~> 0.9)
71
107
  rspec (~> 2.7.0)
72
108
  webmock
109
+
110
+ BUNDLED WITH
111
+ 1.16.1
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2016 ChooseYourBoss
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Viadeo
3
- VERSION = "0.1"
3
+ VERSION = "0.2"
4
4
  end
5
- end
5
+ end
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.homepage = "https://github.com/pasta/omniauth-viadeo"
11
11
  s.summary = %q{Viadeo strategy for OmniAuth.}
12
12
  s.description = %q{Viadeo strategy for OmniAuth.}
13
-
13
+ s.licenses = ['MIT']
14
14
  s.files = `git ls-files`.split("\n")
15
15
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
16
16
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,83 +1,83 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-viadeo
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
4
+ version: '0.2'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vincent Coste
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-13 00:00:00.000000000 Z
11
+ date: 2018-01-05 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
19
  version: 1.0.0
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
26
  version: 1.0.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rspec
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ~>
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
33
  version: 2.7.0
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ~>
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: 2.7.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rake
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - '>='
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - '>='
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: webmock
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - '>='
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - '>='
66
+ - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: rack-test
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - '>='
73
+ - - ">="
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - '>='
80
+ - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  description: Viadeo strategy for OmniAuth.
@@ -87,11 +87,12 @@ executables: []
87
87
  extensions: []
88
88
  extra_rdoc_files: []
89
89
  files:
90
- - .rspec
91
- - .rvmrc
90
+ - ".rspec"
91
+ - ".rvmrc"
92
92
  - Gemfile
93
93
  - Gemfile.lock
94
94
  - Guardfile
95
+ - LICENSE
95
96
  - README.md
96
97
  - Rakefile
97
98
  - example/Gemfile
@@ -103,7 +104,8 @@ files:
103
104
  - spec/omniauth/strategies/viadeo_spec.rb
104
105
  - spec/spec_helper.rb
105
106
  homepage: https://github.com/pasta/omniauth-viadeo
106
- licenses: []
107
+ licenses:
108
+ - MIT
107
109
  metadata: {}
108
110
  post_install_message:
109
111
  rdoc_options: []
@@ -111,17 +113,17 @@ require_paths:
111
113
  - lib
112
114
  required_ruby_version: !ruby/object:Gem::Requirement
113
115
  requirements:
114
- - - '>='
116
+ - - ">="
115
117
  - !ruby/object:Gem::Version
116
118
  version: '0'
117
119
  required_rubygems_version: !ruby/object:Gem::Requirement
118
120
  requirements:
119
- - - '>='
121
+ - - ">="
120
122
  - !ruby/object:Gem::Version
121
123
  version: '0'
122
124
  requirements: []
123
125
  rubyforge_project:
124
- rubygems_version: 2.0.3
126
+ rubygems_version: 2.6.14
125
127
  signing_key:
126
128
  specification_version: 4
127
129
  summary: Viadeo strategy for OmniAuth.