i_am_i_can 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +15 -0
- data/.rspec +3 -0
- data/.travis.yml +13 -0
- data/CHANGELOG.md +17 -0
- data/CODE_OF_CONDUCT.md +74 -0
- data/Gemfile +6 -0
- data/Gemfile.lock +116 -0
- data/LICENSE.txt +21 -0
- data/README.md +442 -0
- data/Rakefile +6 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/i_am_i_can.gemspec +36 -0
- data/lib/generators/i_am_i_can/setup_generator.rb +56 -0
- data/lib/generators/i_am_i_can/templates/migrations/add_to_subject.erb +5 -0
- data/lib/generators/i_am_i_can/templates/migrations/permission.erb +15 -0
- data/lib/generators/i_am_i_can/templates/migrations/role.erb +13 -0
- data/lib/generators/i_am_i_can/templates/migrations/role_group.erb +14 -0
- data/lib/generators/i_am_i_can/templates/models/permission.erb +11 -0
- data/lib/generators/i_am_i_can/templates/models/role.erb +10 -0
- data/lib/generators/i_am_i_can/templates/models/role_group.erb +11 -0
- data/lib/i_am_i_can/config.rb +14 -0
- data/lib/i_am_i_can/has_an_array_of.rb +75 -0
- data/lib/i_am_i_can/permission/assignment.rb +90 -0
- data/lib/i_am_i_can/permission/definition.rb +61 -0
- data/lib/i_am_i_can/permission/helpers.rb +46 -0
- data/lib/i_am_i_can/permission/p_array.rb +22 -0
- data/lib/i_am_i_can/permission.rb +68 -0
- data/lib/i_am_i_can/role/assignment.rb +76 -0
- data/lib/i_am_i_can/role/definition.rb +100 -0
- data/lib/i_am_i_can/role/helpers.rb +28 -0
- data/lib/i_am_i_can/subject/permission_querying.rb +69 -0
- data/lib/i_am_i_can/subject/role_querying.rb +66 -0
- data/lib/i_am_i_can/version.rb +3 -0
- data/lib/i_am_i_can.rb +61 -0
- metadata +220 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 5552a6adc5472f8c56efe657bb014182a539540556e04d28c8ab860a0a64b357
|
4
|
+
data.tar.gz: 7491c05645c20f700640b6c5997da5b2de0dc9c4b40951b533b07ec0fa0cef6e
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: a933b064c9db820e5a4e2d4a8f8bb24a2261594af0452f4466698a470e5881bf3c7019fa9c7b4f218e7d72da81d59596d8be8758c80bd21dc61ffbf131097221
|
7
|
+
data.tar.gz: 8c08000f4f73dbf53b75e99e97a9d9e5cc1aae73c3eef96edc84c2f630324e2a0be6146d79f3fd1bb51b45b12d32fd4bae3345f376ea64734fd8140a1ee82cd3
|
data/.gitignore
ADDED
data/.rspec
ADDED
data/.travis.yml
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
sudo: false
|
2
|
+
language: ruby
|
3
|
+
rvm:
|
4
|
+
- 2.4.0
|
5
|
+
before_install: gem install bundler -v 1.16.0.pre.2
|
6
|
+
before_script:
|
7
|
+
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
|
8
|
+
- chmod +x ./cc-test-reporter
|
9
|
+
- ./cc-test-reporter before-build
|
10
|
+
script:
|
11
|
+
- bundle exec rspec
|
12
|
+
after_script:
|
13
|
+
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
# Version Changelog
|
2
|
+
|
3
|
+
## [Unreleased]
|
4
|
+
|
5
|
+
### Changed
|
6
|
+
|
7
|
+
### Fixed
|
8
|
+
|
9
|
+
### Added
|
10
|
+
|
11
|
+
## [2.1.0] - 2018/10/2 - [view diff](https://github.com/zhandao/i_am_i_can/compare/v2.0.0...v2.0.1)
|
12
|
+
|
13
|
+
The first version!
|
14
|
+
|
15
|
+
## [2.0.0] - 2018/9/25 - [view diff](https://github.com/zhandao/i_am_i_can/compare/821a5e2...v2.0.0)
|
16
|
+
|
17
|
+
The first version!
|
data/CODE_OF_CONDUCT.md
ADDED
@@ -0,0 +1,74 @@
|
|
1
|
+
# Contributor Covenant Code of Conduct
|
2
|
+
|
3
|
+
## Our Pledge
|
4
|
+
|
5
|
+
In the interest of fostering an open and welcoming environment, we as
|
6
|
+
contributors and maintainers pledge to making participation in our project and
|
7
|
+
our community a harassment-free experience for everyone, regardless of age, body
|
8
|
+
size, disability, ethnicity, gender identity and expression, level of experience,
|
9
|
+
nationality, personal appearance, race, religion, or sexual identity and
|
10
|
+
orientation.
|
11
|
+
|
12
|
+
## Our Standards
|
13
|
+
|
14
|
+
Examples of behavior that contributes to creating a positive environment
|
15
|
+
include:
|
16
|
+
|
17
|
+
* Using welcoming and inclusive language
|
18
|
+
* Being respectful of differing viewpoints and experiences
|
19
|
+
* Gracefully accepting constructive criticism
|
20
|
+
* Focusing on what is best for the community
|
21
|
+
* Showing empathy towards other community members
|
22
|
+
|
23
|
+
Examples of unacceptable behavior by participants include:
|
24
|
+
|
25
|
+
* The use of sexualized language or imagery and unwelcome sexual attention or
|
26
|
+
advances
|
27
|
+
* Trolling, insulting/derogatory comments, and personal or political attacks
|
28
|
+
* Public or private harassment
|
29
|
+
* Publishing others' private information, such as a physical or electronic
|
30
|
+
address, without explicit permission
|
31
|
+
* Other conduct which could reasonably be considered inappropriate in a
|
32
|
+
professional setting
|
33
|
+
|
34
|
+
## Our Responsibilities
|
35
|
+
|
36
|
+
Project maintainers are responsible for clarifying the standards of acceptable
|
37
|
+
behavior and are expected to take appropriate and fair corrective action in
|
38
|
+
response to any instances of unacceptable behavior.
|
39
|
+
|
40
|
+
Project maintainers have the right and responsibility to remove, edit, or
|
41
|
+
reject comments, commits, code, wiki edits, issues, and other contributions
|
42
|
+
that are not aligned to this Code of Conduct, or to ban temporarily or
|
43
|
+
permanently any contributor for other behaviors that they deem inappropriate,
|
44
|
+
threatening, offensive, or harmful.
|
45
|
+
|
46
|
+
## Scope
|
47
|
+
|
48
|
+
This Code of Conduct applies both within project spaces and in public spaces
|
49
|
+
when an individual is representing the project or its community. Examples of
|
50
|
+
representing a project or community include using an official project e-mail
|
51
|
+
address, posting via an official social media account, or acting as an appointed
|
52
|
+
representative at an online or offline event. Representation of a project may be
|
53
|
+
further defined and clarified by project maintainers.
|
54
|
+
|
55
|
+
## Enforcement
|
56
|
+
|
57
|
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
58
|
+
reported by contacting the project team at x@skippingcat.com. All
|
59
|
+
complaints will be reviewed and investigated and will result in a response that
|
60
|
+
is deemed necessary and appropriate to the circumstances. The project team is
|
61
|
+
obligated to maintain confidentiality with regard to the reporter of an incident.
|
62
|
+
Further details of specific enforcement policies may be posted separately.
|
63
|
+
|
64
|
+
Project maintainers who do not follow or enforce the Code of Conduct in good
|
65
|
+
faith may face temporary or permanent repercussions as determined by other
|
66
|
+
members of the project's leadership.
|
67
|
+
|
68
|
+
## Attribution
|
69
|
+
|
70
|
+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
71
|
+
available at [http://contributor-covenant.org/version/1/4][version]
|
72
|
+
|
73
|
+
[homepage]: http://contributor-covenant.org
|
74
|
+
[version]: http://contributor-covenant.org/version/1/4/
|
data/Gemfile
ADDED
data/Gemfile.lock
ADDED
@@ -0,0 +1,116 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
i_am_i_can (2.1.0)
|
5
|
+
activerecord
|
6
|
+
activesupport
|
7
|
+
railties
|
8
|
+
|
9
|
+
GEM
|
10
|
+
remote: https://rubygems.org/
|
11
|
+
specs:
|
12
|
+
actionpack (5.2.1)
|
13
|
+
actionview (= 5.2.1)
|
14
|
+
activesupport (= 5.2.1)
|
15
|
+
rack (~> 2.0)
|
16
|
+
rack-test (>= 0.6.3)
|
17
|
+
rails-dom-testing (~> 2.0)
|
18
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
19
|
+
actionview (5.2.1)
|
20
|
+
activesupport (= 5.2.1)
|
21
|
+
builder (~> 3.1)
|
22
|
+
erubi (~> 1.4)
|
23
|
+
rails-dom-testing (~> 2.0)
|
24
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
25
|
+
activemodel (5.2.1)
|
26
|
+
activesupport (= 5.2.1)
|
27
|
+
activerecord (5.2.1)
|
28
|
+
activemodel (= 5.2.1)
|
29
|
+
activesupport (= 5.2.1)
|
30
|
+
arel (>= 9.0)
|
31
|
+
activesupport (5.2.1)
|
32
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
33
|
+
i18n (>= 0.7, < 2)
|
34
|
+
minitest (~> 5.1)
|
35
|
+
tzinfo (~> 1.1)
|
36
|
+
arel (9.0.0)
|
37
|
+
builder (3.2.3)
|
38
|
+
concurrent-ruby (1.0.5)
|
39
|
+
crass (1.0.4)
|
40
|
+
database_cleaner (1.7.0)
|
41
|
+
diff-lcs (1.3)
|
42
|
+
docile (1.3.0)
|
43
|
+
erubi (1.7.1)
|
44
|
+
i18n (1.1.0)
|
45
|
+
concurrent-ruby (~> 1.0)
|
46
|
+
json (2.1.0)
|
47
|
+
loofah (2.2.2)
|
48
|
+
crass (~> 1.0.2)
|
49
|
+
nokogiri (>= 1.5.9)
|
50
|
+
method_source (0.9.0)
|
51
|
+
mini_portile2 (2.3.0)
|
52
|
+
minitest (5.11.3)
|
53
|
+
nokogiri (1.8.4)
|
54
|
+
mini_portile2 (~> 2.3.0)
|
55
|
+
pg (1.0.0)
|
56
|
+
rack (2.0.5)
|
57
|
+
rack-test (1.1.0)
|
58
|
+
rack (>= 1.0, < 3)
|
59
|
+
rails-dom-testing (2.0.3)
|
60
|
+
activesupport (>= 4.2.0)
|
61
|
+
nokogiri (>= 1.6)
|
62
|
+
rails-html-sanitizer (1.0.4)
|
63
|
+
loofah (~> 2.2, >= 2.2.2)
|
64
|
+
railties (5.2.1)
|
65
|
+
actionpack (= 5.2.1)
|
66
|
+
activesupport (= 5.2.1)
|
67
|
+
method_source
|
68
|
+
rake (>= 0.8.7)
|
69
|
+
thor (>= 0.19.0, < 2.0)
|
70
|
+
rake (10.5.0)
|
71
|
+
rspec (3.7.0)
|
72
|
+
rspec-core (~> 3.7.0)
|
73
|
+
rspec-expectations (~> 3.7.0)
|
74
|
+
rspec-mocks (~> 3.7.0)
|
75
|
+
rspec-core (3.7.1)
|
76
|
+
rspec-support (~> 3.7.0)
|
77
|
+
rspec-expectations (3.7.0)
|
78
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
79
|
+
rspec-support (~> 3.7.0)
|
80
|
+
rspec-mocks (3.7.0)
|
81
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
82
|
+
rspec-support (~> 3.7.0)
|
83
|
+
rspec-rails (3.7.2)
|
84
|
+
actionpack (>= 3.0)
|
85
|
+
activesupport (>= 3.0)
|
86
|
+
railties (>= 3.0)
|
87
|
+
rspec-core (~> 3.7.0)
|
88
|
+
rspec-expectations (~> 3.7.0)
|
89
|
+
rspec-mocks (~> 3.7.0)
|
90
|
+
rspec-support (~> 3.7.0)
|
91
|
+
rspec-support (3.7.1)
|
92
|
+
simplecov (0.16.1)
|
93
|
+
docile (~> 1.1)
|
94
|
+
json (>= 1.8, < 3)
|
95
|
+
simplecov-html (~> 0.10.0)
|
96
|
+
simplecov-html (0.10.2)
|
97
|
+
thor (0.20.0)
|
98
|
+
thread_safe (0.3.6)
|
99
|
+
tzinfo (1.2.5)
|
100
|
+
thread_safe (~> 0.1)
|
101
|
+
|
102
|
+
PLATFORMS
|
103
|
+
ruby
|
104
|
+
|
105
|
+
DEPENDENCIES
|
106
|
+
bundler (~> 1.16)
|
107
|
+
database_cleaner
|
108
|
+
i_am_i_can!
|
109
|
+
pg
|
110
|
+
rake (~> 10.0)
|
111
|
+
rspec (~> 3.0)
|
112
|
+
rspec-rails
|
113
|
+
simplecov
|
114
|
+
|
115
|
+
BUNDLED WITH
|
116
|
+
1.16.1
|
data/LICENSE.txt
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2018 zhandao
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
13
|
+
all copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
+
THE SOFTWARE.
|