killbill-kpm-ui 3.0.2 → 3.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 567a176c7fce5c5aa551d01a85c5ae6f76979d50c7c36003ca2653b8f16a75b4
4
- data.tar.gz: 06e7f360e47d1032773be81d61a0bca656ff5ba57c0e61a7f088a4d5f7b07142
3
+ metadata.gz: f7f3652c859db5dcffd4f2003d447486679773b01c8c9c0e13e3cdb4d2c8925a
4
+ data.tar.gz: 531f9cf890edc731959065d99ceab6d423c107a497d187d9bf75844da73b9c93
5
5
  SHA512:
6
- metadata.gz: 4355e7ea93e2c0230f1aef1fdab9614f4175f614871a1ba8bc5ae3f0e4ce68f6e243aa4db58271df8bf2b525d64dadb2c877ffebef76bbdb50a71dbaf4114afe
7
- data.tar.gz: 8548019f750789cec5b1f164176a629ecaa6f2f79afd8c46215616df5bf9f5a4f6ea69eda71b63702b06cd31984ac27822e962f6cc2b4d13ff9588c029d4180a
6
+ metadata.gz: 8670eef1c2013c565264b0a002e32a2167a04cd8d09fb197f73a90cd4087d85e8d9c31ae9cbec6481b64df72755efaaffa93e1fc6c089ab368a705d27ea177bf
7
+ data.tar.gz: 477870b6d6691e1ef0c4427e5f4d2abfe728fd8e1aa0476f61dc3e2d26a72b2341c3601c09b86f8abc4a570b8fdc453614e94ab1f29c775cccfb69368ce7b59f
@@ -4,6 +4,10 @@ module KPM
4
4
  class EngineController < ApplicationController
5
5
  layout :get_layout
6
6
 
7
+ rescue_from UncaughtThrowError do |exception|
8
+ redirect_to main_app.root_path if exception.tag == :warden
9
+ end
10
+
7
11
  def get_layout
8
12
  layout ||= KPM.config[:layout]
9
13
  end
data/lib/kpm/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module KPM
4
- VERSION = '3.0.2'
4
+ VERSION = '3.0.4'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: killbill-kpm-ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kill Bill core team
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-30 00:00:00.000000000 Z
11
+ date: 2025-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: killbill-assets-ui
@@ -104,7 +104,7 @@ licenses:
104
104
  - MIT
105
105
  metadata:
106
106
  rubygems_mfa_required: 'true'
107
- post_install_message:
107
+ post_install_message:
108
108
  rdoc_options: []
109
109
  require_paths:
110
110
  - lib
@@ -120,7 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
120
120
  version: '0'
121
121
  requirements: []
122
122
  rubygems_version: 3.4.10
123
- signing_key:
123
+ signing_key:
124
124
  specification_version: 4
125
125
  summary: Kill Bill KPM UI mountable engine
126
126
  test_files: []