lib/atom/entry.rb in atom-tools-0.9.3 vs lib/atom/entry.rb in atom-tools-0.9.4
- old
+ new
@@ -3,10 +3,10 @@
require "atom/element"
require "atom/text"
module Atom
NS = "http://www.w3.org/2005/Atom"
- PP_NS = "http://purl.org/atom/app#"
+ PP_NS = "http://www.w3.org/2007/app"
# An individual entry in a feed. As an Atom::Element, it can be
# manipulated using accessors for each of its child elements. You
# should be able to set them using an instance of any class that
# makes sense