README.md in flexunit-0.0.6.pre vs README.md in flexunit-0.0.7.pre
- old
+ new
@@ -16,19 +16,21 @@
#### Or
gem install flexunit --pre
+jruby users will have to install manually until issue #1 is resolved.
+
## Usage
Generate a project with
fu-as3 TestProject
Or edit your Gemfile to include
- gem "flexunit", ">= 0.0.6.pre"
+ gem "flexunit", ">= 0.0.7.pre"
This will mean that when you generate a class using:
sprout-class JamJar
@@ -42,10 +44,9 @@
* Switch the test task to use `amxmlc` in the Rake file (if appropriate).
## TODO
* SWC library linkage
- * Project Templates for AS3, Flex, & AIR
* Runner Templates for AS3, Flex, & AIR
* Rake examples
## Credit