pipeline_toolkit 1.4.0 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -33,7 +33,7 @@ module PipelineToolkit
33
33
 
34
34
  # unescape newlines
35
35
 
36
- str.gsub(/#{regex}/) do |m|
36
+ str.gsub(/#{REGEX}/) do |m|
37
37
  UNESCAPE_MAP[m]
38
38
  end
39
39
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 4
8
- - 0
9
- version: 1.4.0
8
+ - 1
9
+ version: 1.4.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Aisha Fenton