README.rdoc in iq-acl-1.1.2 vs README.rdoc in iq-acl-1.1.3
- old
+ new
@@ -52,9 +52,16 @@
auth.authenticate!(user, 'projects/some-project') do |roles|
roles.find_by_name('project_editor')
end
+== Documentation
+
+Documentation is handled with YARD[http://github.com/lsegal/yard]. You can
+generate the documentation by running:
+
+ rake yard
+
== Note on Patches/Pull Requests
* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a