Sha256: a1a094fc074e89f57ed5db3a864e9d813339f712637204ed0dfc397f24fb8adc
Contents?: true
Size: 1.43 KB
Versions: 1
Compression:
Stored size: 1.43 KB
Contents
# Sia [![CircleCI](https://circleci.com/gh/spejamchr/sia.svg?style=shield)]( https://circleci.com/gh/spejamchr/sia) [![GitHub](https://img.shields.io/badge/github-spejamchr/sia-blue.svg)]( https://github.com/spejamchr/sia) [![Documentation](https://img.shields.io/badge/docs-rubydoc.org-blue.svg)]( https://www.rubydoc.info/github/spejamchr/sia) Encrypt files by storing them in digital safes. Each safe has a name and a password and can store as many files as you want. ## Installation Add this line to your application's Gemfile: ```ruby gem 'sia' ``` And then execute: $ bundle Or install it yourself as: $ gem install sia ## Usage TODO: Write usage instructions here ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/spejamchr/sia. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sia-0.1.0 | README.md |