authorization-rails 1.0.12

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.
@@ -0,0 +1,4 @@
1
+ # desc "Explaining what the task does"
2
+ # task :authorization do
3
+ # # Task goes here
4
+ # end
metadata ADDED
@@ -0,0 +1,78 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: authorization-rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.12
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Bill Katz; Arturo Pie
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-03-06 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: Rails 3 compatible rails-authorization-plugin gem
15
+ email:
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files:
19
+ - README.rdoc
20
+ - README.txt
21
+ - README_developers.txt
22
+ files:
23
+ - CHANGELOG.txt
24
+ - MIT-LICENSE
25
+ - README.rdoc
26
+ - README.txt
27
+ - README_developers.txt
28
+ - Rakefile
29
+ - UPGRADE.rdoc
30
+ - VERSION
31
+ - about.yml
32
+ - authorization-rails.gemspec
33
+ - authorization.gemspec
34
+ - doc/authorization_example.gif
35
+ - doc/authorization_example.rb
36
+ - generators/role_model/USAGE
37
+ - generators/role_model/role_model_generator.rb
38
+ - generators/role_model/templates/fixtures.yml
39
+ - generators/role_model/templates/migration.rb
40
+ - generators/role_model/templates/model.rb
41
+ - generators/role_model/templates/role_model.rb
42
+ - generators/role_model/templates/role_user_model.rb
43
+ - generators/role_model/templates/unit_test.rb
44
+ - init.rb
45
+ - install.rb
46
+ - lib/authorization.rb
47
+ - lib/publishare/exceptions.rb
48
+ - lib/publishare/hardwired_roles.rb
49
+ - lib/publishare/identity.rb
50
+ - lib/publishare/object_roles_table.rb
51
+ - lib/publishare/parser.rb
52
+ - tasks/authorization_tasks.rake
53
+ homepage: https://github.com/arturopie/rails-authorization-plugin
54
+ licenses: []
55
+ post_install_message:
56
+ rdoc_options: []
57
+ require_paths:
58
+ - .
59
+ - lib
60
+ required_ruby_version: !ruby/object:Gem::Requirement
61
+ none: false
62
+ requirements:
63
+ - - ! '>='
64
+ - !ruby/object:Gem::Version
65
+ version: '0'
66
+ required_rubygems_version: !ruby/object:Gem::Requirement
67
+ none: false
68
+ requirements:
69
+ - - ! '>='
70
+ - !ruby/object:Gem::Version
71
+ version: '0'
72
+ requirements: []
73
+ rubyforge_project:
74
+ rubygems_version: 1.8.10
75
+ signing_key:
76
+ specification_version: 3
77
+ summary: Authoization plugin for authorizing.
78
+ test_files: []