mofo 0.2.11 → 0.2.12

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 (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/mofo/hentry.rb +1 -1
  3. metadata +1 -1
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  gem 'echoe', '=1.3'
4
4
 
5
- version = '0.2.11'
5
+ version = '0.2.12'
6
6
 
7
7
  ENV['RUBY_FLAGS'] = ""
8
8
 
@@ -52,7 +52,7 @@ class Array
52
52
  <<-end_atom
53
53
  <?xml version="1.0" encoding="UTF-8"?>
54
54
  <feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
55
- <id>#{first.atom_id}</id>
55
+ #{first.atom_id}
56
56
  <link type="text/html" href="#{first.base_url}" rel="alternate"/>
57
57
  <link type="application/atom+xml" href="" rel="self"/>
58
58
  <title>#{options[:title]}</title>
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: mofo
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.2.11
6
+ version: 0.2.12
7
7
  date: 2008-01-22 00:00:00 -08:00
8
8
  summary: mofo is a ruby microformat parser
9
9
  require_paths: