reve 0.0.99 → 0.0.109
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/LICENSE +22 -0
- data/Rakefile +2 -1
- data/lib/reve/classes.rb +243 -4
- data/lib/reve/exceptions.rb +10 -0
- data/lib/reve.rb +130 -54
- data/test/test_reve.rb +132 -17
- data/test/xml/certificate_tree.xml +231 -0
- data/test/xml/char_medals.xml +12 -0
- data/test/xml/character_sheet.xml +275 -24
- data/test/xml/characterid.xml +2 -2
- data/test/xml/corp_medals.xml +23 -0
- data/test/xml/corp_member_medals.xml +20 -0
- data/test/xml/errors/error_525.xml +5 -0
- metadata +9 -3
@@ -1,37 +1,288 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
2
|
+
<eveapi version="2">
|
3
|
+
<currentTime>2008-12-07 17:20:58</currentTime>
|
3
4
|
<result>
|
4
|
-
<characterID>
|
5
|
-
<name>
|
6
|
-
<race>
|
7
|
-
<bloodLine>
|
5
|
+
<characterID>892008733</characterID>
|
6
|
+
<name>Raquel Smith</name>
|
7
|
+
<race>Caldari</race>
|
8
|
+
<bloodLine>Civire</bloodLine>
|
8
9
|
<gender>Female</gender>
|
9
|
-
<corporationName>
|
10
|
-
<corporationID>
|
11
|
-
<
|
10
|
+
<corporationName>Freedom-Technologies</corporationName>
|
11
|
+
<corporationID>1668136112</corporationID>
|
12
|
+
<cloneName>Clone Grade Pi</cloneName>
|
13
|
+
<cloneSkillPoints>54600000</cloneSkillPoints>
|
14
|
+
<balance>270331126.64</balance>
|
12
15
|
<attributeEnhancers>
|
13
|
-
<intelligenceBonus>
|
14
|
-
<augmentatorName>Snake Delta</augmentatorName>
|
15
|
-
<augmentatorValue>3</augmentatorValue>
|
16
|
-
</intelligenceBonus>
|
17
16
|
<memoryBonus>
|
18
|
-
<augmentatorName>
|
19
|
-
<augmentatorValue>
|
17
|
+
<augmentatorName>Memory Augmentation - Standard</augmentatorName>
|
18
|
+
<augmentatorValue>4</augmentatorValue>
|
20
19
|
</memoryBonus>
|
20
|
+
<willpowerBonus>
|
21
|
+
<augmentatorName>Neural Boost - Standard</augmentatorName>
|
22
|
+
<augmentatorValue>4</augmentatorValue>
|
23
|
+
</willpowerBonus>
|
24
|
+
<perceptionBonus>
|
25
|
+
<augmentatorName>Ocular Filter - Standard</augmentatorName>
|
26
|
+
<augmentatorValue>4</augmentatorValue>
|
27
|
+
</perceptionBonus>
|
28
|
+
<intelligenceBonus>
|
29
|
+
<augmentatorName>Cybernetic Subprocessor - Standard</augmentatorName>
|
30
|
+
<augmentatorValue>4</augmentatorValue>
|
31
|
+
</intelligenceBonus>
|
32
|
+
<charismaBonus>
|
33
|
+
<augmentatorName>Social Adaptation Chip - Standard</augmentatorName>
|
34
|
+
<augmentatorValue>4</augmentatorValue>
|
35
|
+
</charismaBonus>
|
21
36
|
</attributeEnhancers>
|
22
37
|
<attributes>
|
23
38
|
<intelligence>6</intelligence>
|
24
39
|
<memory>4</memory>
|
25
|
-
<charisma>
|
40
|
+
<charisma>6</charisma>
|
26
41
|
<perception>12</perception>
|
27
|
-
<willpower>
|
42
|
+
<willpower>11</willpower>
|
28
43
|
</attributes>
|
29
|
-
<rowset name="skills" key="typeID">
|
30
|
-
<row typeID="
|
31
|
-
<row typeID="
|
32
|
-
<row typeID="
|
33
|
-
<row typeID="
|
44
|
+
<rowset name="skills" key="typeID" columns="typeID,skillpoints,level,unpublished">
|
45
|
+
<row typeID="11584" skillpoints="750" level="1" />
|
46
|
+
<row typeID="3363" skillpoints="250" level="1" />
|
47
|
+
<row typeID="12487" skillpoints="7072" level="2" />
|
48
|
+
<row typeID="24241" skillpoints="41555" level="3" />
|
49
|
+
<row typeID="23618" skillpoints="1250" level="1" />
|
50
|
+
<row typeID="3442" skillpoints="1280000" level="5" />
|
51
|
+
<row typeID="12305" skillpoints="1415" level="2" />
|
52
|
+
<row typeID="23606" skillpoints="8000" level="3" />
|
53
|
+
<row typeID="3436" skillpoints="256000" level="5" />
|
54
|
+
<row typeID="12486" skillpoints="7072" level="2" />
|
55
|
+
<row typeID="3438" skillpoints="500" level="1" />
|
56
|
+
<row typeID="3437" skillpoints="256000" level="5" />
|
57
|
+
<row typeID="11579" skillpoints="1536000" level="5" />
|
58
|
+
<row typeID="21603" skillpoints="1250" level="1" />
|
59
|
+
<row typeID="3427" skillpoints="16000" level="3" />
|
60
|
+
<row typeID="3426" skillpoints="256000" level="5" />
|
61
|
+
<row typeID="3432" skillpoints="512000" level="5" />
|
62
|
+
<row typeID="19760" skillpoints="135765" level="4" />
|
63
|
+
<row typeID="19759" skillpoints="32000" level="3" />
|
64
|
+
<row typeID="3428" skillpoints="512000" level="5" />
|
65
|
+
<row typeID="3430" skillpoints="24000" level="3" />
|
66
|
+
<row typeID="3435" skillpoints="750" level="1" />
|
67
|
+
<row typeID="3433" skillpoints="135765" level="4" />
|
68
|
+
<row typeID="19766" skillpoints="226275" level="4" />
|
69
|
+
<row typeID="3431" skillpoints="256000" level="5" />
|
70
|
+
<row typeID="3551" skillpoints="8000" level="3" />
|
71
|
+
<row typeID="19921" skillpoints="750" level="1" />
|
72
|
+
<row typeID="3429" skillpoints="256000" level="5" />
|
73
|
+
<row typeID="12365" skillpoints="90510" level="4" />
|
74
|
+
<row typeID="3423" skillpoints="16000" level="3" />
|
75
|
+
<row typeID="3424" skillpoints="512000" level="5" />
|
76
|
+
<row typeID="3418" skillpoints="768000" level="5" />
|
77
|
+
<row typeID="3417" skillpoints="256000" level="5" />
|
78
|
+
<row typeID="3413" skillpoints="256000" level="5" />
|
79
|
+
<row typeID="12367" skillpoints="16000" level="3" />
|
80
|
+
<row typeID="12366" skillpoints="16000" level="3" />
|
81
|
+
<row typeID="21059" skillpoints="512000" level="5" />
|
82
|
+
<row typeID="3422" skillpoints="2" level="0" />
|
83
|
+
<row typeID="3419" skillpoints="768000" level="5" />
|
84
|
+
<row typeID="3416" skillpoints="256000" level="5" />
|
85
|
+
<row typeID="3425" skillpoints="512000" level="5" />
|
86
|
+
<row typeID="3420" skillpoints="1024000" level="5" />
|
87
|
+
<row typeID="11566" skillpoints="16000" level="3" />
|
88
|
+
<row typeID="11207" skillpoints="1536000" level="5" />
|
89
|
+
<row typeID="3300" skillpoints="45255" level="4" />
|
90
|
+
<row typeID="3304" skillpoints="4243" level="2" />
|
91
|
+
<row typeID="3311" skillpoints="2" level="0" />
|
92
|
+
<row typeID="3301" skillpoints="17842" level="3" />
|
93
|
+
<row typeID="3318" skillpoints="512000" level="5" />
|
94
|
+
<row typeID="12183" skillpoints="4243" level="2" />
|
95
|
+
<row typeID="12186" skillpoints="16000" level="3" />
|
96
|
+
<row typeID="16281" skillpoints="45255" level="4" />
|
97
|
+
<row typeID="3380" skillpoints="256000" level="5" />
|
98
|
+
<row typeID="12187" skillpoints="16000" level="3" />
|
99
|
+
<row typeID="12188" skillpoints="90510" level="4" />
|
100
|
+
<row typeID="3387" skillpoints="90510" level="4" />
|
101
|
+
<row typeID="3386" skillpoints="256000" level="5" />
|
102
|
+
<row typeID="22578" skillpoints="63559" level="3" />
|
103
|
+
<row typeID="12190" skillpoints="90510" level="4" />
|
104
|
+
<row typeID="12191" skillpoints="45255" level="4" />
|
105
|
+
<row typeID="3388" skillpoints="24000" level="3" />
|
106
|
+
<row typeID="12192" skillpoints="45255" level="4" />
|
107
|
+
<row typeID="3389" skillpoints="331118" level="4" />
|
108
|
+
<row typeID="3385" skillpoints="256000" level="5" />
|
109
|
+
<row typeID="12193" skillpoints="45255" level="4" />
|
110
|
+
<row typeID="24268" skillpoints="750" level="1" />
|
111
|
+
<row typeID="12195" skillpoints="45255" level="4" />
|
112
|
+
<row typeID="3348" skillpoints="256000" level="5" />
|
113
|
+
<row typeID="22536" skillpoints="16000" level="3" />
|
114
|
+
<row typeID="3354" skillpoints="271530" level="4" />
|
115
|
+
<row typeID="3377" skillpoints="256000" level="5" />
|
116
|
+
<row typeID="12387" skillpoints="768000" level="5" />
|
117
|
+
<row typeID="12385" skillpoints="768000" level="5" />
|
118
|
+
<row typeID="3376" skillpoints="256000" level="5" />
|
119
|
+
<row typeID="12386" skillpoints="768000" level="5" />
|
120
|
+
<row typeID="3378" skillpoints="256000" level="5" />
|
121
|
+
<row typeID="3375" skillpoints="256000" level="5" />
|
122
|
+
<row typeID="3374" skillpoints="256000" level="5" />
|
123
|
+
<row typeID="12376" skillpoints="768000" level="5" />
|
124
|
+
<row typeID="12383" skillpoints="30" level="0" />
|
125
|
+
<row typeID="3379" skillpoints="256000" level="5" />
|
126
|
+
<row typeID="26254" skillpoints="750" level="1" />
|
127
|
+
<row typeID="3394" skillpoints="90510" level="4" />
|
128
|
+
<row typeID="26252" skillpoints="16000" level="3" />
|
129
|
+
<row typeID="26260" skillpoints="750" level="1" />
|
130
|
+
<row typeID="3392" skillpoints="256000" level="5" />
|
131
|
+
<row typeID="3393" skillpoints="250" level="1" />
|
132
|
+
<row typeID="25863" skillpoints="4247" level="2" />
|
133
|
+
<row typeID="20212" skillpoints="2048000" level="5" />
|
134
|
+
<row typeID="3326" skillpoints="1280000" level="5" />
|
135
|
+
<row typeID="3322" skillpoints="2" level="0" />
|
136
|
+
<row typeID="20312" skillpoints="1280000" level="5" />
|
137
|
+
<row typeID="25718" skillpoints="226275" level="4" />
|
138
|
+
<row typeID="25719" skillpoints="768000" level="5" />
|
139
|
+
<row typeID="20211" skillpoints="226275" level="4" />
|
140
|
+
<row typeID="3324" skillpoints="768000" level="5" />
|
141
|
+
<row typeID="12441" skillpoints="512000" level="5" />
|
142
|
+
<row typeID="3319" skillpoints="256000" level="5" />
|
143
|
+
<row typeID="12442" skillpoints="1024000" level="5" />
|
144
|
+
<row typeID="21071" skillpoints="512000" level="5" />
|
145
|
+
<row typeID="3320" skillpoints="1415" level="2" />
|
146
|
+
<row typeID="20210" skillpoints="750" level="1" />
|
147
|
+
<row typeID="3321" skillpoints="512000" level="5" />
|
148
|
+
<row typeID="20314" skillpoints="512000" level="5" />
|
149
|
+
<row typeID="3325" skillpoints="32000" level="3" />
|
150
|
+
<row typeID="20315" skillpoints="1280000" level="5" />
|
151
|
+
<row typeID="3452" skillpoints="32000" level="3" />
|
152
|
+
<row typeID="3450" skillpoints="45255" level="4" />
|
153
|
+
<row typeID="3453" skillpoints="512000" level="5" />
|
154
|
+
<row typeID="3451" skillpoints="16000" level="3" />
|
155
|
+
<row typeID="3454" skillpoints="226275" level="4" />
|
156
|
+
<row typeID="3449" skillpoints="256000" level="5" />
|
157
|
+
<row typeID="3455" skillpoints="45255" level="4" />
|
158
|
+
<row typeID="3410" skillpoints="768000" level="5" />
|
159
|
+
<row typeID="3412" skillpoints="750" level="1" />
|
160
|
+
<row typeID="3411" skillpoints="135765" level="4" />
|
161
|
+
<row typeID="11448" skillpoints="4" level="0" />
|
162
|
+
<row typeID="11453" skillpoints="7072" level="2" />
|
163
|
+
<row typeID="24242" skillpoints="1415" level="2" />
|
164
|
+
<row typeID="3406" skillpoints="45255" level="4" />
|
165
|
+
<row typeID="3409" skillpoints="135765" level="4" />
|
166
|
+
<row typeID="11442" skillpoints="1250" level="1" />
|
167
|
+
<row typeID="3403" skillpoints="8000" level="3" />
|
168
|
+
<row typeID="3402" skillpoints="256000" level="5" />
|
169
|
+
<row typeID="24270" skillpoints="4243" level="2" />
|
170
|
+
<row typeID="3359" skillpoints="750" level="1" />
|
171
|
+
<row typeID="3357" skillpoints="8000" level="3" />
|
172
|
+
<row typeID="16549" skillpoints="8000" level="3" />
|
173
|
+
<row typeID="3356" skillpoints="500" level="1" />
|
174
|
+
<row typeID="16548" skillpoints="8000" level="3" />
|
175
|
+
<row typeID="3355" skillpoints="8000" level="3" />
|
176
|
+
<row typeID="12095" skillpoints="181020" level="4" />
|
177
|
+
<row typeID="12099" skillpoints="1536000" level="5" />
|
178
|
+
<row typeID="3338" skillpoints="2048000" level="5" />
|
179
|
+
<row typeID="3334" skillpoints="1280000" level="5" />
|
180
|
+
<row typeID="3330" skillpoints="512000" level="5" />
|
181
|
+
<row typeID="3342" skillpoints="1024000" level="5" />
|
182
|
+
<row typeID="23950" skillpoints="2000" level="1" />
|
183
|
+
<row typeID="12093" skillpoints="181020" level="4" />
|
184
|
+
<row typeID="12097" skillpoints="2829" level="2" />
|
185
|
+
<row typeID="22551" skillpoints="1280000" level="5" />
|
186
|
+
<row typeID="16591" skillpoints="1536000" level="5" />
|
187
|
+
<row typeID="28667" skillpoints="1003" level="0" />
|
188
|
+
<row typeID="17940" skillpoints="1024000" level="5" />
|
189
|
+
<row typeID="3327" skillpoints="256000" level="5" />
|
190
|
+
<row typeID="19719" skillpoints="48000" level="3" />
|
191
|
+
<row typeID="3446" skillpoints="500" level="1" />
|
192
|
+
<row typeID="25235" skillpoints="250" level="1" />
|
193
|
+
<row typeID="16598" skillpoints="3" level="0" />
|
194
|
+
<row typeID="3444" skillpoints="16000" level="3" />
|
195
|
+
<row typeID="3443" skillpoints="1415" level="2" />
|
196
|
+
</rowset>
|
197
|
+
<rowset name="certificates" key="certificateID" columns="certificateID">
|
198
|
+
<row certificateID="1" />
|
199
|
+
<row certificateID="2" />
|
200
|
+
<row certificateID="3" />
|
201
|
+
<row certificateID="4" />
|
202
|
+
<row certificateID="5" />
|
203
|
+
<row certificateID="6" />
|
204
|
+
<row certificateID="7" />
|
205
|
+
<row certificateID="8" />
|
206
|
+
<row certificateID="9" />
|
207
|
+
<row certificateID="10" />
|
208
|
+
<row certificateID="11" />
|
209
|
+
<row certificateID="12" />
|
210
|
+
<row certificateID="13" />
|
211
|
+
<row certificateID="15" />
|
212
|
+
<row certificateID="16" />
|
213
|
+
<row certificateID="19" />
|
214
|
+
<row certificateID="20" />
|
215
|
+
<row certificateID="53" />
|
216
|
+
<row certificateID="54" />
|
217
|
+
<row certificateID="55" />
|
218
|
+
<row certificateID="57" />
|
219
|
+
<row certificateID="58" />
|
220
|
+
<row certificateID="59" />
|
221
|
+
<row certificateID="61" />
|
222
|
+
<row certificateID="62" />
|
223
|
+
<row certificateID="135" />
|
224
|
+
<row certificateID="136" />
|
225
|
+
<row certificateID="137" />
|
226
|
+
<row certificateID="138" />
|
227
|
+
<row certificateID="139" />
|
228
|
+
<row certificateID="146" />
|
229
|
+
<row certificateID="147" />
|
230
|
+
<row certificateID="149" />
|
231
|
+
<row certificateID="151" />
|
232
|
+
<row certificateID="153" />
|
233
|
+
<row certificateID="161" />
|
234
|
+
<row certificateID="165" />
|
235
|
+
<row certificateID="177" />
|
236
|
+
<row certificateID="180" />
|
237
|
+
<row certificateID="181" />
|
238
|
+
<row certificateID="182" />
|
239
|
+
<row certificateID="186" />
|
240
|
+
<row certificateID="189" />
|
241
|
+
<row certificateID="190" />
|
242
|
+
<row certificateID="200" />
|
243
|
+
<row certificateID="212" />
|
244
|
+
<row certificateID="216" />
|
245
|
+
<row certificateID="270" />
|
246
|
+
<row certificateID="239" />
|
247
|
+
<row certificateID="278" />
|
248
|
+
<row certificateID="282" />
|
249
|
+
<row certificateID="31" />
|
250
|
+
<row certificateID="32" />
|
251
|
+
<row certificateID="33" />
|
252
|
+
<row certificateID="311" />
|
253
|
+
<row certificateID="314" />
|
254
|
+
<row certificateID="258" />
|
255
|
+
</rowset>
|
256
|
+
<rowset name="corporationRoles" key="roleID" columns="roleID,roleName">
|
257
|
+
<row roleID="2199023255552" roleName="roleEquipmentConfig" />
|
258
|
+
</rowset>
|
259
|
+
<rowset name="corporationRolesAtHQ" key="roleID" columns="roleID,roleName">
|
260
|
+
<row roleID="65536" roleName="roleHangarCanTake4" />
|
261
|
+
<row roleID="131072" roleName="roleHangarCanTake5" />
|
262
|
+
<row roleID="8388608" roleName="roleHangarCanQuery4" />
|
263
|
+
<row roleID="16777216" roleName="roleHangarCanQuery5" />
|
264
|
+
<row roleID="35184372088832" roleName="roleContainerCanTake4" />
|
265
|
+
<row roleID="70368744177664" roleName="roleContainerCanTake5" />
|
266
|
+
</rowset>
|
267
|
+
<rowset name="corporationRolesAtBase" key="roleID" columns="roleID,roleName">
|
268
|
+
<row roleID="65536" roleName="roleHangarCanTake4" />
|
269
|
+
<row roleID="131072" roleName="roleHangarCanTake5" />
|
270
|
+
<row roleID="8388608" roleName="roleHangarCanQuery4" />
|
271
|
+
<row roleID="16777216" roleName="roleHangarCanQuery5" />
|
272
|
+
<row roleID="35184372088832" roleName="roleContainerCanTake4" />
|
273
|
+
<row roleID="70368744177664" roleName="roleContainerCanTake5" />
|
274
|
+
</rowset>
|
275
|
+
<rowset name="corporationRolesAtOther" key="roleID" columns="roleID,roleName">
|
276
|
+
<row roleID="65536" roleName="roleHangarCanTake4" />
|
277
|
+
<row roleID="131072" roleName="roleHangarCanTake5" />
|
278
|
+
<row roleID="8388608" roleName="roleHangarCanQuery4" />
|
279
|
+
<row roleID="16777216" roleName="roleHangarCanQuery5" />
|
280
|
+
<row roleID="35184372088832" roleName="roleContainerCanTake4" />
|
281
|
+
<row roleID="70368744177664" roleName="roleContainerCanTake5" />
|
282
|
+
</rowset>
|
283
|
+
<rowset name="corporationTitles" key="titleID" columns="titleID,titleName">
|
284
|
+
<row titleID="1" titleName="Member" />
|
34
285
|
</rowset>
|
35
286
|
</result>
|
36
|
-
<cachedUntil>
|
37
|
-
</eveapi>
|
287
|
+
<cachedUntil>2008-12-07 18:21:01</cachedUntil>
|
288
|
+
</eveapi>
|
data/test/xml/characterid.xml
CHANGED
@@ -3,8 +3,8 @@
|
|
3
3
|
<currentTime>2008-02-18 00:25:03</currentTime>
|
4
4
|
<result>
|
5
5
|
<rowset name="characters" key="characterID" columns="name,characterID">
|
6
|
-
<row
|
7
|
-
<row
|
6
|
+
<row name="CCP Garthagk" characterID="797400947" xmlns:row="characterID" />
|
7
|
+
<row name="Raquel Smith" characterID="892008733" xmlns:row="characterID" />
|
8
8
|
</rowset>
|
9
9
|
</result>
|
10
10
|
<cachedUntil>2008-03-18 00:25:03</cachedUntil>
|
@@ -0,0 +1,23 @@
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
2
|
+
<eveapi version="2">
|
3
|
+
<currentTime>2008-12-09 16:14:53</currentTime>
|
4
|
+
<result>
|
5
|
+
<rowset name="medals" key="medalID" columns="medalID,title,description,creatorID,created">
|
6
|
+
<row medalID="5955" title="Dagger of Courage" description="Rewarded for showing remarkable courage on the battle field." creatorID="777051796" created="2008-11-16 22:38:00" />
|
7
|
+
<row medalID="5958" title="Sword of Devastation" description="This is a commendation for single-handedly causing extraordinary damage to an enemy fleet during an engagement." creatorID="777051796" created="2008-11-16 22:44:00" />
|
8
|
+
<row medalID="5965" title="Shield of Fire" description="This medal is given for spectacular performance during a defensive operation of Vanguard Frontiers assets." creatorID="777051796" created="2008-11-16 22:51:00" />
|
9
|
+
<row medalID="5966" title="Albatross Eye" description="Thorough reconnaissance can decide battles and win wars. This medal is bestowed to recognize superb reconnaissance work that is influential to victory in a significant engagement or changing the course of a war or conflict as a whole<br>" creatorID="777051796" created="2008-11-16 22:54:00" />
|
10
|
+
|
11
|
+
<row medalID="5977" title="Medal of Sacrifice" description="In battle, we are always asked to put our vessels on the line. This award salutes a substantial loss such as a super capital in combat." creatorID="777051796" created="2008-11-16 23:13:00" />
|
12
|
+
<row medalID="5980" title="Coin of Opulence" description="This accolade is received for designing or improving upon a service or method of operation that nets the corp considerable profits." creatorID="777051796" created="2008-11-16 23:19:00" />
|
13
|
+
<row medalID="5985" title="Star of Scientific Genius" description="No industrial operation can continue to grow without research and development in new technologies. This award shows that the recipient has shown dedication and substantial worth in our R&amp;D department." creatorID="777051796" created="2008-11-16 23:26:00" />
|
14
|
+
<row medalID="5990" title="Excellency of Service" description="This medal is designed as a very rare acknowledgment of unwavering dedication to Vanguard Frontiers, and indicates a career of service that has helped the corporation grow and improve as a whole over time." creatorID="777051796" created="2008-11-16 23:35:00" />
|
15
|
+
<row medalID="5993" title="Herald's Cloak" description="Leadership requires charisma, focus, and intelligence. This award commends those that step up to help lead Vanguard Frontiers and make outstanding improvements to the corporation as a whole or a specific division." creatorID="777051796" created="2008-11-16 23:41:00" />
|
16
|
+
<row medalID="6054" title="Engineer's Hammer" description="This medal symbolizes colossal achievements in furthering our industrial power." creatorID="777051796" created="2008-11-17 03:17:00" />
|
17
|
+
<row medalID="6057" title="Tribute of Tactical Mastery" description="This award is received for performance as a Fleet Commander that is regularly above the average and indicates brilliance as a combat leader." creatorID="777051796" created="2008-11-17 03:25:00" />
|
18
|
+
<row medalID="6059" title="Badge of Logistical Prowess" description="Given to indicate regular and influential transport of materials and supplies to further a war effort or accommodate industry needs." creatorID="777051796" created="2008-11-17 03:27:00" />
|
19
|
+
</rowset>
|
20
|
+
|
21
|
+
</result>
|
22
|
+
<cachedUntil>2008-12-10 15:14:54</cachedUntil>
|
23
|
+
</eveapi>
|
@@ -0,0 +1,20 @@
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
2
|
+
<eveapi version="2">
|
3
|
+
<currentTime>2008-12-09 16:11:53</currentTime>
|
4
|
+
<result>
|
5
|
+
<rowset name="issuedMedals" key="medalID" columns="medalID,characterID,reason,status,issuerID,issued">
|
6
|
+
<row medalID="5977" characterID="880633555" reason="Repeatedly putting his capitals on the line to serve the alliance" status="public" issuerID="1570039227" issued="2008-11-30 21:06:30" />
|
7
|
+
<row medalID="5977" characterID="1661585835" reason="Pitting his Aeon on the line for service to alliance" status="public" issuerID="1570039227" issued="2008-11-30 21:04:52" />
|
8
|
+
<row medalID="5980" characterID="937179397" reason="Generating isk for the corp" status="public" issuerID="1570039227" issued="2008-11-30 21:09:26" />
|
9
|
+
<row medalID="5985" characterID="789116771" reason="For coordinating corp R@D efforts and ensuring t2 blueprints are available to the builders" status="public" issuerID="1570039227" issued="2008-11-30 21:12:40" />
|
10
|
+
|
11
|
+
<row medalID="5990" characterID="854533890" reason="Getting a large amount of corp assets out of station being sieged by BOB and showing us all an example" status="public" issuerID="1570039227" issued="2008-11-30 21:19:17" />
|
12
|
+
<row medalID="5990" characterID="1070652613" reason="Making VAF Mart which defined VAF as a corp and made us known to Eve Universe" status="public" issuerID="1570039227" issued="2008-11-30 21:17:08" />
|
13
|
+
<row medalID="5990" characterID="1570039227" reason="Our queen and guiding star" status="public" issuerID="777051796" issued="2008-11-30 21:30:29" />
|
14
|
+
<row medalID="6054" characterID="634293843" reason="For managing corp production and training the rest of the corp to understand our system" status="public" issuerID="1570039227" issued="2008-11-30 21:10:55" />
|
15
|
+
<row medalID="6059" characterID="1248290474" reason="For showing us all how the logistics should be done" status="public" issuerID="1570039227" issued="2008-11-30 21:15:41" />
|
16
|
+
</rowset>
|
17
|
+
</result>
|
18
|
+
<cachedUntil>2008-12-10 15:11:53</cachedUntil>
|
19
|
+
|
20
|
+
</eveapi>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: reve
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.109
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lisa Seelye
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2008-
|
12
|
+
date: 2008-12-09 00:00:00 -05:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -32,6 +32,7 @@ extra_rdoc_files:
|
|
32
32
|
- ChangeLog
|
33
33
|
files:
|
34
34
|
- Rakefile
|
35
|
+
- LICENSE
|
35
36
|
- lib/reve/classes.rb
|
36
37
|
- lib/reve/exceptions.rb
|
37
38
|
- lib/reve/extensions.rb
|
@@ -61,7 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
61
62
|
version:
|
62
63
|
requirements: []
|
63
64
|
|
64
|
-
rubyforge_project:
|
65
|
+
rubyforge_project: reve
|
65
66
|
rubygems_version: 1.2.0
|
66
67
|
signing_key:
|
67
68
|
specification_version: 2
|
@@ -71,13 +72,17 @@ test_files:
|
|
71
72
|
- test/xml/alliances.xml
|
72
73
|
- test/xml/assets.xml
|
73
74
|
- test/xml/badxml.xml
|
75
|
+
- test/xml/certificate_tree.xml
|
74
76
|
- test/xml/char_facwarstats.xml
|
77
|
+
- test/xml/char_medals.xml
|
75
78
|
- test/xml/character_sheet.xml
|
76
79
|
- test/xml/characterid.xml
|
77
80
|
- test/xml/charactername.xml
|
78
81
|
- test/xml/characters.xml
|
79
82
|
- test/xml/conqurable_stations.xml
|
80
83
|
- test/xml/corp_facwarstats.xml
|
84
|
+
- test/xml/corp_medals.xml
|
85
|
+
- test/xml/corp_member_medals.xml
|
81
86
|
- test/xml/corporate_assets_list.xml
|
82
87
|
- test/xml/corporate_market_orders.xml
|
83
88
|
- test/xml/corporate_wallet_balance.xml
|
@@ -150,6 +155,7 @@ test_files:
|
|
150
155
|
- test/xml/errors/error_522.xml
|
151
156
|
- test/xml/errors/error_523.xml
|
152
157
|
- test/xml/errors/error_524.xml
|
158
|
+
- test/xml/errors/error_525.xml
|
153
159
|
- test/xml/errors/error_900.xml
|
154
160
|
- test/xml/errors/error_901.xml
|
155
161
|
- test/xml/errors/error_902.xml
|