eaal 0.1.14 → 0.1.15
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.
- checksums.yaml +4 -4
- data/lib/eaal.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cd4cbf4273010abe2956f1c260f00ca6374433d0
|
|
4
|
+
data.tar.gz: fa32311f2a5dea2a081fe1e1af04aefee5cf60d8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 27d06aff241e463bf63ded5bdf0dc71af9d87b436a00a15d78d9d04a49bc8558472653108fc5251abcc1fa03f7d953ff4c09fe7e78df1f0fdbf4a2815138ab00
|
|
7
|
+
data.tar.gz: 710fc263dcc8e1a8b15ecd034502eef38f1763db5603bd59371b32d362778d622497683da296171003f898d35195c4cdea7a99cb656e665e07e7504803d79de0
|
data/lib/eaal.rb
CHANGED
|
@@ -35,7 +35,7 @@ require 'eaal/rowset'
|
|
|
35
35
|
require 'eaal/config'
|
|
36
36
|
|
|
37
37
|
module EAAL
|
|
38
|
-
VERSION = "0.1.
|
|
38
|
+
VERSION = "0.1.15" # fix for Hoe.spec 2.x
|
|
39
39
|
@@version_string = "EAAL" + VERSION # the version string, used as client name in http requests
|
|
40
40
|
|
|
41
41
|
@@api_base = "https://api.eveonline.com" # the url used as basis for all requests, you might want to use gatecamper url or a personal proxy instead
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.15
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Petermann
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-04-
|
|
11
|
+
date: 2015-04-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: hpricot
|