arrthorizer 0.4.1 → 0.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/arrthorizer/rspec/matchers.rb +1 -1
- data/lib/arrthorizer/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: 19c7fc71f3ae20a9a81819ec53dd66e92c227b66
|
4
|
+
data.tar.gz: 1049b6bef8b778195a50f94105bcd17c2f7f0591
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fc378530d2996f4bdb33cf41b00af87157c235df237385c536357db2e01ab19653cacee8a338de62d6605e79f533e442151b8b893e7cf4f9515b1c482e5395f2
|
7
|
+
data.tar.gz: 522315565460d2e3072173c3ec23d49077f0d667b8fb83d8b39d2fbd9af9146bb1c3390ae745ca97a63fe395da42666f0b3733374efd7316da0139f7df583eb0
|
@@ -19,7 +19,7 @@ module Arrthorizer
|
|
19
19
|
"Expected role #{@role.name} to apply in context #{context.inspect}\nfor user #{user.inspect}, but it does not apply!"
|
20
20
|
end
|
21
21
|
|
22
|
-
def
|
22
|
+
def failure_message_when_negates
|
23
23
|
"Expected role #{@role.name} not to apply in context #{context.inspect}\nfor user #{user.inspect}, but it applies!"
|
24
24
|
end
|
25
25
|
|
data/lib/arrthorizer/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: arrthorizer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- René van den Berg
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-
|
12
|
+
date: 2015-05-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -213,7 +213,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
213
213
|
version: '0'
|
214
214
|
requirements: []
|
215
215
|
rubyforge_project:
|
216
|
-
rubygems_version: 2.4.
|
216
|
+
rubygems_version: 2.4.6
|
217
217
|
signing_key:
|
218
218
|
specification_version: 4
|
219
219
|
summary: Contextual authorization for your Rails (3+) application
|