fresno 0.0.1-java → 0.0.2-java

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/README.md +10 -1
  2. 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
+ *
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: fresno
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: java
7
7
  authors:
8
8
  - Jeremy McAnally