Sha256: de45a345e85a32f63319519710819e3c30e8ff4b3fb106ff3dadc31efef6d05e
Contents?: true
Size: 1.89 KB
Versions: 2
Compression:
Stored size: 1.89 KB
Contents
# Tins - Useful tools library in Ruby ## Description Non yet. ## Badges [](https://codeclimate.com/github/flori/tins) [](https://codeclimate.com/github/flori/tins) ## Changes * 2016-01-18 Release 1.8.2 - Implement Tins::StringVersion::Version#dup and Tins::StringVersion::Version#clone. * 2015-12-03 Release 1.8.1 - Remove some backports already existant in the newer supported rubies. * 2015-12-01 Release 1.8.0 - Add `foo_of` and `foo_annotations` methods to instances of classes with annotated methods. * 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.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tins-1.9.0 | README.md |
tins-1.8.2 | README.md |