eaal 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/History.txt +5 -0
- data/lib/eaal/eaal.rb +1 -1
- data/lib/eaal/eaal_cache.rb +0 -0
- data/lib/eaal/eaal_exception.rb +0 -0
- data/lib/eaal/eaal_result.rb +0 -0
- data/lib/eaal/eaal_rowset.rb +1 -1
- metadata +3 -3
data/History.txt
CHANGED
data/lib/eaal/eaal.rb
CHANGED
|
@@ -28,7 +28,7 @@ module EAAL
|
|
|
28
28
|
|
|
29
29
|
mattr_reader :version_string, :version
|
|
30
30
|
|
|
31
|
-
@@version = "0.1.
|
|
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
|
data/lib/eaal/eaal_cache.rb
CHANGED
|
File without changes
|
data/lib/eaal/eaal_exception.rb
CHANGED
|
File without changes
|
data/lib/eaal/eaal_result.rb
CHANGED
|
File without changes
|
data/lib/eaal/eaal_rowset.rb
CHANGED
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.
|
|
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-
|
|
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
|