yamled_acl 0.3.0 → 0.3.1
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +4 -1
- data/lib/yamled_acl/controller_extension.rb +2 -2
- data/lib/yamled_acl/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d7ce1053082a1731ee00ab4ac294b55c8d0a4a3b
|
|
4
|
+
data.tar.gz: 927570773d181237201f446c641e89406c4f0e25
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2e647c8c4442f81bdf0ba4eab56056f64f4b4820f1675d4f5df5de68692214da59065eaa1f6ef2dcee3af3aa7ae5cdb28fca91ef2cfc86feacbab2bfc89178a9
|
|
7
|
+
data.tar.gz: 1e8b1aee05d155ea6eae4d76d4b2b658011e6f9e22e2e298dc5af96396738d78b68e138c5f8effb6cdf92119879c38835eae28f82a3d35dc8b3c87db4eb72fcc
|
data/Gemfile.lock
CHANGED
|
@@ -14,9 +14,9 @@ module YamledAcl
|
|
|
14
14
|
# returns name of user group.
|
|
15
15
|
def current_user_group_method(method_name = nil)
|
|
16
16
|
if method_name
|
|
17
|
-
|
|
17
|
+
@@current_user_group_method = method_name
|
|
18
18
|
else
|
|
19
|
-
|
|
19
|
+
@@current_user_group_method or 'group_name'
|
|
20
20
|
end
|
|
21
21
|
end
|
|
22
22
|
|
data/lib/yamled_acl/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yamled_acl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Paweł Kubicki
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-11-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|
|
@@ -84,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
84
84
|
version: '0'
|
|
85
85
|
requirements: []
|
|
86
86
|
rubyforge_project:
|
|
87
|
-
rubygems_version: 2.
|
|
87
|
+
rubygems_version: 2.4.8
|
|
88
88
|
signing_key:
|
|
89
89
|
specification_version: 4
|
|
90
90
|
summary: Simple authorization library for Ruby on Rails.
|