Project

kruptos

0.0
No commit activity in last 3 years
No release in over 3 years
Crypto ruby gem
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.0.0
>= 1.0
>= 3.12
>= 0
 Project Readme

Kruptos

Version     Build Status Code Climate

This is simply a re-package of the existing (no longer supported) crypt gem.
Original gem is at http://crypt.rubyforge.org/index.html. I've tried to contact the owner and the email is no longer valid. Therefore I've decided to simply create a new gem, fix the error for it to work with ruby 1.9 and call it a day.

I didn't change any of the copyright. All the credit goes to the original author rich kernahan. I've renamed the project to kruptos to allow me to load it up on rubyforge.

Installation

Add this line to your application's Gemfile:

gem 'kruptos'

And then execute:

$ bundle

Or install it yourself as:

$ gem install kruptos

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request