omniauth-bookingsync 0.6.0 → 1.0.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: e006faf0318de568e1b948d61896bf9991e0db4c
4
- data.tar.gz: 09d8f1eef86b0e17f6dad01350cd34f7f105386c
3
+ metadata.gz: c0e03543914566e7dbff7893af7c951e533e46a6
4
+ data.tar.gz: 7ba0b8d02dd8e3576c3bfc1bbd7a353d398e944e
5
5
  SHA512:
6
- metadata.gz: 7ad686fc29af2d5710c36b0d702e1318ecfae6a37f89f602cfb5f924a6cbef51ec01a045c9bf3d556d85f98b6c81f733f74e7358a01ff995e1473242af6466a2
7
- data.tar.gz: 259dcfb6d634df9c936e24d3c06142e507e3d5d5fdbcd8845e9707634a9963929e46ab040078a4c91c5c7cc51113b45d961eaf915ff441ac8e24656441f64174
6
+ metadata.gz: ce5a125745522cc812ffb671f6712ca99537d1ffa51ed00a8fc0614b02392523d58d63c0d8cd03672c4beaae71327b321d5c0b58a92c4bd17507702eca3a1ed0
7
+ data.tar.gz: 93affc128cd69a3167b5a482dc37ce0119ff17312e684417181712d583fc7d93efcea8a35e1297970ff0f3b4d43b5de32f8434f0452bd71efc97af6a499cd8f8
@@ -8,7 +8,6 @@ rvm:
8
8
  - 2.3.3
9
9
  - 2.4.0
10
10
  - ruby-head
11
- - jruby
12
11
  gemfile:
13
12
  - gemfiles/omniauth_oauth2_1.4.gemfile
14
13
  - gemfiles/omniauth_oauth2_1.6.gemfile
@@ -1,3 +1,7 @@
1
+ # 1.0.0
2
+
3
+ * Breaking change: drop support for JRuby
4
+
1
5
  # 0.6.0
2
6
 
3
7
  * Drop support for Ruby 2.2
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-bookingsync (0.5.0)
4
+ omniauth-bookingsync (0.6.0)
5
5
  oauth2
6
6
  omniauth
7
7
  omniauth-oauth2
@@ -78,4 +78,4 @@ DEPENDENCIES
78
78
  rubocop
79
79
 
80
80
  BUNDLED WITH
81
- 1.16.2
81
+ 1.16.3
@@ -25,7 +25,7 @@ GEM
25
25
  omniauth-oauth2 (1.4.0)
26
26
  oauth2 (~> 1.0)
27
27
  omniauth (~> 1.2)
28
- rack (1.6.9)
28
+ rack (1.6.11)
29
29
  rack-protection (1.5.5)
30
30
  rack
31
31
  sinatra (1.4.8)
@@ -43,4 +43,4 @@ DEPENDENCIES
43
43
  sinatra
44
44
 
45
45
  BUNDLED WITH
46
- 1.16.1
46
+ 1.16.3
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module BookingSync
3
- VERSION = "0.6.0"
3
+ VERSION = "1.0.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-bookingsync
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 1.0.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: 2019-02-05 00:00:00.000000000 Z
11
+ date: 2019-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth