README.rdoc in merb-admin-0.7.5 vs README.rdoc in merb-admin-0.7.6
- old
+ new
@@ -11,10 +11,10 @@
http://github.com/sferik/merb-admin/raw/master/screenshots/list.png
http://github.com/sferik/merb-admin/raw/master/screenshots/edit.png
== Installation
$ gem install merb-admin -s http://gemcutter.org
In your app, add the following dependency to <tt>config/dependencies.rb</tt>:
- dependency "merb-admin", "0.7.5"
+ dependency "merb-admin", "0.7.6"
Add the following route to <tt>config/router.rb</tt>:
add_slice(:merb_admin, :path_prefix => "admin")
Then, run the following rake task:
$ rake slices:merb-admin:install
== Configuration (optional)