role_up 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/lib/role_up/version.rb +1 -1
- data/role_up.gemspec +1 -1
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Role Up
|
2
2
|
===========
|
3
|
-
|
3
|
+
`CanCan` extension that adds some real-deal syntax and file organization lovin'!
|
4
4
|
|
5
5
|
### Convention
|
6
6
|
Authorization definitions with `CanCan` quickly become verbose in complex
|
data/lib/role_up/version.rb
CHANGED
data/role_up.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|
10
10
|
s.email = ["ryan@quickleft.com"]
|
11
11
|
s.homepage = "https://github.com/quickleft/role_up"
|
12
12
|
s.summary = "role_up-#{s.version}"
|
13
|
-
s.description = %q{
|
13
|
+
s.description = %q{CanCan extension that adds some real-deal syntax and file organization lovin'!}
|
14
14
|
|
15
15
|
s.rubyforge_project = "role_up"
|
16
16
|
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: role_up
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.1.
|
5
|
+
version: 0.1.1
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Ryan Cook
|
@@ -56,7 +56,7 @@ dependencies:
|
|
56
56
|
version: 2.2.2
|
57
57
|
type: :development
|
58
58
|
version_requirements: *id004
|
59
|
-
description:
|
59
|
+
description: CanCan extension that adds some real-deal syntax and file organization lovin'!
|
60
60
|
email:
|
61
61
|
- ryan@quickleft.com
|
62
62
|
executables: []
|
@@ -111,7 +111,7 @@ rubyforge_project: role_up
|
|
111
111
|
rubygems_version: 1.7.2
|
112
112
|
signing_key:
|
113
113
|
specification_version: 3
|
114
|
-
summary: role_up-0.1.
|
114
|
+
summary: role_up-0.1.1
|
115
115
|
test_files:
|
116
116
|
- test/ability_spec_test.rb
|
117
117
|
- test/ability_test.rb
|