polyblock 1.2.5 → 1.2.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/models/polyblock/block.rb +1 -1
- data/lib/polyblock/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fd21b6c78215898e726b3580e5cbaea0e59f0994
|
4
|
+
data.tar.gz: 021c81ed0f24cbda52387a80a765cf52c9a471a5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 107b98449651c0d41adaf75688b38ff1a14d83c503cb5adee5459e894fcfa9e9550b75a3d375a07500bee2834918b6f5aeaba161e4b940c625b8e79d8caa858c
|
7
|
+
data.tar.gz: 7e82710e5c9fd64e80e1d5d347cef25535645598d76fc1b885ac77b7c4233a3f29f89efd0fe9d76f38a4d044c6d3eee475a41df1838c6e3d9be1a9fc93d894c5
|
@@ -86,8 +86,8 @@ module Polyblock
|
|
86
86
|
def self.strip_html(str)
|
87
87
|
return str unless str.present?
|
88
88
|
output = str.gsub('<br><br>', '<br>').gsub(' ', ' ')
|
89
|
-
output = CGI.unescapeHTML(output)
|
90
89
|
output = ActionController::Base.helpers.strip_tags(output)
|
90
|
+
output = CGI.unescapeHTML(output)
|
91
91
|
output.html_safe
|
92
92
|
end
|
93
93
|
|
data/lib/polyblock/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: polyblock
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- MacKinley Smith
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-10-
|
11
|
+
date: 2016-10-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|