canned 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,113 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: canned
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.4
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Ignacio Baixas
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-12-26 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: rails
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ~>
20
+ - !ruby/object:Gem::Version
21
+ version: 3.2.2
22
+ type: :development
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ~>
28
+ - !ruby/object:Gem::Version
29
+ version: 3.2.2
30
+ - !ruby/object:Gem::Dependency
31
+ name: rspec
32
+ requirement: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ type: :development
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ description: Profile based authorization for ruby on rails
47
+ email:
48
+ - ignacio@platan.us
49
+ executables: []
50
+ extensions: []
51
+ extra_rdoc_files: []
52
+ files:
53
+ - lib/canned/context/actor.rb
54
+ - lib/canned/context/base.rb
55
+ - lib/canned/context/default.rb
56
+ - lib/canned/context/matchers/asks_for.rb
57
+ - lib/canned/context/matchers/asks_with.rb
58
+ - lib/canned/context/matchers/equality.rb
59
+ - lib/canned/context/matchers/has.rb
60
+ - lib/canned/context/matchers/helpers.rb
61
+ - lib/canned/context/matchers/is.rb
62
+ - lib/canned/context/matchers/load.rb
63
+ - lib/canned/context/matchers/plus.rb
64
+ - lib/canned/context/matchers/relation.rb
65
+ - lib/canned/context/matchers/that.rb
66
+ - lib/canned/context/matchers/the.rb
67
+ - lib/canned/context/matchers/where.rb
68
+ - lib/canned/context/multi.rb
69
+ - lib/canned/context/resource.rb
70
+ - lib/canned/context/value.rb
71
+ - lib/canned/controller_ext.rb
72
+ - lib/canned/definition.rb
73
+ - lib/canned/errors.rb
74
+ - lib/canned/profile.rb
75
+ - lib/canned/profile_dsl.rb
76
+ - lib/canned/stack.rb
77
+ - lib/canned/version.rb
78
+ - lib/canned.rb
79
+ - spec/canned/canned_spec.rb
80
+ - spec/canned/controller_ext_spec.rb
81
+ - spec/spec_helper.rb
82
+ - Gemfile
83
+ - MIT-LICENSE
84
+ - Rakefile
85
+ - README.md
86
+ homepage: http://www.platan.us
87
+ licenses: []
88
+ post_install_message:
89
+ rdoc_options: []
90
+ require_paths:
91
+ - lib
92
+ required_ruby_version: !ruby/object:Gem::Requirement
93
+ none: false
94
+ requirements:
95
+ - - ! '>='
96
+ - !ruby/object:Gem::Version
97
+ version: '0'
98
+ required_rubygems_version: !ruby/object:Gem::Requirement
99
+ none: false
100
+ requirements:
101
+ - - ! '>='
102
+ - !ruby/object:Gem::Version
103
+ version: '0'
104
+ requirements: []
105
+ rubyforge_project: canned
106
+ rubygems_version: 1.8.23
107
+ signing_key:
108
+ specification_version: 3
109
+ summary: Profile based authorization for ruby on rails, provides a simple DSL for
110
+ specifying controller access restrictions, also considers resource loading and attribute
111
+ accesibility
112
+ test_files: []
113
+ has_rdoc: