Store secrets for usage in your Ruby or Rails projects.
Add this line to your application's Gemfile:
gem 'secretly'
And then execute:
$ bundle
Or install it yourself as:
$ gem install secretly
Secretly.fetch( :file, 'some/path/to/file' )
8000