omniauth-bookingsync 0.5.0 → 0.6.0

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: 96471ecd45f00803267b9e01d06f950b00f9284d
4
- data.tar.gz: cb7ea15ba8ee59443dbe1163f27ae5942dad07dc
3
+ metadata.gz: e006faf0318de568e1b948d61896bf9991e0db4c
4
+ data.tar.gz: 09d8f1eef86b0e17f6dad01350cd34f7f105386c
5
5
  SHA512:
6
- metadata.gz: 5845860e19f5bc0d8bd3d2952d0e7f0e1cf896de35ca33b381c86a4c3a52c92990699cd6a74923569ed69e5092d81b8be55d5d0a0ecc3afa72a8c3f089c3cbfa
7
- data.tar.gz: 6a6f5109ce17516e0545b4bfa8a5ac8ce3346653c3030dddb159f3a7b2cf93731e8d43e39de469d53f7f891f6f0331371914630bd10c42c4e69caea0d24bf168
6
+ metadata.gz: 7ad686fc29af2d5710c36b0d702e1318ecfae6a37f89f602cfb5f924a6cbef51ec01a045c9bf3d556d85f98b6c81f733f74e7358a01ff995e1473242af6466a2
7
+ data.tar.gz: 259dcfb6d634df9c936e24d3c06142e507e3d5d5fdbcd8845e9707634a9963929e46ab040078a4c91c5c7cc51113b45d961eaf915ff441ac8e24656441f64174
data/.gitignore CHANGED
@@ -10,7 +10,6 @@
10
10
  bin
11
11
  coverage*
12
12
  doc
13
- gemfiles
14
13
  pkg
15
14
  rdoc
16
15
  rerun.txt
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/omniauth-oauth2-1.3.gemfile
15
- - gemfiles/omniauth-oauth2-1.4.gemfile
13
+ - gemfiles/omniauth_oauth2_1.4.gemfile
14
+ - gemfiles/omniauth_oauth2_1.6.gemfile
data/Appraisals CHANGED
@@ -1,7 +1,7 @@
1
- appraise "omniauth-oauth2-1.3" do
2
- gem "omniauth-oauth2", "~> 1.3.1"
3
- end
4
-
5
1
  appraise "omniauth-oauth2-1.4" do
6
2
  gem "omniauth-oauth2", "~> 1.4.0"
7
3
  end
4
+
5
+ appraise "omniauth-oauth2-1.6" do
6
+ gem "omniauth-oauth2", "~> 1.6.0"
7
+ end
data/CHANGELOG.md CHANGED
@@ -1,4 +1,9 @@
1
- #master
1
+ # 0.6.0
2
+
3
+ * Drop support for Ruby 2.2
4
+ * Drop support for omniauth-oauth2 1.3
5
+ * Add support for omniauth-oauth2 1.6
6
+ * Bump oauth2 ~> 1.4
2
7
 
3
8
  # 0.5.0 - 2017-04-22
4
9
 
data/Gemfile.lock CHANGED
@@ -2,9 +2,9 @@ PATH
2
2
  remote: .
3
3
  specs:
4
4
  omniauth-bookingsync (0.5.0)
5
- oauth2 (~> 1.3.0)
6
- omniauth (~> 1.6)
7
- omniauth-oauth2 (<= 1.4)
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.3.0)
16
+ ast (2.4.0)
17
17
  diff-lcs (1.3)
18
- faraday (0.11.0)
18
+ faraday (0.15.4)
19
19
  multipart-post (>= 1.2, < 3)
20
- hashie (3.5.5)
21
- jwt (1.5.6)
22
- multi_json (1.12.1)
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.3.1)
26
- faraday (>= 0.8, < 0.12)
27
- jwt (~> 1.0)
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.6.1)
32
- hashie (>= 3.4.6, < 3.6.0)
32
+ omniauth (1.9.0)
33
+ hashie (>= 3.4.6, < 3.7.0)
33
34
  rack (>= 1.6.2, < 3)
34
- omniauth-oauth2 (1.4.0)
35
- oauth2 (~> 1.0)
36
- omniauth (~> 1.2)
37
- parser (2.4.0.0)
38
- ast (~> 2.2)
39
- powerpack (0.1.1)
40
- rack (2.0.1)
41
- rainbow (2.2.2)
42
- rake
43
- rake (12.0.0)
44
- rspec (3.5.0)
45
- rspec-core (~> 3.5.0)
46
- rspec-expectations (~> 3.5.0)
47
- rspec-mocks (~> 3.5.0)
48
- rspec-core (3.5.4)
49
- rspec-support (~> 3.5.0)
50
- rspec-expectations (3.5.0)
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.5.0)
53
- rspec-mocks (3.5.0)
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.5.0)
56
- rspec-support (3.5.0)
57
- rubocop (0.48.1)
58
- parser (>= 2.3.3.1, < 3.0)
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 (>= 1.99.1, < 3.0)
63
+ rainbow (>= 2.2.2, < 4.0)
61
64
  ruby-progressbar (~> 1.7)
62
- unicode-display_width (~> 1.0, >= 1.0.1)
63
- ruby-progressbar (1.8.1)
64
- thor (0.19.4)
65
- unicode-display_width (1.2.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.14.6
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.9.2)
4
+ faraday (0.11.0)
5
5
  multipart-post (>= 1.2, < 3)
6
6
  hashie (3.5.5)
7
- json (1.8.3)
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.2.0)
13
- faraday (>= 0.8, < 0.10)
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.4.0)
22
- oauth2 (~> 1.2.0)
23
- omniauth (~> 1.1)
24
- omniauth-oauth2 (< 1.4)
25
- omniauth-oauth2 (1.3.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.4)
29
- rack-protection (1.5.3)
28
+ rack (1.6.9)
29
+ rack-protection (1.5.5)
30
30
  rack
31
- sinatra (1.4.6)
32
- rack (~> 1.4)
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.5)
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.14.6
46
+ 1.16.1
@@ -24,7 +24,7 @@ get "/" do
24
24
  padding: 10px 20px;
25
25
  font-size: 16px;
26
26
  color: #fff;
27
- background-color: #1B57AA;
27
+ background-color: #129ad6;
28
28
  text-decoration: none;
29
29
  border-radius: 4px;
30
30
  margin: 100px auto 0;
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "omniauth-oauth2", "~> 1.4.0"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "omniauth-oauth2", "~> 1.6.0"
6
+
7
+ gemspec path: "../"
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module BookingSync
3
- VERSION = "0.5.0"
3
+ VERSION = "0.6.0"
4
4
  end
5
5
  end
@@ -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", "~> 1.6"
20
- gem.add_dependency "omniauth-oauth2", "<= 1.4"
21
- gem.add_dependency "oauth2", "~> 1.3.0"
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.5.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: 2017-04-21 00:00:00.000000000 Z
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: '1.6'
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: '1.6'
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: '1.4'
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: '1.4'
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: 1.3.0
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: 1.3.0
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: