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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2a9ef497bb3ae8de9133de744a1ad9b5796f22fc
4
- data.tar.gz: 9445982c9c3ccb0d2cd421e7c2042ad0114c583f
3
+ metadata.gz: c3955dd64ab0e68946033b9f5b28adc57a3bbe0e
4
+ data.tar.gz: bf67e237b5bf27e5bf2f3e6dd96fbb09096cf7df
5
5
  SHA512:
6
- metadata.gz: 13f98c534383673ebb5f8a4509b31aeaeaee9dc4c61686558abd32beb1455dd3121c1f0a9e8778ecdfde5bd9a2b0bfef93bd6560e5c15dd28ae492d58fe1c462
7
- data.tar.gz: 7a7bfc116d6679992274deb08d335704b152ec223c5f084783e684b92132e773b66f89c2bfea1f8b6c76a08b09faa957a5078aae8755e5218c8fd91c51d3fc4d
6
+ metadata.gz: 586c85235b3d327142b98abf32550ab445e4cb81cc129baba6bb9f8129e1f0e6da07dc75444ee0ca51dd82c2a4b35ef9f6c01dfa94f20720bb3b51c3553403f5
7
+ data.tar.gz: 9a713a1a3529f83794c8fb8023bc5b1a1b7b640f5b50c2097920039bbb89e594a7bcff3dc7637b79774792b1d8417a994b3874c23f9f872d4c62d80915b77b63
@@ -1,3 +1,3 @@
1
1
  module Petergate
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
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{Authorization system.}
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.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: Authorization system.
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: []