Permalink
Browse files

Prepare for 0.1.

  • Loading branch information...
1 parent 03c894a commit 46366c457e332cb822c3590ad2bb3339d4741fe1 @mmcgrana committed Sep 6, 2009
Showing with 3 additions and 3 deletions.
  1. +1 −1 SPEC
  2. +2 −2 build.xml
View
2 SPEC
@@ -1,4 +1,4 @@
-=== Ring Spec (Draft Version)
+=== Ring Spec (0.1)
Ring is defined in terms of Handlers, Middleware, Adapters, Requests Maps, and
Response Maps, each of which are described below.
View
4 build.xml
@@ -2,8 +2,8 @@
<description>Pack all sources into a JAR.</description>
<property name="jarfile" location="ring.jar"/>
- <property name="depsfile" location="deps-0-1-unstable.zip"/>
- <property name="depsurl" value="http://cloud.github.com/downloads/mmcgrana/ring/deps-0-1-unstable.zip"/>
+ <property name="depsfile" location="deps.zip"/>
+ <property name="depsurl" value="http://cloud.github.com/downloads/mmcgrana/ring/deps.zip"/>
<property name="depsdir" location="deps/"/>
<target name="clean" description="Remove generated files and directories.">

0 comments on commit 46366c4

Please sign in to comment.