common_view_helpers 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.3
1
+ 0.3.4
@@ -99,9 +99,9 @@ module CommonViewHelpers
99
99
  js_escape_map = {
100
100
  '\\' => '\\\\',
101
101
  '</' => '<\/',
102
- "\r\n" => ' ',
103
- "\n" => ' ',
104
- "\r" => ' ',
102
+ "\r\n" => '',
103
+ "\n" => '',
104
+ "\r" => '',
105
105
  '"' => '\\"',
106
106
  "'" => "\\'" }
107
107
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: common_view_helpers
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.3
5
+ version: 0.3.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Zeke Sikelianos