authorizable 0.9.1 → 0.9.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/README.md +7 -1
- data/authorizable.gemspec +1 -0
- data/lib/authorizable/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: e3186056bed7a07f414f941368b0e6ccb5bae23c
|
4
|
+
data.tar.gz: 503534e70125e88c5418876711108938ff0ee257
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e4253662f6abe9261b9f2c4c7642c3254bdbe0fafe18c0c5031c0bc2f3fbb6039782c374de8234c1bc1e3b36414e5eea9ce7d5141069b9aed30da136ab5d95d8
|
7
|
+
data.tar.gz: bdba4c8170ac53abf7f722cf0336106c09aa649f199616a5d9d5989db925cfbce220053874deab3816c2357eb39914c15f6aa6c18d2443063c51d030569dc0f2
|
data/README.md
CHANGED
@@ -4,9 +4,11 @@ authorizable
|
|
4
4
|
A gem for rails giving vast flexibility in authorization management.
|
5
5
|
|
6
6
|
[![docs](https://img.shields.io/badge/docs-yardoc-blue.svg?style=flat-square)](http://www.rubydoc.info/github/NullVoxPopuli/authorizable)
|
7
|
+
[![Gem Version](http://img.shields.io/gem/v/authorizable.svg?style=flat-square)](http://badge.fury.io/rb/authorizable)
|
7
8
|
[![Build Status](http://img.shields.io/travis/NullVoxPopuli/authorizable.svg?style=flat-square)](https://travis-ci.org/NullVoxPopuli/authorizable)
|
8
9
|
[![Code Climate](http://img.shields.io/codeclimate/github/NullVoxPopuli/authorizable.svg?style=flat-square)](https://codeclimate.com/github/NullVoxPopuli/authorizable)
|
9
10
|
[![Test Coverage](http://img.shields.io/codeclimate/coverage/github/NullVoxPopuli/authorizable.svg?style=flat-square)](https://codeclimate.com/github/NullVoxPopuli/authorizable)
|
11
|
+
[![Dependency Status](http://img.shields.io/gemnasium/NullVoxPopuli/authorizable.svg?style=flat-square)](https://gemnasium.com/NullVoxPopuli/authorizable)
|
10
12
|
|
11
13
|
|
12
14
|
## Features
|
@@ -25,7 +27,11 @@ A gem for rails giving vast flexibility in authorization management.
|
|
25
27
|
|
26
28
|
Gemfile
|
27
29
|
|
28
|
-
gem "authorizable"
|
30
|
+
gem "authorizable"
|
31
|
+
|
32
|
+
Terminal
|
33
|
+
|
34
|
+
gem install authorizable
|
29
35
|
|
30
36
|
## Configuration
|
31
37
|
### Defining permissions
|
data/authorizable.gemspec
CHANGED
data/lib/authorizable/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: authorizable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- L. Preston Sego III
|
@@ -274,7 +274,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
274
274
|
requirements:
|
275
275
|
- - ">="
|
276
276
|
- !ruby/object:Gem::Version
|
277
|
-
version: '0'
|
277
|
+
version: '2.0'
|
278
278
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
279
279
|
requirements:
|
280
280
|
- - ">="
|
@@ -285,7 +285,7 @@ rubyforge_project:
|
|
285
285
|
rubygems_version: 2.4.3
|
286
286
|
signing_key:
|
287
287
|
specification_version: 4
|
288
|
-
summary: Authorizable-0.9.
|
288
|
+
summary: Authorizable-0.9.2
|
289
289
|
test_files:
|
290
290
|
- spec/integration/controller_spec.rb
|
291
291
|
- spec/integration/model_spec.rb
|