spix_parser 1.7.7 → 1.7.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -60,7 +60,7 @@ module Spix
60
60
 
61
61
  def strip_tags(text, tag, attrs)
62
62
  attr_parts = attrs.map{ |t|
63
- %r{#{t.first.to_s}=['"]#{t.last.to_s}['"]}
63
+ %r{#{t.first.to_s}=['"]#{t.last.to_s}['"]}m
64
64
  }
65
65
  tag_regexp = %r{<#{tag}.*?/#{tag}>}
66
66
  text.gsub(tag_regexp) do |s|
@@ -4,7 +4,7 @@ module Spix
4
4
  module Version
5
5
  MAJOR = 1
6
6
  MINOR = 7
7
- TINY = 7
7
+ TINY = 8
8
8
 
9
9
  def self.current_version
10
10
  "#{MAJOR}.#{MINOR}.#{TINY}"
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: spix_parser
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.7.7
5
+ version: 1.7.8
6
6
  platform: ruby
7
7
  authors:
8
8
  - Marcio Lopes de Faria
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2011-08-25 00:00:00 -03:00
14
+ date: 2011-08-29 00:00:00 -03:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency