eve-api 0.1.1 → 0.1.2
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 +21 -0
- data/website/index.html +1 -1
- metadata +1 -1
data/History.txt
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
== 0.1.2 2007-06-26
|
|
2
|
+
|
|
3
|
+
* Enhancements
|
|
4
|
+
* None
|
|
5
|
+
* Fixes
|
|
6
|
+
* Added history to manifest
|
|
7
|
+
|
|
8
|
+
== 0.1.1 2007-06-26
|
|
9
|
+
|
|
10
|
+
* Enhancements
|
|
11
|
+
* None
|
|
12
|
+
* Fixes
|
|
13
|
+
* Improved examples
|
|
14
|
+
|
|
15
|
+
== 0.1.0 2007-06-26
|
|
16
|
+
|
|
17
|
+
* Enhancements
|
|
18
|
+
* Updated website to be friendlier, including examples
|
|
19
|
+
* Fixes
|
|
20
|
+
* None
|
|
21
|
+
|
|
1
22
|
== 0.0.5 2007-06-26
|
|
2
23
|
|
|
3
24
|
* Enhancements
|
data/website/index.html
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
<h1>Eve Online Ruby Support</h1>
|
|
34
34
|
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/eve-api"; return false'>
|
|
35
35
|
<p>Get Version</p>
|
|
36
|
-
<a href="http://rubyforge.org/projects/eve-api" class="numbers">0.1.
|
|
36
|
+
<a href="http://rubyforge.org/projects/eve-api" class="numbers">0.1.2</a>
|
|
37
37
|
</div>
|
|
38
38
|
<h2 class="clear_left"><span class="caps">API</span> Client <span class="caps">SDK</span></h2>
|
|
39
39
|
|