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 CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- role_up (0.1.0)
4
+ role_up (0.1.1)
5
5
  active_support (~> 3.0.0)
6
6
  cancan (~> 1.6.5)
7
7
 
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  Role Up
2
2
  ===========
3
- Rails 3 engine that adds some real-deal lovin' to `CanCan` authorization.
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
@@ -1,5 +1,5 @@
1
1
  module RoleUp
2
2
  # Our gem version
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
 
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{Rails 3 engine that adds some real-deal lovin' to CanCan authorization.}
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.0
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: Rails 3 engine that adds some real-deal lovin' to CanCan authorization.
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.0
114
+ summary: role_up-0.1.1
115
115
  test_files:
116
116
  - test/ability_spec_test.rb
117
117
  - test/ability_test.rb