# Tins - Useful tools library in Ruby ## Description Non yet. ## Badges [![Code Climate](https://codeclimate.com/github/flori/tins.png)](https://codeclimate.com/github/flori/tins) [![Code Coverage](https://codeclimate.com/github/flori/tins/coverage.png)](https://codeclimate.com/github/flori/tins) ## Changes * 2015-11-09 Release 1.7.0 - Officially require ruby >= 2.0 and use new hash syntax. - New feature attempt: sleep:-30 sleeps upto 30 seconds while retrying with an exponential waiting pattern. - Remove rotate and shuffle, recent rubies all support them. - Add an object oriented view on method signatures and use it to create method descriptions. * 2015-08-13 Release 1.6.0 - Add complete method for readline completion * 2015-06-21 Release 1.5.4 - Avoid %i syntax for now * 2015-06-17 Release 1.5.3 - Make it run on 1.9 again. - Avoid a warning in Time.dummy implementation. * 2015-05-27 Release 1.5.2 - Fix parameter naming for c-methods in method descriptions. * 2015-04-24 Release 1.5.0/1.5.1 - Implement bump logic for StringVersion * 2015-04-23 Release 1.4.0 - Add implement module helper method. * 2015-03-03 Release 1.3.5 - Don't automatically include #to method into Object, this can lead to some confusion. * 2015-02-04 Release 1.3.4 - Add some default alphabets to Tins::Token, e. g. Base64 - Add changes to Readme ## Download The homepage of this library is located at * http://flori.github.com/tins ## Author Florian Frank mailto:flori@ping.de ## License This software is licensed under the MIT (Expat) license.