Sha256: 4d48f336d44106cee6ae0a45afd6d0b18b2dee3b7f8306d73db9db3b7f04b27f
Contents?: true
Size: 1.1 KB
Versions: 1
Compression:
Stored size: 1.1 KB
Contents
### 0.2.0 / 2010-10-27 * Make sure all enumerable methods in {Chars::CharSet} return an `Enumerator` object if no block is given. ### 0.1.2 / 2009-09-21 * Require Hoe >= 2.3.3. * Require YARD >= 0.2.3.5. * Require RSpec >= 1.2.8. * Added Chars.visibile and Chars::VISIBLE (thanks flatline). * Added CharSet#random_distinct_bytes, CharSet#random_distinct_chars, and CharSet#random_distinct_string (thanks flatline). * Use 'hoe/signing' for signed RubyGems. * Moved to YARD based documentation. * All specs now pass on JRuby 1.3.1. ### 0.1.1 / 2009-04-01 * Renamed CharSet#=~ to CharSet#===. * Added an alias from CharSet#=~ to CharSet#===. ### 0.1.0 / 2009-03-16 * Initial release. * Provides character sets for: * Numeric * Octal * Uppercase Hexadecimal * Lowercase Hexadecimal * Hexadecimal * Uppercase Alpha * Lowercase Alpha * Alpha * Alpha-numeric * Punctuation * Symbols * Space * Printable * Control * ASCII * Provides convenience methods for testing wether a String or Integer belongs to a certain character set. * Supports random text generation using specific character sets.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
chars-0.2.0 | ChangeLog.md |