iq-acl 1.1.2 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +7 -0
- data/VERSION +1 -1
- data/iq-acl.gemspec +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
@@ -54,6 +54,13 @@ again allowing powerful solutions to be built e.g.
|
|
54
54
|
roles.find_by_name('project_editor')
|
55
55
|
end
|
56
56
|
|
57
|
+
== Documentation
|
58
|
+
|
59
|
+
Documentation is handled with YARD[http://github.com/lsegal/yard]. You can
|
60
|
+
generate the documentation by running:
|
61
|
+
|
62
|
+
rake yard
|
63
|
+
|
57
64
|
== Note on Patches/Pull Requests
|
58
65
|
|
59
66
|
* Fork the project.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.3
|
data/iq-acl.gemspec
CHANGED