omniauth-bookingsync 0.5.0 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +0 -1
- data/.travis.yml +2 -3
- data/Appraisals +4 -4
- data/CHANGELOG.md +6 -1
- data/Gemfile.lock +45 -42
- data/example/Gemfile.lock +15 -15
- data/example/bookingsync_oauth_helper.rb +1 -1
- data/gemfiles/omniauth_oauth2_1.4.gemfile +7 -0
- data/gemfiles/omniauth_oauth2_1.6.gemfile +7 -0
- data/lib/omniauth/bookingsync/version.rb +1 -1
- data/omniauth-bookingsync.gemspec +3 -3
- metadata +16 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e006faf0318de568e1b948d61896bf9991e0db4c
|
4
|
+
data.tar.gz: 09d8f1eef86b0e17f6dad01350cd34f7f105386c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ad686fc29af2d5710c36b0d702e1318ecfae6a37f89f602cfb5f924a6cbef51ec01a045c9bf3d556d85f98b6c81f733f74e7358a01ff995e1473242af6466a2
|
7
|
+
data.tar.gz: 259dcfb6d634df9c936e24d3c06142e507e3d5d5fdbcd8845e9707634a9963929e46ab040078a4c91c5c7cc51113b45d961eaf915ff441ac8e24656441f64174
|
data/.gitignore
CHANGED
data/.travis.yml
CHANGED
@@ -5,11 +5,10 @@ before_install:
|
|
5
5
|
- bundle install --jobs=3 --retry=3
|
6
6
|
- bundle binstub rake
|
7
7
|
rvm:
|
8
|
-
- 2.2.6
|
9
8
|
- 2.3.3
|
10
9
|
- 2.4.0
|
11
10
|
- ruby-head
|
12
11
|
- jruby
|
13
12
|
gemfile:
|
14
|
-
- gemfiles/
|
15
|
-
- gemfiles/
|
13
|
+
- gemfiles/omniauth_oauth2_1.4.gemfile
|
14
|
+
- gemfiles/omniauth_oauth2_1.6.gemfile
|
data/Appraisals
CHANGED
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -2,9 +2,9 @@ PATH
|
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
4
|
omniauth-bookingsync (0.5.0)
|
5
|
-
oauth2
|
6
|
-
omniauth
|
7
|
-
omniauth-oauth2
|
5
|
+
oauth2
|
6
|
+
omniauth
|
7
|
+
omniauth-oauth2
|
8
8
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
@@ -13,56 +13,59 @@ GEM
|
|
13
13
|
bundler
|
14
14
|
rake
|
15
15
|
thor (>= 0.14.0)
|
16
|
-
ast (2.
|
16
|
+
ast (2.4.0)
|
17
17
|
diff-lcs (1.3)
|
18
|
-
faraday (0.
|
18
|
+
faraday (0.15.4)
|
19
19
|
multipart-post (>= 1.2, < 3)
|
20
|
-
hashie (3.
|
21
|
-
|
22
|
-
|
20
|
+
hashie (3.6.0)
|
21
|
+
jaro_winkler (1.5.2)
|
22
|
+
jwt (2.1.0)
|
23
|
+
multi_json (1.13.1)
|
23
24
|
multi_xml (0.6.0)
|
24
25
|
multipart-post (2.0.0)
|
25
|
-
oauth2 (1.
|
26
|
-
faraday (>= 0.8, < 0.
|
27
|
-
jwt (
|
26
|
+
oauth2 (1.4.1)
|
27
|
+
faraday (>= 0.8, < 0.16.0)
|
28
|
+
jwt (>= 1.0, < 3.0)
|
28
29
|
multi_json (~> 1.3)
|
29
30
|
multi_xml (~> 0.5)
|
30
31
|
rack (>= 1.2, < 3)
|
31
|
-
omniauth (1.
|
32
|
-
hashie (>= 3.4.6, < 3.
|
32
|
+
omniauth (1.9.0)
|
33
|
+
hashie (>= 3.4.6, < 3.7.0)
|
33
34
|
rack (>= 1.6.2, < 3)
|
34
|
-
omniauth-oauth2 (1.
|
35
|
-
oauth2 (~> 1.
|
36
|
-
omniauth (~> 1.
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
rake (12.
|
44
|
-
rspec (3.
|
45
|
-
rspec-core (~> 3.
|
46
|
-
rspec-expectations (~> 3.
|
47
|
-
rspec-mocks (~> 3.
|
48
|
-
rspec-core (3.
|
49
|
-
rspec-support (~> 3.
|
50
|
-
rspec-expectations (3.
|
35
|
+
omniauth-oauth2 (1.6.0)
|
36
|
+
oauth2 (~> 1.1)
|
37
|
+
omniauth (~> 1.9)
|
38
|
+
parallel (1.13.0)
|
39
|
+
parser (2.6.0.0)
|
40
|
+
ast (~> 2.4.0)
|
41
|
+
powerpack (0.1.2)
|
42
|
+
rack (2.0.6)
|
43
|
+
rainbow (3.0.0)
|
44
|
+
rake (12.3.2)
|
45
|
+
rspec (3.8.0)
|
46
|
+
rspec-core (~> 3.8.0)
|
47
|
+
rspec-expectations (~> 3.8.0)
|
48
|
+
rspec-mocks (~> 3.8.0)
|
49
|
+
rspec-core (3.8.0)
|
50
|
+
rspec-support (~> 3.8.0)
|
51
|
+
rspec-expectations (3.8.2)
|
51
52
|
diff-lcs (>= 1.2.0, < 2.0)
|
52
|
-
rspec-support (~> 3.
|
53
|
-
rspec-mocks (3.
|
53
|
+
rspec-support (~> 3.8.0)
|
54
|
+
rspec-mocks (3.8.0)
|
54
55
|
diff-lcs (>= 1.2.0, < 2.0)
|
55
|
-
rspec-support (~> 3.
|
56
|
-
rspec-support (3.
|
57
|
-
rubocop (0.
|
58
|
-
|
56
|
+
rspec-support (~> 3.8.0)
|
57
|
+
rspec-support (3.8.0)
|
58
|
+
rubocop (0.63.0)
|
59
|
+
jaro_winkler (~> 1.5.1)
|
60
|
+
parallel (~> 1.10)
|
61
|
+
parser (>= 2.5, != 2.5.1.1)
|
59
62
|
powerpack (~> 0.1)
|
60
|
-
rainbow (>=
|
63
|
+
rainbow (>= 2.2.2, < 4.0)
|
61
64
|
ruby-progressbar (~> 1.7)
|
62
|
-
unicode-display_width (~> 1.
|
63
|
-
ruby-progressbar (1.
|
64
|
-
thor (0.
|
65
|
-
unicode-display_width (1.
|
65
|
+
unicode-display_width (~> 1.4.0)
|
66
|
+
ruby-progressbar (1.10.0)
|
67
|
+
thor (0.20.3)
|
68
|
+
unicode-display_width (1.4.1)
|
66
69
|
|
67
70
|
PLATFORMS
|
68
71
|
ruby
|
@@ -75,4 +78,4 @@ DEPENDENCIES
|
|
75
78
|
rubocop
|
76
79
|
|
77
80
|
BUNDLED WITH
|
78
|
-
1.
|
81
|
+
1.16.2
|
data/example/Gemfile.lock
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
GEM
|
2
2
|
remote: https://rubygems.org/
|
3
3
|
specs:
|
4
|
-
faraday (0.
|
4
|
+
faraday (0.11.0)
|
5
5
|
multipart-post (>= 1.2, < 3)
|
6
6
|
hashie (3.5.5)
|
7
|
-
json (1.
|
7
|
+
json (2.1.0)
|
8
8
|
jwt (1.5.6)
|
9
9
|
multi_json (1.12.1)
|
10
10
|
multi_xml (0.6.0)
|
11
11
|
multipart-post (2.0.0)
|
12
|
-
oauth2 (1.
|
13
|
-
faraday (>= 0.8, < 0.
|
12
|
+
oauth2 (1.3.1)
|
13
|
+
faraday (>= 0.8, < 0.12)
|
14
14
|
jwt (~> 1.0)
|
15
15
|
multi_json (~> 1.3)
|
16
16
|
multi_xml (~> 0.5)
|
@@ -18,21 +18,21 @@ GEM
|
|
18
18
|
omniauth (1.6.1)
|
19
19
|
hashie (>= 3.4.6, < 3.6.0)
|
20
20
|
rack (>= 1.6.2, < 3)
|
21
|
-
omniauth-bookingsync (0.
|
22
|
-
oauth2 (~> 1.
|
23
|
-
omniauth (~> 1.
|
24
|
-
omniauth-oauth2 (
|
25
|
-
omniauth-oauth2 (1.
|
21
|
+
omniauth-bookingsync (0.5.0)
|
22
|
+
oauth2 (~> 1.3.0)
|
23
|
+
omniauth (~> 1.6)
|
24
|
+
omniauth-oauth2 (<= 1.4)
|
25
|
+
omniauth-oauth2 (1.4.0)
|
26
26
|
oauth2 (~> 1.0)
|
27
27
|
omniauth (~> 1.2)
|
28
|
-
rack (1.6.
|
29
|
-
rack-protection (1.5.
|
28
|
+
rack (1.6.9)
|
29
|
+
rack-protection (1.5.5)
|
30
30
|
rack
|
31
|
-
sinatra (1.4.
|
32
|
-
rack (~> 1.
|
31
|
+
sinatra (1.4.8)
|
32
|
+
rack (~> 1.5)
|
33
33
|
rack-protection (~> 1.4)
|
34
34
|
tilt (>= 1.3, < 3)
|
35
|
-
tilt (2.0.
|
35
|
+
tilt (2.0.7)
|
36
36
|
|
37
37
|
PLATFORMS
|
38
38
|
ruby
|
@@ -43,4 +43,4 @@ DEPENDENCIES
|
|
43
43
|
sinatra
|
44
44
|
|
45
45
|
BUNDLED WITH
|
46
|
-
1.
|
46
|
+
1.16.1
|
@@ -16,9 +16,9 @@ Gem::Specification.new do |gem|
|
|
16
16
|
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
17
17
|
gem.require_paths = ["lib"]
|
18
18
|
|
19
|
-
gem.add_dependency "omniauth"
|
20
|
-
gem.add_dependency "omniauth-oauth2"
|
21
|
-
gem.add_dependency "oauth2"
|
19
|
+
gem.add_dependency "omniauth"
|
20
|
+
gem.add_dependency "omniauth-oauth2"
|
21
|
+
gem.add_dependency "oauth2"
|
22
22
|
|
23
23
|
gem.add_development_dependency "rspec"
|
24
24
|
gem.add_development_dependency "rake"
|
metadata
CHANGED
@@ -1,57 +1,57 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-bookingsync
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sebastien Grosjean
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-02-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: omniauth
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '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
|
-
version: '
|
26
|
+
version: '0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: omniauth-oauth2
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - "
|
31
|
+
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '
|
33
|
+
version: '0'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- - "
|
38
|
+
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: '
|
40
|
+
version: '0'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: oauth2
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- - "
|
45
|
+
- - ">="
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version:
|
47
|
+
version: '0'
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- - "
|
52
|
+
- - ">="
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version:
|
54
|
+
version: '0'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: rspec
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
@@ -132,6 +132,8 @@ files:
|
|
132
132
|
- example/ReadMe.md
|
133
133
|
- example/bookingsync_oauth_helper.rb
|
134
134
|
- example/config.ru
|
135
|
+
- gemfiles/omniauth_oauth2_1.4.gemfile
|
136
|
+
- gemfiles/omniauth_oauth2_1.6.gemfile
|
135
137
|
- lib/omniauth-bookingsync.rb
|
136
138
|
- lib/omniauth/bookingsync/identifier.rb
|
137
139
|
- lib/omniauth/bookingsync/version.rb
|
@@ -169,4 +171,3 @@ test_files:
|
|
169
171
|
- spec/omniauth/strategies/bookingsync_spec.rb
|
170
172
|
- spec/spec_helper.rb
|
171
173
|
- spec/support/shared_examples.rb
|
172
|
-
has_rdoc:
|