Sha256: 32dcfae2797283b490e580f36c3983ba065759a9955d53620b8e16458495e6f5
Contents?: true
Size: 1.55 KB
Versions: 1
Compression:
Stored size: 1.55 KB
Contents
### 0.2.0 / 2011-05-14 * Require data_paths ~> 0.3. * Added {Ronin::Mixin}. * Added {Ronin::Network::SMTP::Email#headers}. * Added {Integer#html_escape}. * Added {Integer#js_escape}. * Added {Integer#format_js}. * Added {String#html_escape}. * Added {String#html_unescape}. * Added {String#js_escape}. * Added {String#js_unescape}. * Added {String#format_js}. * Added {Net.smtp_send_message}. * Added {Net.http_status}. * Added {Net.http_get_headers}. * Added {Net.http_post_headers}. * Added YARD `@api` tags to define the public, semi-public and private APIs. * Renamed `Kernel#attempt` to {Kernel#try}. * Allow `:method` to be used with {Net.http_ok?}. * Fixed a bug in {Ronin::Network::HTTP.expand_url} where `:host` and `:port` options were being overridden. * Improved the performance of {Integer#bytes}. * Only redefine {String#dump} for Ruby 1.8.x. * Ruby >= 1.9.1 correctly hex-escapes special characters. * Fixed a bug in {String#format_chars}, where it was not using `each_char` for unicode characters. * Deprecated {String#common_postfix}, in favor of {String#common_suffix}. {String#common_postfix} will be removed in ronin-support 1.0.0. * {Net.http_get_body} no longer accepts a block. * {Net.http_post_body} no longer accepts a block. ### 0.1.0 / 2011-03-20 * Initial release: * Split out of [ronin](http://github.com/ronin-ruby/ronin) 0.3.0. * Upgraded to the LGPL-3 license. * Require Ruby >= 1.8.7. * Require chars ~> 0.2. * Require combinatorics ~> 0.3. * Require uri-query_params ~> 0.5, >= 0.5.2. * Require data_paths ~> 0.2, >= 0.2.1.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ronin-support-0.2.0 | ChangeLog.md |