README.md in action_policy-0.4.3 vs README.md in action_policy-0.4.4

- old
+ new

@@ -1,10 +1,10 @@ [![Gem Version](https://badge.fury.io/rb/action_policy.svg)](https://badge.fury.io/rb/action_policy) [![Build Status](https://travis-ci.org/palkan/action_policy.svg?branch=master)](https://travis-ci.org/palkan/action_policy) [![Documentation](https://img.shields.io/badge/docs-link-brightgreen.svg)](https://actionpolicy.evilmartians.io) -# ActionPolicy +# Action Policy Authorization framework for Ruby and Rails applications. Composable. Extensible. Performant. @@ -96,11 +96,11 @@ ```erb <% @posts.each do |post| %> <li><%= post.title %> <% if allowed_to?(:edit?, post) %> - = link_to post, "Edit" + <%= link_to post, "Edit"> <% end %> </li> <% end %> ``` @@ -119,10 +119,5 @@ ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT). [Documentation]: http://actionpolicy.evilmartians.io - -## Security Contact - -To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). Tidelift will coordinate the fix and disclosure. -