ability_engine 0.0.1 → 0.0.2
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/ability_engine.gemspec +2 -2
- data/lib/ability_engine/version.rb +1 -1
- metadata +5 -5
data/ability_engine.gemspec
CHANGED
|
@@ -4,8 +4,8 @@ require File.expand_path('../lib/ability_engine/version', __FILE__)
|
|
|
4
4
|
Gem::Specification.new do |gem|
|
|
5
5
|
gem.authors = ["Siebert Lubbe"]
|
|
6
6
|
gem.email = ["siebert.lubbe@googlemail.com"]
|
|
7
|
-
gem.description = %q{Exposes
|
|
8
|
-
gem.summary = %q{Exposes
|
|
7
|
+
gem.description = %q{Exposes CanCan's current_ability object as json through a rails engine controller}
|
|
8
|
+
gem.summary = %q{Exposes CanCan's current_ability object as json through a rails engine controller}
|
|
9
9
|
gem.homepage = ""
|
|
10
10
|
|
|
11
11
|
gem.files = `git ls-files`.split($\)
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ability_engine
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Siebert Lubbe
|
|
@@ -61,7 +61,7 @@ dependencies:
|
|
|
61
61
|
version: 3.0.0
|
|
62
62
|
type: :runtime
|
|
63
63
|
version_requirements: *id003
|
|
64
|
-
description: Exposes
|
|
64
|
+
description: Exposes CanCan's current_ability object as json through a rails engine controller
|
|
65
65
|
email:
|
|
66
66
|
- siebert.lubbe@googlemail.com
|
|
67
67
|
executables: []
|
|
@@ -166,7 +166,7 @@ rubyforge_project:
|
|
|
166
166
|
rubygems_version: 1.8.15
|
|
167
167
|
signing_key:
|
|
168
168
|
specification_version: 3
|
|
169
|
-
summary: Exposes
|
|
169
|
+
summary: Exposes CanCan's current_ability object as json through a rails engine controller
|
|
170
170
|
test_files:
|
|
171
171
|
- spec/controllers/current_ability_controller_spec.rb
|
|
172
172
|
- spec/dummy/.gitignore
|