README.rdoc in plist4r-0.1.1 vs README.rdoc in plist4r-0.2.0
- old
+ new
@@ -1,11 +1,15 @@
= plist4r
Welcome to Plist4r, a ruby library for reading and writing plist files.
-Current project status: in alpha
+Current status: `Beta`, 0.2.x series
+We can read / write a `:launchd` plist. So thats pretty good. The API interfaces (for the pluggable backends and plist_types) are not going to change any more. The user API seems to work. If anyone would like to review the Plist4r code and give feedback / suggestions. Now is the time (whilst were still in beta).
+
+Future `Stable` will be targeted, 0.3.x series.
+
== Installation
gem install plist4r
== Quick Start
@@ -105,10 +109,10 @@
car.to_xml
# => xml string
== Remaining Work
-Plist4r is currently alpha - quality software. Yet to be completed...
+Plist4r has now moved from alpha to beta - quality software. TBC...
* Regression Tests (rspec)
* Test harness for the backends
* Testing of the individual backends
* Tests for Plist Types