.gitignore | 100644 | 0 | 0 | | | 134 Bytes | 2a5b34f4d8414ef934b2861e80b5701eefba09ba2b110fd5d5df698d00b78f0b |
.travis.yml | 100644 | 0 | 0 | | | 145 Bytes | 172cb3de98a616d7c961407b16e91bb5b26411d8dd6ceebfaf2eb7685124c089 |
CHANGELOG.md | 100644 | 0 | 0 | | | 254 Bytes | 27ebe5253de7a2dd1bab7cecaf3db04d92c5c1fa3edaea603c009b1c98c263f4 |
Gemfile | 100644 | 0 | 0 | | | 309 Bytes | c50eec652d596c52964f1b9e2db01aaefe8a5eed87d82c9b3def8440eb8f572e |
LICENSE.txt | 100644 | 0 | 0 | | | 1.05 KB | 5e248e47396db48919ff40be3c313811e9302b44afc599120e4440b83d4aa694 |
MIT-LICENSE | 100644 | 0 | 0 | | | 1.03 KB | deb4957e0f3d93221827f07a8e0117f5ba16740cbcbbe5e1f98f69f06688fe9d |
README.md | 100644 | 0 | 0 | | | 2.68 KB | c1cb3d72f32c26c1ef1737ebfbfb02c6c6c0b3e41af075b0a9b9be2791b77b1d |
Rakefile | 100644 | 0 | 0 | | | 565 Bytes | 83334b70ed1ac6699fb2b673df9b47fc7e82b2938b48d387e6723138f099e02f |
authoreyes.gemspec | 100644 | 0 | 0 | | | 1.38 KB | cad21a6f690898a8663f6c0ed2934cc90b4af3c86faacc285091d973680eef15 |
authorization_rules.dist.rb | 100644 | 0 | 0 | | | 569 Bytes | 611fba85290a5c711880503c6df6293b9aee6834b13991f882fd23ed8f95b46e |
bin/console | 100755 | 0 | 0 | | | 335 Bytes | 76d6995b2a0826e1c48dc048fb68dadf1a6e5c9806dba9cf2ab2d203886e0209 |
bin/setup | 100755 | 0 | 0 | | | 131 Bytes | e201190bc24e9f00849b3efa5fbaece2cbf069703232e50c7fa15d41c47f2ead |
bin/test | 100755 | 0 | 0 | | | 234 Bytes | 27df984c3e8d2e8ac214af9397209fa350918069edcb84d1d7d04d404d309bf2 |
lib/authoreyes.rb | 100644 | 0 | 0 | | | 518 Bytes | 6207f7f809372107c1fa660a20a5553c37ad5ec4be11df5f3478968787ce2da9 |
lib/authoreyes/authorization.rb | 100644 | 0 | 0 | | | 2.75 KB | a7f4c06969c0202c6c992ed53af44412a1de38fc37ca575d377e744e272dc9b8 |
lib/authoreyes/authorization/anonymous_user.rb | 100644 | 0 | 0 | | | 291 Bytes | a5afc08ddf72a230310a7089613564c9bfa659a5d9ee49e808b4af879b5e12e3 |
lib/authoreyes/authorization/attribute.rb | 100644 | 0 | 0 | | | 6.36 KB | 4fbf8f80e787c730302d0eb92ee1f82e14436b409b04a497a2065e722336ace8 |
lib/authoreyes/authorization/attribute_with_permission.rb | 100644 | 0 | 0 | | | 5.03 KB | a2dd0f74ff6451cd88b4f1f2c518641cd45b19dfd4ff472a84513c8da67e5a54 |
lib/authoreyes/authorization/authorization_rule.rb | 100644 | 0 | 0 | | | 2.98 KB | eb5e38953c77e13c193f1f2bcd97a9aa675c00f653cc8195e0e7acf1b307d6e5 |
lib/authoreyes/authorization/authorization_rule_set.rb | 100644 | 0 | 0 | | | 1.23 KB | a710abbd2e23f40b864959c2b0967abe33a22d2952fb3bab5ec206d91c42704c |
lib/authoreyes/authorization/engine.rb | 100644 | 0 | 0 | | | 11.9 KB | d0364925b891eda8ecc7aa3823481a3afa13f390e2f957d9526dc35d1c15bd31 |
lib/authoreyes/helpers.rb | 100644 | 0 | 0 | | | 117 Bytes | 7c3c2b14cc43cab14ddd9fc0a340591296fd871db0158fd8af01552ce3380550 |
lib/authoreyes/helpers/in_controller.rb | 100644 | 0 | 0 | | | 4.55 KB | 18c00f41c90896970c7f104d104175f45a7f411b89e18e3832b057079dc26974 |
lib/authoreyes/parser.rb | 100644 | 0 | 0 | | | 693 Bytes | 5081db5a72ef1ac110d7983f3ed54b7fc34e43926f0e8f7d73e9c7adb0e5d289 |
lib/authoreyes/parser/authorization_rules_parser.rb | 100644 | 0 | 0 | | | 15.1 KB | 2a9c481824deafeedc7f0b96ae37b14caa645aef438a6da53c08f30aa1412486 |
lib/authoreyes/parser/dsl_parser.rb | 100644 | 0 | 0 | | | 2.84 KB | 548f43ac15b6ca04c97fda2142d779a340edcda858a239cd21e5b7ef8aaafb25 |
lib/authoreyes/parser/priveleges_reader.rb | 100644 | 0 | 0 | | | 1.99 KB | 2def8c78a997be942e2bd06f0818d7000e1f0b63c6d479076cbb0e4ca941bb49 |
lib/authoreyes/railtie.rb | 100644 | 0 | 0 | | | 1.95 KB | 2fd5aeb0b52ea94fc2bea4224d0a698f16808c62190707565891042a5c2dcaa9 |
lib/authoreyes/version.rb | 100644 | 0 | 0 | | | 49 Bytes | 57097f72891474c13214d2ba8a75c5edc1c20f52f0efca2b21e37fe1b5f2370f |
lib/tasks/authoreyes_tasks.rake | 100644 | 0 | 0 | | | 88 Bytes | f39206a7a2459880407b0da168e6c8cdf077e2628db46a1cb9db51c5719f37fa |