From 30763cad3767448991efcff6cada91c80dc8aa3d Mon Sep 17 00:00:00 2001 From: Nemanja Date: Fri, 19 Aug 2022 08:13:44 +0200 Subject: [PATCH 1/2] Ignore reek utility function in spec files --- ruby/.reek.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby/.reek.yml b/ruby/.reek.yml index 7bf6047..3c026d8 100644 --- a/ruby/.reek.yml +++ b/ruby/.reek.yml @@ -54,7 +54,7 @@ directories: - validate_param! InstanceVariableAssumption: enabled: false - "spec/mailers/previews": + "spec": UtilityFunction: enabled: false From 0c20b02d8ffe22eb85ac76408c2a32d145731e73 Mon Sep 17 00:00:00 2001 From: Nemanja Date: Fri, 19 Aug 2022 08:13:52 +0200 Subject: [PATCH 2/2] Bump version --- lib/rf/stylez/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rf/stylez/version.rb b/lib/rf/stylez/version.rb index 06e7ed7..7082820 100644 --- a/lib/rf/stylez/version.rb +++ b/lib/rf/stylez/version.rb @@ -2,6 +2,6 @@ module Rf module Stylez - VERSION = '0.15.1' + VERSION = '0.15.2' end end