rambulance 1.0.1 → 1.0.2

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: 96866c6e01539ba5bb5ef864bdeb564dc00cf8f3f091f9c2b4441508b8fbb735
4
- data.tar.gz: 6d59f31b878c8537307ab1c4106930cbcac171493cda2da83f6531b93f59b3b9
3
+ metadata.gz: 74116493ad5ada66c35eb31534fadb7392c54847bdbc2fc156c14a10fa050c44
4
+ data.tar.gz: 2272a7686a4b88815488ccd3a7f0e3325ecc5596e4ec687552407a0f4d9b21e4
5
5
  SHA512:
6
- metadata.gz: 87781753d74097b4c83f5fd4cea441c9da627496a25ffa97893f9ba0694fc063ea5c35fca6d23ed73f6c48c45e4aebb3469844c59d6f2712915e36f6c4208751
7
- data.tar.gz: dbd6a4df8d0aa5bbe3624a94f0caf9bd902101e41daee1ec7ba6bb01245b44866523dc44eea7a654e65df74eef614519a793fdc6675ddf42eb54041bca58971e
6
+ metadata.gz: c680ce9ec05c5ef1c89cc91dc59606294d482cebc8a8b0795f47715b80ee4108c3818e2760e5c9eb738876c61bd99d7cb65f97876dc3754a1af1b61b2ac5299c
7
+ data.tar.gz: af312ac6bdcfa74255360d17d84a736c615fd833be9586892500267c440332a765e6c16015cdaaa69d694695d4360f09efa5ad9b91ac4500dbf8210a973b8282
@@ -1,3 +1,11 @@
1
+ ## [v1.0.1](https://github.com/yuki24/rambulance/tree/v1.0.1)
2
+
3
+ _<sup>released at 2019-06-04 16:30:38 UTC</sup>_
4
+
5
+ #### Fixes
6
+
7
+ - Fixes an issue where `ExceptionsApp` prevents Rails from booting up ([#49](https://github.com/yuki24/rambulance/issues/49))
8
+
1
9
  ## [v1.0.0](https://github.com/yuki24/rambulance/tree/v1.0.0)
2
10
 
3
11
  _<sup>released at 2019-06-03 05:01:14 UTC</sup>_
@@ -10,6 +10,7 @@ module Rambulance
10
10
  ActiveSupport::Dependencies.load_missing_constant(Object, :ExceptionsApp)
11
11
  ::ExceptionsApp.call(env)
12
12
  rescue NameError
13
+ require "rambulance/exceptions_app" if !defined?(::Rambulance::ExceptionsApp)
13
14
  ::Rambulance::ExceptionsApp.call(env)
14
15
  end
15
16
  }
@@ -1,3 +1,3 @@
1
1
  module Rambulance
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rambulance
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yuki Nishijima
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-06-04 00:00:00.000000000 Z
11
+ date: 2019-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport