USPSFlags Burgees
An extension for USPSFlags to provide squadron burgees.
Configuration
USPSFlags.configure do |config|
config.burgees_dir = "/path/to/burgees"
end
Usage
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:
gem cert --add <(curl -Ls https://raw.github.com/jfiander/usps-flags/master/certs/jfiander.pem)
Then install the gem securely:
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.