rfeedreader 1.0.14 → 1.0.15

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.
@@ -1,3 +1,7 @@
1
+ == 1.0.15 2008-10-18
2
+
3
+ * Solve: Convert html to number only (avoid IE ' problem)
4
+
1
5
  == 1.0.14 2008-09-24
2
6
 
3
7
  * Solve: Entry link on blogspot
@@ -26,7 +26,7 @@ module Rfeedreader
26
26
  text.gsub!(/<!--(.*?)-->[\n]?/m, "")
27
27
  end
28
28
  text.gsub!(/\s{2,}|\n|\t/, ' ')
29
- truncate(HTMLEntities.encode_entities(text, :named, :decimal), length)
29
+ truncate(HTMLEntities.encode_entities(text, :decimal), length)
30
30
  end
31
31
 
32
32
  def TextyHelper.truncate(text="", length = 0, truncate_string = "...")
@@ -2,7 +2,7 @@ module Rfeedreader #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 0
5
- TINY = 14
5
+ TINY = 15
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
@@ -146,7 +146,7 @@ class TestRfeedreader < Test::Unit::TestCase
146
146
  end
147
147
 
148
148
  def test_read_deugarte
149
- read_first "http://www.deugarte.com/feed"
149
+ read_first "http://deugarte.com/"
150
150
  end
151
151
 
152
152
  def test_read_blogspot
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rfeedreader
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.14
4
+ version: 1.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandre Girard
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-09-24 00:00:00 +02:00
12
+ date: 2008-10-16 00:00:00 +02:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency