feedtools 0.2.21 → 0.2.22

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.
data/CHANGELOG CHANGED
@@ -1,3 +1,5 @@
1
+ == FeedTools 0.2.22
2
+ * fixed another atom generation error
1
3
  == FeedTools 0.2.21
2
4
  * fixed atom generation error
3
5
  * added summary element to generated atom xml
@@ -32,7 +32,7 @@ FEED_TOOLS_ENV = ENV['FEED_TOOLS_ENV'] ||
32
32
  ENV['RAILS_ENV'] ||
33
33
  'development' # :nodoc:
34
34
 
35
- FEED_TOOLS_VERSION = "0.2.21"
35
+ FEED_TOOLS_VERSION = "0.2.22"
36
36
 
37
37
  FEED_TOOLS_NAMESPACES = {
38
38
  "admin" => "http://webns.net/mvcb/",
@@ -1963,7 +1963,7 @@ module FeedTools
1963
1963
  "type" => "html")
1964
1964
  end
1965
1965
  if !self.summary.blank?
1966
- xml_builder.content(self.summary,
1966
+ xml_builder.summary(self.summary,
1967
1967
  "type" => "html")
1968
1968
  end
1969
1969
  if self.updated != nil
data/rakefile CHANGED
@@ -7,7 +7,7 @@ require 'rake/gempackagetask'
7
7
  require 'rake/contrib/rubyforgepublisher'
8
8
 
9
9
  PKG_NAME = 'feedtools'
10
- PKG_VERSION = '0.2.21'
10
+ PKG_VERSION = '0.2.22'
11
11
  PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
12
12
 
13
13
  RELEASE_NAME = "REL #{PKG_VERSION}"
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: feedtools
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.2.21
6
+ version: 0.2.22
7
7
  date: 2006-01-22 00:00:00 -05:00
8
8
  summary: "Parsing, generation, and caching system for xml news feeds."
9
9
  require_paths: