README.markdown in merb-admin-0.4.4 vs README.markdown in merb-admin-0.4.5
- old
+ new
@@ -2,20 +2,22 @@
**MerbAdmin is a Merb plugin that provides an easy-to-use interface for managing your data.**
It currently offers the features listed [here](http://sferik.tadalist.com/lists/1352791/public).
+The status of the current build can be seen [here](http://runcoderun.com/sferik/merb-admin).
+
## Get it
At the command prompt, type:
sudo gem install merb-admin -s http://gemcutter.org
## Install it
In your app, add the following dependency to `config/dependencies.rb`:
- dependency "merb-admin", "0.4.4"
+ dependency "merb-admin", "0.4.5"
Add the following route to `config/router.rb`:
add_slice(:merb_admin, :name_prefix => nil, :path_prefix => "admin", :default_routes => false)