walruz 0.0.15 → 0.0.16
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/CHANGELOG +5 -0
- data/VERSION.yml +2 -2
- data/lib/walruz/config.rb +1 -2
- data/walruz.gemspec +5 -5
- metadata +15 -17
data/CHANGELOG
CHANGED
data/VERSION.yml
CHANGED
data/lib/walruz/config.rb
CHANGED
|
@@ -26,8 +26,7 @@ module Walruz
|
|
|
26
26
|
|
|
27
27
|
def enable_will_paginate_extension(options = {})
|
|
28
28
|
options = { :include_rails => false }.merge!(options)
|
|
29
|
-
gem '
|
|
30
|
-
require 'will_paginate'
|
|
29
|
+
gem 'will_paginate'
|
|
31
30
|
require File.expand_path(
|
|
32
31
|
File.join(File.dirname(__FILE__), 'more', 'pagination')
|
|
33
32
|
)
|
data/walruz.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{walruz}
|
|
8
|
-
s.version = "0.0.
|
|
8
|
+
s.version = "0.0.16"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
|
-
s.authors = [
|
|
12
|
-
s.date = %q{2011-
|
|
11
|
+
s.authors = [%q{Roman Gonzalez}]
|
|
12
|
+
s.date = %q{2011-08-11}
|
|
13
13
|
s.description = %q{
|
|
14
14
|
Walruz provides an easy to use DSL to do composition of basic
|
|
15
15
|
authorization policies to create more complex ones, and then register
|
|
@@ -57,9 +57,9 @@ Gem::Specification.new do |s|
|
|
|
57
57
|
"walruz.gemspec"
|
|
58
58
|
]
|
|
59
59
|
s.homepage = %q{http://github.com/noomii/walruz}
|
|
60
|
-
s.require_paths = [
|
|
60
|
+
s.require_paths = [%q{lib}]
|
|
61
61
|
s.rubyforge_project = %q{walruz}
|
|
62
|
-
s.rubygems_version = %q{1.
|
|
62
|
+
s.rubygems_version = %q{1.8.7}
|
|
63
63
|
s.summary = %q{Walruz is a gem that provides an easy yet powerful way to implement authorization policies in a system, relying on the composition of simple policies to create more complex ones.}
|
|
64
64
|
|
|
65
65
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: walruz
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 63
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 16
|
|
10
|
+
version: 0.0.16
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Roman Gonzalez
|
|
@@ -15,11 +15,9 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-
|
|
19
|
-
default_executable:
|
|
18
|
+
date: 2011-08-11 00:00:00 Z
|
|
20
19
|
dependencies:
|
|
21
20
|
- !ruby/object:Gem::Dependency
|
|
22
|
-
type: :runtime
|
|
23
21
|
requirement: &id001 !ruby/object:Gem::Requirement
|
|
24
22
|
none: false
|
|
25
23
|
requirements:
|
|
@@ -29,11 +27,11 @@ dependencies:
|
|
|
29
27
|
segments:
|
|
30
28
|
- 0
|
|
31
29
|
version: "0"
|
|
32
|
-
name: jeweler
|
|
33
30
|
version_requirements: *id001
|
|
31
|
+
name: jeweler
|
|
34
32
|
prerelease: false
|
|
35
|
-
- !ruby/object:Gem::Dependency
|
|
36
33
|
type: :runtime
|
|
34
|
+
- !ruby/object:Gem::Dependency
|
|
37
35
|
requirement: &id002 !ruby/object:Gem::Requirement
|
|
38
36
|
none: false
|
|
39
37
|
requirements:
|
|
@@ -43,11 +41,11 @@ dependencies:
|
|
|
43
41
|
segments:
|
|
44
42
|
- 0
|
|
45
43
|
version: "0"
|
|
46
|
-
name: yard
|
|
47
44
|
version_requirements: *id002
|
|
45
|
+
name: yard
|
|
48
46
|
prerelease: false
|
|
49
|
-
- !ruby/object:Gem::Dependency
|
|
50
47
|
type: :runtime
|
|
48
|
+
- !ruby/object:Gem::Dependency
|
|
51
49
|
requirement: &id003 !ruby/object:Gem::Requirement
|
|
52
50
|
none: false
|
|
53
51
|
requirements:
|
|
@@ -59,11 +57,11 @@ dependencies:
|
|
|
59
57
|
- 4
|
|
60
58
|
- 2
|
|
61
59
|
version: 2.4.2
|
|
62
|
-
name: rdoc
|
|
63
60
|
version_requirements: *id003
|
|
61
|
+
name: rdoc
|
|
64
62
|
prerelease: false
|
|
63
|
+
type: :runtime
|
|
65
64
|
- !ruby/object:Gem::Dependency
|
|
66
|
-
type: :development
|
|
67
65
|
requirement: &id004 !ruby/object:Gem::Requirement
|
|
68
66
|
none: false
|
|
69
67
|
requirements:
|
|
@@ -73,11 +71,11 @@ dependencies:
|
|
|
73
71
|
segments:
|
|
74
72
|
- 0
|
|
75
73
|
version: "0"
|
|
76
|
-
name: rspec
|
|
77
74
|
version_requirements: *id004
|
|
75
|
+
name: rspec
|
|
78
76
|
prerelease: false
|
|
79
|
-
- !ruby/object:Gem::Dependency
|
|
80
77
|
type: :development
|
|
78
|
+
- !ruby/object:Gem::Dependency
|
|
81
79
|
requirement: &id005 !ruby/object:Gem::Requirement
|
|
82
80
|
none: false
|
|
83
81
|
requirements:
|
|
@@ -87,9 +85,10 @@ dependencies:
|
|
|
87
85
|
segments:
|
|
88
86
|
- 0
|
|
89
87
|
version: "0"
|
|
90
|
-
name: yard
|
|
91
88
|
version_requirements: *id005
|
|
89
|
+
name: yard
|
|
92
90
|
prerelease: false
|
|
91
|
+
type: :development
|
|
93
92
|
description: "\n Walruz provides an easy to use DSL to do composition of basic \n authorization policies to create more complex ones, and then register \n this composed policies on actions performed to the model begin accessed\n "
|
|
94
93
|
email: roman@noomi.com
|
|
95
94
|
executables: []
|
|
@@ -134,7 +133,6 @@ files:
|
|
|
134
133
|
- spec/walruz/utils_spec.rb
|
|
135
134
|
- spec/walruz/walruz_spec.rb
|
|
136
135
|
- walruz.gemspec
|
|
137
|
-
has_rdoc: true
|
|
138
136
|
homepage: http://github.com/noomii/walruz
|
|
139
137
|
licenses: []
|
|
140
138
|
|
|
@@ -164,7 +162,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
164
162
|
requirements: []
|
|
165
163
|
|
|
166
164
|
rubyforge_project: walruz
|
|
167
|
-
rubygems_version: 1.
|
|
165
|
+
rubygems_version: 1.8.7
|
|
168
166
|
signing_key:
|
|
169
167
|
specification_version: 3
|
|
170
168
|
summary: Walruz is a gem that provides an easy yet powerful way to implement authorization policies in a system, relying on the composition of simple policies to create more complex ones.
|