acts_as_authoritah 1.0.1 → 1.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/acts_as_authoritah.gemspec +2 -2
- metadata +18 -5
data/acts_as_authoritah.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{acts_as_authoritah}
|
|
8
|
-
s.version = "1.0.
|
|
8
|
+
s.version = "1.0.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["BangTheTable","Unnikrishnan KP"]
|
|
@@ -42,6 +42,6 @@ Gem::Specification.new do |s|
|
|
|
42
42
|
"test/test_helper.rb"
|
|
43
43
|
]
|
|
44
44
|
|
|
45
|
-
|
|
45
|
+
s.add_dependency(%q<spreadsheet>, [">= 0"])
|
|
46
46
|
|
|
47
47
|
end
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: acts_as_authoritah
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 1.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- BangTheTable
|
|
@@ -18,8 +18,21 @@ cert_chain: []
|
|
|
18
18
|
|
|
19
19
|
date: 2010-08-10 00:00:00 +05:30
|
|
20
20
|
default_executable:
|
|
21
|
-
dependencies:
|
|
22
|
-
|
|
21
|
+
dependencies:
|
|
22
|
+
- !ruby/object:Gem::Dependency
|
|
23
|
+
name: spreadsheet
|
|
24
|
+
prerelease: false
|
|
25
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
26
|
+
none: false
|
|
27
|
+
requirements:
|
|
28
|
+
- - ">="
|
|
29
|
+
- !ruby/object:Gem::Version
|
|
30
|
+
hash: 3
|
|
31
|
+
segments:
|
|
32
|
+
- 0
|
|
33
|
+
version: "0"
|
|
34
|
+
type: :runtime
|
|
35
|
+
version_requirements: *id001
|
|
23
36
|
description: role based access rights for a user specified via spreadsheet
|
|
24
37
|
email: devteam@bangthetable.com, unni.tallman@gmail.com
|
|
25
38
|
executables: []
|