fresno 0.0.1-java → 0.0.2-java
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/README.md +10 -1
- metadata +1 -1
data/README.md
CHANGED
|
@@ -43,4 +43,13 @@ Framework usage
|
|
|
43
43
|
|
|
44
44
|
Currently, the Fresno framework isn't hooked into anything, and in reality, it's only a single class right now.
|
|
45
45
|
|
|
46
|
-
Now that the generator is functional, features can begin to be added to the framework. In the future, the framework will be built at the time of the gem install and then subsequently added to the classpath at build time.
|
|
46
|
+
Now that the generator is functional, features can begin to be added to the framework. In the future, the framework will be built at the time of the gem build (or install?) and then subsequently added to the classpath at build time.
|
|
47
|
+
|
|
48
|
+
TODO
|
|
49
|
+
----
|
|
50
|
+
|
|
51
|
+
* Implement the command template
|
|
52
|
+
* Build out a bit of the convenience framework
|
|
53
|
+
* Tweak the ant build so that we can build bytecode using Mirah and deploy that; otherwise, we lose a couple of the cool features of Mirah
|
|
54
|
+
* Documentation! Documentation! Documentation!
|
|
55
|
+
*
|