Sha256: 0c2c9ce466d9b1b549a78ce197354650a7f916bc0d548fcc65312e03628bdb44
Contents?: true
Size: 663 Bytes
Versions: 7
Compression:
Stored size: 663 Bytes
Contents
# Slosilo Slosilo is a keystore in the database. (Currently only works with postgres.) It allows easy storage and retrieval of keys. ## Installation Add this line to your application's Gemfile: gem 'slosilo' And then execute: $ bundle Add a migration to create the necessary table: require 'slosilo/adapters/sequel_adapter/migration' Remember to migrate your database $ rake db:migrate ## Usage ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
slosilo-1.0.0 | README.md |
slosilo-0.4.1 | README.md |
slosilo-0.4.0 | README.md |
slosilo-0.2.4 | README.md |
slosilo-0.2.3 | README.md |
slosilo-0.2.2 | README.md |
slosilo-0.1.2 | README.md |