ci-queue
Advanced tools
+1
-1
| PATH | ||
| remote: . | ||
| specs: | ||
| ci-queue (0.92.0) | ||
| ci-queue (0.93.0) | ||
| logger | ||
@@ -6,0 +6,0 @@ |
@@ -5,3 +5,3 @@ # frozen_string_literal: true | ||
| module Queue | ||
| VERSION = '0.92.0' | ||
| VERSION = '0.93.0' | ||
| DEV_SCRIPTS_ROOT = ::File.expand_path('../../../../../redis', __FILE__) | ||
@@ -8,0 +8,0 @@ RELEASE_SCRIPTS_ROOT = ::File.expand_path('../redis', __FILE__) |
@@ -18,2 +18,3 @@ # frozen_string_literal: true | ||
| s.encode!(Encoding::UTF_8, invalid: :replace, undef: :replace) | ||
| s.scrub! | ||
| s | ||
@@ -20,0 +21,0 @@ end |