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.
@@ -1,7 +1,7 @@
1
1
  module Rend
2
2
  class Acl
3
3
  module Version
4
- STRING = "0.0.1"
4
+ STRING = "0.0.2"
5
5
  end
6
6
  end
7
7
  end
@@ -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 = "Zend Framework components ported to Ruby -- Core Gem."
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.1
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: Zend Framework components ported to Ruby -- Core Gem.
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: 850208410793267425
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: 850208410793267425
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.1
115
+ summary: rend-acl-0.0.2
115
116
  test_files:
116
117
  - test/test_acl.rb