bookingsync-engine 4.0.1 → 4.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 +5 -5
- data/lib/bookingsync-engine.rb +2 -2
- data/lib/bookingsync/engine.rb +3 -3
- data/lib/bookingsync/engine/auth_helpers.rb +1 -1
- data/lib/bookingsync/engine/version.rb +1 -1
- data/spec/dummy/log/test.log +1308 -0
- metadata +2 -3
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bookingsync-engine
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sebastien Grosjean
|
@@ -362,8 +362,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
362
362
|
- !ruby/object:Gem::Version
|
363
363
|
version: '0'
|
364
364
|
requirements: []
|
365
|
-
|
366
|
-
rubygems_version: 2.6.14.4
|
365
|
+
rubygems_version: 3.0.1
|
367
366
|
signing_key:
|
368
367
|
specification_version: 4
|
369
368
|
summary: A Rails engine to simplify integration with BookingSync API
|