examples/current_weather.rb in happymapper-0.3.2 vs examples/current_weather.rb in happymapper-0.4.0

- old
+ new

@@ -5,10 +5,10 @@ class CurrentWeather include HappyMapper tag 'ob' - namespace 'aws' + namespace 'http://www.aws.com/aws' element :temperature, Integer, :tag => 'temp' element :feels_like, Integer, :tag => 'feels-like' element :current_condition, String, :tag => 'current-condition', :attributes => {:icon => String} end \ No newline at end of file