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.
Files changed (4) hide show
  1. data/README.rdoc +7 -0
  2. data/VERSION +1 -1
  3. data/iq-acl.gemspec +1 -1
  4. metadata +2 -2
@@ -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.2
1
+ 1.1.3
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{iq-acl}
8
- s.version = "1.1.2"
8
+ s.version = "1.1.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jamie Hill, SonicIQ Ltd."]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 1
8
- - 2
9
- version: 1.1.2
8
+ - 3
9
+ version: 1.1.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jamie Hill, SonicIQ Ltd.