petergate 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/petergate/version.rb +1 -1
- data/petergate.gemspec +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c3955dd64ab0e68946033b9f5b28adc57a3bbe0e
|
4
|
+
data.tar.gz: bf67e237b5bf27e5bf2f3e6dd96fbb09096cf7df
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 586c85235b3d327142b98abf32550ab445e4cb81cc129baba6bb9f8129e1f0e6da07dc75444ee0ca51dd82c2a4b35ef9f6c01dfa94f20720bb3b51c3553403f5
|
7
|
+
data.tar.gz: 9a713a1a3529f83794c8fb8023bc5b1a1b7b640f5b50c2097920039bbb89e594a7bcff3dc7637b79774792b1d8417a994b3874c23f9f872d4c62d80915b77b63
|
data/lib/petergate/version.rb
CHANGED
data/petergate.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["Isaac Sloan"]
|
10
10
|
spec.email = ["isaac@isaacsloan.com"]
|
11
11
|
spec.summary = %q{Authorization system allowing verbose easy read controller syntax.}
|
12
|
-
spec.description = %q{
|
12
|
+
spec.description = %q{If you like the straight forward and effective nature of Strong Parameters and suspect that CanCan might be overkill for your project then you'll love Petergate's easy to use and read action and content based authorizations.}
|
13
13
|
spec.homepage = "https://github.com/isaacsloan/petergate"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: petergate
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Isaac Sloan
|
@@ -52,7 +52,9 @@ dependencies:
|
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: 4.1.7
|
55
|
-
description:
|
55
|
+
description: If you like the straight forward and effective nature of Strong Parameters
|
56
|
+
and suspect that CanCan might be overkill for your project then you'll love Petergate's
|
57
|
+
easy to use and read action and content based authorizations.
|
56
58
|
email:
|
57
59
|
- isaac@isaacsloan.com
|
58
60
|
executables: []
|