Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 302 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 302 Bytes

Secretly

Store secrets for usage in your Ruby or Rails projects.

Installation

Add this line to your application's Gemfile:

gem 'secretly'

And then execute:

$ bundle

Or install it yourself as:

$ gem install secretly

Usage

Secretly.fetch( :file, 'some/path/to/file' )