bookingsync_application 4.0.0 → 4.1.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
  SHA256:
3
- metadata.gz: 69bbf06bf6b0d5019e8a74c788ba53fcbd4528488421c5dadfe5bffa56b3eb0f
4
- data.tar.gz: 3573d286fffa5374a6b1a90c70893269d46e04bb2f7ef031c05128ad340a555a
3
+ metadata.gz: adf8a6bf47f574d1169be3f097ca60043c0e3648e5aeb18f8ec1049d284ae7e1
4
+ data.tar.gz: 1b3704c01ebdf593d2f36f5536c18ea635989836edfb57984343c63320533eb6
5
5
  SHA512:
6
- metadata.gz: 42fdbc73fb6b158a0856f474aa7f773f56b85893029b77ed3914fd6962fcc3f1b9fc5bd3818731f8f5584073e2d6d468c3421996f006cce9e22176589cfdbb57
7
- data.tar.gz: 1d834f4f16e0adb580589a903cc1143180d47919a80adad3c31b8cf13b3a60ab5cde6d824612cc84e02db70cbf543e7b56ba0ecf603eb520c79ee650810d6452
6
+ metadata.gz: 6664a7942ad1095571938e24c5f3776d18cc57c3746348a68fd55ac7721aa6eb4458f7647ca4d047c7754b7d28374bfc458b033f541bd1f2d3e616084ed5cb9e
7
+ data.tar.gz: 1eaa1c7bf5077f15ef376148ff3a5dba1934038fe4a739fba807059e37c53a327efb7211c87cbceddd9f4bde5b18d93967b2b2bec812f274f6e0a82925bd0913
@@ -3,7 +3,7 @@ module BookingsyncApplication
3
3
  module CommonBase
4
4
  def self.included(base)
5
5
  base.class_eval do
6
- force_ssl
6
+ force_ssl if Rails.version < "6.1"
7
7
 
8
8
  before_action :authenticate_account!
9
9
  after_action :allow_bookingsync_iframe
@@ -1,3 +1,3 @@
1
1
  module BookingsyncApplication
2
- VERSION = "4.0.0"
2
+ VERSION = "4.1.0"
3
3
  end
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bookingsync_application
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 4.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcin Nowicki
8
8
  - Mariusz Pietrzyk
9
9
  - Piotr Marciniak
10
- autorequire:
10
+ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2020-04-02 00:00:00.000000000 Z
13
+ date: 2022-03-29 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails
@@ -204,7 +204,7 @@ homepage: https://github.com/BookingSync/bookingsync_application
204
204
  licenses:
205
205
  - MIT
206
206
  metadata: {}
207
- post_install_message:
207
+ post_install_message:
208
208
  rdoc_options: []
209
209
  require_paths:
210
210
  - lib
@@ -219,8 +219,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
219
219
  - !ruby/object:Gem::Version
220
220
  version: '0'
221
221
  requirements: []
222
- rubygems_version: 3.0.3
223
- signing_key:
222
+ rubygems_version: 3.0.6
223
+ signing_key:
224
224
  specification_version: 4
225
225
  summary: A Rails engine to simplify building BookingSync Applications
226
226
  test_files: []