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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/eaal.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 273e1c983d64df8c659f0fb9957799fd68d40867
4
- data.tar.gz: 305ec4127d78871b5194d700fa2267f855f5a8ea
3
+ metadata.gz: cd4cbf4273010abe2956f1c260f00ca6374433d0
4
+ data.tar.gz: fa32311f2a5dea2a081fe1e1af04aefee5cf60d8
5
5
  SHA512:
6
- metadata.gz: a3514e1829cdb9eef0588df31f43b0bac02e8aa4915b2b38d310990adcb455965755b6809cee9afa714081c29c10981993aaca5cdce85685c7812ce803a450ab
7
- data.tar.gz: 300f8e9726cb781e7f0cb24f943bd6d453c22b1b587d0bdcbebea20e4c36afc6998ec93d1745c54c839489176d4a117c07948dbb436ebc79fe0a2455188f0991
6
+ metadata.gz: 27d06aff241e463bf63ded5bdf0dc71af9d87b436a00a15d78d9d04a49bc8558472653108fc5251abcc1fa03f7d953ff4c09fe7e78df1f0fdbf4a2815138ab00
7
+ data.tar.gz: 710fc263dcc8e1a8b15ecd034502eef38f1763db5603bd59371b32d362778d622497683da296171003f898d35195c4cdea7a99cb656e665e07e7504803d79de0
@@ -35,7 +35,7 @@ require 'eaal/rowset'
35
35
  require 'eaal/config'
36
36
 
37
37
  module EAAL
38
- VERSION = "0.1.14" # fix for Hoe.spec 2.x
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.14
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-01 00:00:00.000000000 Z
11
+ date: 2015-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hpricot