softwear-lib 3.1.1 → 3.1.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
  SHA1:
3
- metadata.gz: 234980496bedfbcd13584b412e49fd86c120e8ab
4
- data.tar.gz: 1ba9d6749a8e61d1b7d1bc08f8143648aeb9b813
3
+ metadata.gz: 366b3cb4927bbe136b88b34eb8b9a85588550902
4
+ data.tar.gz: '08795483db138c9504583579c29003c44ac49373'
5
5
  SHA512:
6
- metadata.gz: cf172e0c2c03737021c3c52b1903c69a99b98d9224b8ec0258f1cfa422d953875b83906b0af8f4b202c36add67e06f181a83f288f694a016ab00ef25ca7c6400
7
- data.tar.gz: 3d91f7ca233d666c817764ad2785139a04866d778cdd08b45e843296ea6437553c3b1df15c01ef778cae06865f0b0d6c9025e964dca71cc8886c233d54a9cf37
6
+ metadata.gz: 9a01efc2c0e5323418d52b8133dbf32c64f735a1f73a9162b796e71c450cd917b3fcf8f9e73cc5aabb385a8bf94df4fb7c6737ac7fcfe05d92fc6997f31a2b3d
7
+ data.tar.gz: 794e02e2ca41da7f8ee1e5c0d9d90251b65a7ec793b5d5b330393c5c076030e080a27e77268360a864bcc42cb57ab4b129a9147e30d3cf3fa30a3ef2b090906f
@@ -1,6 +1,6 @@
1
1
  module Softwear
2
2
  class ErrorReportsController < ApplicationController
3
- skip_before_filter :authenticate_user!
3
+ skip_before_action :authenticate_user! rescue nil
4
4
  before_action :assign_current_user, only: :email_report
5
5
 
6
6
  helper Softwear::Engine.helpers do
@@ -1,5 +1,5 @@
1
1
  module Softwear
2
2
  module Library
3
- VERSION = "3.1.1"
3
+ VERSION = "3.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: softwear-lib
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1
4
+ version: 3.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nigel Baillie
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-14 00:00:00.000000000 Z
11
+ date: 2017-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler