rend-acl 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/lib/rend/acl/version.rb +1 -1
- data/rend-acl.gemspec +1 -1
- metadata +6 -5
data/lib/rend/acl/version.rb
CHANGED
data/rend-acl.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = Rend::Acl::Version::STRING
|
|
9
9
|
spec.authors = ["Daniel Doezema"]
|
|
10
10
|
spec.email = ["daniel.doezema@gmail.com"]
|
|
11
|
-
spec.description = "
|
|
11
|
+
spec.description = "A port of Zend_Acl with modifications made to bring the api more inline with Ruby conventions."
|
|
12
12
|
spec.summary = "rend-acl-#{Rend::Acl::Version::STRING}"
|
|
13
13
|
spec.homepage = "https://github.com/veloper/rend-acl"
|
|
14
14
|
spec.license = "New-BSD"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rend-acl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -59,7 +59,8 @@ dependencies:
|
|
|
59
59
|
- - ~>
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
61
|
version: 0.0.0
|
|
62
|
-
description:
|
|
62
|
+
description: A port of Zend_Acl with modifications made to bring the api more inline
|
|
63
|
+
with Ruby conventions.
|
|
63
64
|
email:
|
|
64
65
|
- daniel.doezema@gmail.com
|
|
65
66
|
executables: []
|
|
@@ -96,7 +97,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
96
97
|
version: '0'
|
|
97
98
|
segments:
|
|
98
99
|
- 0
|
|
99
|
-
hash:
|
|
100
|
+
hash: 1113703798275591829
|
|
100
101
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
101
102
|
none: false
|
|
102
103
|
requirements:
|
|
@@ -105,12 +106,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
105
106
|
version: '0'
|
|
106
107
|
segments:
|
|
107
108
|
- 0
|
|
108
|
-
hash:
|
|
109
|
+
hash: 1113703798275591829
|
|
109
110
|
requirements: []
|
|
110
111
|
rubyforge_project:
|
|
111
112
|
rubygems_version: 1.8.25
|
|
112
113
|
signing_key:
|
|
113
114
|
specification_version: 3
|
|
114
|
-
summary: rend-acl-0.0.
|
|
115
|
+
summary: rend-acl-0.0.2
|
|
115
116
|
test_files:
|
|
116
117
|
- test/test_acl.rb
|