ae_declarative_authorization 0.6.0.pre3 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +3 -4
- data/lib/declarative_authorization/version.rb +1 -1
- metadata +4 -5
- data/ae_declarative_authorization-0.6.0.pre2.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c3abed3f7fe4e13552cfb6a68374c928a552c3a5
|
4
|
+
data.tar.gz: e711bd85c1bcd28f08d1ddeb9c6a92b0f7df12cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 40ebdb8e4ff32c9a2d546621c5e5dd62cb4531e5cb78dd5f3ec79d94b56feac66edcd581f7ed7ac96b3ecddb2cff4dae145fedeeadb1a90105bd74be94f79f23
|
7
|
+
data.tar.gz: a332075826cd2fa68664261c2690601feb31d4c9b0232c9a52f7fef53cc2d0b9698683978bcf47640d5176f67de2134fb16c151e0cdd10c1398462c7c7cf672a
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ae_declarative_authorization (0.6.0.
|
4
|
+
ae_declarative_authorization (0.6.0.pre3)
|
5
5
|
blockenspiel (~> 0.5.0)
|
6
6
|
rails (>= 4.2.5.2, < 5.1)
|
7
7
|
|
@@ -53,7 +53,7 @@ GEM
|
|
53
53
|
blockenspiel (0.5.0)
|
54
54
|
builder (3.2.3)
|
55
55
|
concurrent-ruby (1.0.5)
|
56
|
-
crass (1.0.
|
56
|
+
crass (1.0.4)
|
57
57
|
erubis (2.7.0)
|
58
58
|
globalid (0.4.1)
|
59
59
|
activesupport (>= 4.2.0)
|
@@ -123,9 +123,8 @@ PLATFORMS
|
|
123
123
|
DEPENDENCIES
|
124
124
|
ae_declarative_authorization!
|
125
125
|
appraisal (~> 2.1)
|
126
|
-
blockenspiel (~> 0.5.0)
|
127
126
|
mocha (~> 1.0)
|
128
127
|
sqlite3
|
129
128
|
|
130
129
|
BUNDLED WITH
|
131
|
-
1.
|
130
|
+
1.16.2
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ae_declarative_authorization
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.0
|
4
|
+
version: 0.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- AppFolio
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2018-06-
|
12
|
+
date: 2018-06-18 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: blockenspiel
|
@@ -60,7 +60,6 @@ files:
|
|
60
60
|
- README.md
|
61
61
|
- README.rdoc
|
62
62
|
- Rakefile
|
63
|
-
- ae_declarative_authorization-0.6.0.pre2.gem
|
64
63
|
- authorization_rules.dist.rb
|
65
64
|
- declarative_authorization.gemspec
|
66
65
|
- gemfiles/4.1.gemfile.lock
|
@@ -122,9 +121,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
122
121
|
version: '0'
|
123
122
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
124
123
|
requirements:
|
125
|
-
- - "
|
124
|
+
- - ">="
|
126
125
|
- !ruby/object:Gem::Version
|
127
|
-
version:
|
126
|
+
version: '0'
|
128
127
|
requirements: []
|
129
128
|
rubyforge_project:
|
130
129
|
rubygems_version: 2.6.14
|
Binary file
|