thoughtafter-simple-rss 1.2.3.2 → 1.2.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/simple-rss.rb +5 -5
  2. metadata +4 -4
@@ -152,11 +152,11 @@ class SimpleRSS
152
152
  end
153
153
 
154
154
  def unescape(content)
155
- if content =~ /([^-_.!~*'()a-zA-Z\d;\/?:@&=+$,\[\]]%)/u then
156
- CGI.unescape(content).gsub(/(<!\[CDATA\[|\]\]>)/u,'').strip
157
- else
158
- content.gsub(/(<!\[CDATA\[|\]\]>)/u,'').strip
159
- end
155
+ if content =~ /([^-_.!~*'()a-zA-Z\d;\/?:@&=+$,\[\]]%)/ then
156
+ CGI.unescape(content).gsub(/(<!\[CDATA\[|\]\]>)/,'').strip
157
+ else
158
+ content.gsub(/(<!\[CDATA\[|\]\]>)/,'').strip
159
+ end
160
160
  end
161
161
  end
162
162
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thoughtafter-simple-rss
3
3
  version: !ruby/object:Gem::Version
4
- hash: 71
4
+ hash: 69
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
9
  - 3
10
- - 2
11
- version: 1.2.3.2
10
+ - 3
11
+ version: 1.2.3.3
12
12
  platform: ruby
13
13
  authors:
14
14
  - Lucas Carlson
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-01-07 00:00:00 -08:00
19
+ date: 2011-03-28 00:00:00 -07:00
20
20
  default_executable:
21
21
  dependencies: []
22
22