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 CHANGED
@@ -1,4 +1,6 @@
1
1
  #=CHANGELOG
2
+ #==version 0.1.4
3
+ #* Bugfix for GeoRSS and GML namespaces
2
4
  #==version 0.1.3
3
5
  #* Added support for Geo/GeoRSS namespaces in base gdata object
4
6
  #* Added support for Ruby 1.9
@@ -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
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 3
9
- version: 0.1.3
8
+ - 4
9
+ version: 0.1.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Mike Reich