thieso2-gattica 0.3.3.3 → 0.3.3.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/gattica/data_set.rb +1 -1
  2. metadata +1 -1
@@ -15,7 +15,7 @@ module Gattica
15
15
  @items_per_page = xml.at('openSearch:itemsPerPage').inner_html.to_i
16
16
  @start_date = Date.parse(xml.at('dxp:startDate').inner_html)
17
17
  @end_date = Date.parse(xml.at('dxp:endDate').inner_html)
18
- @updated = DateTime.parse(xml.at('updated').inner_html)
18
+ @updated = xml.at('updated').inner_html.strip
19
19
  @points = xml.search(:entry).collect { |entry| DataPoint.new(entry) }
20
20
  end
21
21
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thieso2-gattica
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3.3
4
+ version: 0.3.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Cameron