bullet_train 1.6.34 → 1.6.35

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: 283cb9e0176abfdede2bd898d1b1caf7f344a490b0624fb4e68a6737704667f6
4
- data.tar.gz: 9fc191b9114125007b7c8f3fb26335863cbfe97ab113b394f2e2c86618876a68
3
+ metadata.gz: 4c705007b3415b1b2a79f98ac9e2a69e5543ec04cc41c62a193a218b17035691
4
+ data.tar.gz: 458836395b397a9b1e34f6cfc51e3d6e287a25f88851835b4906f5a5f0f7837b
5
5
  SHA512:
6
- metadata.gz: 68020d74db6918508f137d3e91b316e5dc5ebde165cb01bf72cfc98c3358e582226aaa34126a42f942f0c7f5cb7a10018c1be853ec23e516b01152a05ded5d75
7
- data.tar.gz: a60ccd431492274364b1b7d5e2a7a49584e2da16c034d5dbba5038145a47b293b979a355656ec9091b1f371f920f5a5792e6aae66e3030536884a6b714163f1c
6
+ metadata.gz: 68bcf13a98afc13ce1e0a94e6134c073a21585bba24ddda912976ce2808c1426b4864c92896bf161f6f62be93429d71e047e3727e7a3d37e89c643c29f6ee451
7
+ data.tar.gz: be27cf646d4c7a2aea20073e6a9710a1c15f21010180f388b7ec0d6e6d7df4ac46b6abffb2edb0c30137f4b3dacfc8ec679672419998fdad4dd74feb1a2ec0bb
@@ -110,8 +110,7 @@ module Account::Controllers::Base
110
110
  end
111
111
  end
112
112
 
113
- # TODO Maybe in this context we should check whether `Billing::ControllerSupport` is included instead of just defined?
114
- if defined?(Billing::ControllerSupport)
113
+ if billing_enabled?
115
114
  enforce_billing_requirements
116
115
  # See `app/controllers/concerns/billing_support.rb` for details.
117
116
  end
@@ -1,3 +1,3 @@
1
1
  module BulletTrain
2
- VERSION = "1.6.34"
2
+ VERSION = "1.6.35"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.34
4
+ version: 1.6.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-27 00:00:00.000000000 Z
11
+ date: 2024-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard