gdata4ruby 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +2 -0
- data/lib/gdata4ruby/utils/utils.rb +2 -2
- metadata +2 -2
data/CHANGELOG
CHANGED
@@ -27,8 +27,8 @@ module GData4Ruby
|
|
27
27
|
entry.attributes["xmlns:app"] = "http://www.w3.org/2007/app"
|
28
28
|
entry.attributes["xmlns:docs"] = "http://schemas.google.com/docs/2007"
|
29
29
|
entry.attributes["xmlns"] = "http://www.w3.org/2005/Atom"
|
30
|
-
entry.attributes["xmlns:georss"] = ""
|
31
|
-
entry.attributes["xmlns:gml"] = ""
|
30
|
+
entry.attributes["xmlns:georss"] = "http://www.georss.org/georss"
|
31
|
+
entry.attributes["xmlns:gml"] = "http://www.opengis.net/gml"
|
32
32
|
entry
|
33
33
|
end
|
34
34
|
end
|