walruz 0.0.3

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.
metadata ADDED
@@ -0,0 +1,78 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: walruz
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.3
5
+ platform: ruby
6
+ authors:
7
+ - Roman Gonzalez
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-06-30 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description:
17
+ email: roman@noomi.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - LICENSE
24
+ - README.rdoc
25
+ files:
26
+ - LICENSE
27
+ - README.rdoc
28
+ - Rakefile
29
+ - VERSION.yml
30
+ - lib/walruz.rb
31
+ - lib/walruz/actor.rb
32
+ - lib/walruz/policy.rb
33
+ - lib/walruz/subject.rb
34
+ - lib/walruz/utils.rb
35
+ - spec/scenario.rb
36
+ - spec/spec.opts
37
+ - spec/spec_helper.rb
38
+ - spec/walruz/actor_spec.rb
39
+ - spec/walruz/policy_spec.rb
40
+ - spec/walruz/subject_spec.rb
41
+ - spec/walruz/utils_spec.rb
42
+ - spec/walruz/walruz_spec.rb
43
+ has_rdoc: true
44
+ homepage: http://github.com/roman/walruz
45
+ licenses: []
46
+
47
+ post_install_message:
48
+ rdoc_options:
49
+ - --charset=UTF-8
50
+ require_paths:
51
+ - lib
52
+ required_ruby_version: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ version: "0"
57
+ version:
58
+ required_rubygems_version: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ version: "0"
63
+ version:
64
+ requirements: []
65
+
66
+ rubyforge_project: walruz
67
+ rubygems_version: 1.3.3
68
+ signing_key:
69
+ specification_version: 3
70
+ summary: Walruz is a gem that provides an easy but powerful way to implement authorization policies in a system, relying on the composition of simple policies to create more complex ones.
71
+ test_files:
72
+ - spec/scenario.rb
73
+ - spec/spec_helper.rb
74
+ - spec/walruz/actor_spec.rb
75
+ - spec/walruz/policy_spec.rb
76
+ - spec/walruz/subject_spec.rb
77
+ - spec/walruz/utils_spec.rb
78
+ - spec/walruz/walruz_spec.rb