eaal 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,8 @@
1
+ == 0.1.4 2009-04-02
2
+
3
+ * 1 fix:
4
+ * one more problem with hpricot 0.7 gone
5
+
1
6
  == 0.1.3 2009-04-01
2
7
 
3
8
  * 1 fix:
@@ -28,7 +28,7 @@ module EAAL
28
28
 
29
29
  mattr_reader :version_string, :version
30
30
 
31
- @@version = "0.1.3"
31
+ @@version = "0.1.4"
32
32
  @@version_string = "EAAL" + EAAL.version # the version string, used as client name in http requests
33
33
 
34
34
  mattr_accessor :api_base, :additional_request_parameters, :cache
File without changes
File without changes
File without changes
@@ -62,7 +62,7 @@ module EAAL
62
62
  rowset.rowclass = klass
63
63
  xml.containers.each{ |row|
64
64
  rowset << rowset.create_row(row)
65
- }
65
+ } if xml.children && xml.containers.length > 0
66
66
  rowset
67
67
  end
68
68
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eaal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Petermann
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-01 00:00:00 +02:00
12
+ date: 2009-04-02 00:00:00 +02:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -112,5 +112,5 @@ signing_key:
112
112
  specification_version: 2
113
113
  summary: EAAL (Eve API Access Layer) is a ruby library for accessing data of the API of the game Eve Online
114
114
  test_files:
115
- - test/test_helper.rb
116
115
  - test/test_eaal.rb
116
+ - test/test_helper.rb