softwear-lib 3.3.6 → 3.3.7

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
  SHA1:
3
- metadata.gz: 382577d8ccba0d4d4c2711feb33d9b8970074175
4
- data.tar.gz: 9ed5aaf50588622a7689a7cef209e528dda78fdd
3
+ metadata.gz: faa8748271c31c0b77788b26ff9dc32e6a1fe517
4
+ data.tar.gz: d9aad66e9ece701760e04a6231352c489fd557b0
5
5
  SHA512:
6
- metadata.gz: a08960472e9cbc6c784497f799beacfe083c7008aaffa3e88c05cd9a0219626230aef81b885a98cfd12db5f679eb9b2d61c6db41e17e721afeea6ba69af1f832
7
- data.tar.gz: 4b523435da1f1d9891cbf8ed8991c2abd4bd40ecadea678ce33a204f2737a3222cd1d677a4a0bbc833c85d28f12a301299b19eafdd069b87da4ab00dcfb3c0aa
6
+ metadata.gz: f2ddf920902af94fb33999f77d6c538709302b69c195ff8f4f3e84df7d413ece27b9eaa026da6b545e00db5c78e789ae2653d1f1ca5752cd9fa252203eb12982
7
+ data.tar.gz: ffc033fc9c0984aea30a31bb3f788b7bc577e63dc95ddd00d5665d65bcd8d7ddf1c0050d50286899054eb5f284ac0815a3c856872a3c42a9137310add6e2ec24
@@ -26,7 +26,6 @@ module Softwear
26
26
  @additional_info = gather_additional_info
27
27
 
28
28
  begin
29
- Rails.logger.error "WTF THIS NO WORKY! THIS IS THE LAYOUT: #{layout_for_error}"
30
29
  respond_to do |format|
31
30
  format.html { render 'softwear/errors/internal_server_error', layout: layout_for_error, status: 500 }
32
31
  format.js { render 'softwear/errors/internal_server_error', layout: layout_for_error, status: 500 }
@@ -1,5 +1,5 @@
1
1
  module Softwear
2
2
  module Library
3
- VERSION = "3.3.6"
3
+ VERSION = "3.3.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: softwear-lib
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.6
4
+ version: 3.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nigel Baillie