README.md in ostiary-0.8.0 vs README.md in ostiary-0.9.0
- old
+ new
@@ -2,11 +2,11 @@
An ostiarius, a Latin word sometimes anglicized as ostiary but often literally translated as porter or doorman, originally was a servant or guard posted at the entrance of a building. See also gatekeeper.
## Functionality
-[![Build Status](https://travis-ci.com/nedap/ostiary.svg?token=4BotuBJP2R9yGGT125VA&branch=master)](https://travis-ci.com/nedap/ostiary)
+[![Build Status](https://travis-ci.org/nedap/ostiary.svg?branch=ruby-update)](https://travis-ci.org/nedap/ostiary)
This gem will help you enforce 'policies' when viewing controllers/actions.
This is done by requiring certain roles for controllers, where you can
optionally include or exclude certain actions.
@@ -18,15 +18,15 @@
gem 'ostiary'
```
And then execute:
- $ bundle
+ $ bundle
Or install it yourself as:
- $ gem install ostiary
+ $ gem install ostiary
## Usage
### Primary setup
@@ -87,5 +87,8 @@
# Your authorization method using name.
end
end
```
+## License
+
+ostiary is Copyright 2017 nedap and released under the MIT license which you should find included in the [LICENSE.txt](LICENSE.txt) file.