Sha256: 4e76aac314f3c7e9444b363bab2bda2c465c56e00b413e956527f37551bec3c0
Contents?: true
Size: 1.52 KB
Versions: 3
Compression:
Stored size: 1.52 KB
Contents
# USPSFlags Burgees [![Gem Version](https://img.shields.io/gem/v/usps_flags-burgees.svg)](https://rubygems.org/gems/usps_flags-burgees) [![Build Status](https://travis-ci.org/jfiander/usps-flags_burgees.svg)](https://travis-ci.org/jfiander/usps-flags_burgees) [![Test Coverage](https://api.codeclimate.com/v1/badges/760b824f0edac3316a11/test_coverage)](https://codeclimate.com/github/jfiander/usps-flags_burgees/test_coverage) [![Maintainability](https://api.codeclimate.com/v1/badges/760b824f0edac3316a11/maintainability)](https://codeclimate.com/github/jfiander/usps-flags_burgees/maintainability) [![Dependencies](https://img.shields.io/gemnasium/jfiander/usps-flags_burgees.svg)](https://gemnasium.com/github.com/jfiander/usps-flags_burgees) An extension for [USPSFlags](https://github.com/jfiander/usps-flags) to provide squadron burgees. ## Configuration ```ruby USPSFlags.configure do |config| config.burgees_dir = "/path/to/burgees" end ``` ## Usage ```ruby USPSFlags::Burgees.get(:burgee_name) ``` ## Security This gem is cryptographically signed. To be sure the gem code hasn’t been tampered with: Add my public key as a trusted certificate: ```sh gem cert --add <(curl -Ls https://raw.github.com/jfiander/usps-flags/master/certs/jfiander.pem) ``` Then install the gem securely: ```sh gem install usps_flags -P HighSecurity ``` ## License Actual images generated may be registered trademarks of their respective squadrons. This project is released under the [GPLv3](https://raw.github.com/jfiander/usps-flags/master/LICENSE).
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
usps_flags-burgees-0.0.14 | README.md |
usps_flags-burgees-0.0.13 | README.md |
usps_flags-burgees-0.0.12 | README.md |