diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-10-14 12:47:50 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-10-14 12:47:50 -0400 |
commit | 4b6c0e31385f5f27a151088c0a2b614495c4e589 (patch) | |
tree | 12243cdcd00704bc1a9d94ac9cc128459417370c /content/posts/2009-05-30-wirble-0-1-3-released.html | |
download | pablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.tar.bz2 pablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.zip |
initial commit, including theme
Diffstat (limited to 'content/posts/2009-05-30-wirble-0-1-3-released.html')
-rw-r--r-- | content/posts/2009-05-30-wirble-0-1-3-released.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/content/posts/2009-05-30-wirble-0-1-3-released.html b/content/posts/2009-05-30-wirble-0-1-3-released.html new file mode 100644 index 0000000..f4fb3e0 --- /dev/null +++ b/content/posts/2009-05-30-wirble-0-1-3-released.html @@ -0,0 +1,21 @@ +--- +date: "2009-05-30T07:06:23Z" +title: Wirble 0.1.3 Released +--- + +<p> +I just released version 0.1.3 of <a href='http://pablotron.org/software/wirble/'>Wirble</a>. Wirble is a set of enhancements for Irb (the interactive Ruby shell), including tab-completion, history, and, most notably, colorized results. +</p> + +<p> +This release adds Ruby 1.9 support and removes a couple of warnings. I've also added better support for non-RubyGems installations (via <code>setup.rb</code>) and removed the advertising clause from the license. +</p> + +<p>You can install Wirble via RubyGems or download it directly from one of the URLs below. Enjoy...</p> + +<ul> +<li><a href='http://pablotron.org/files/wirble-0.1.3.tar.gz'>Download Wirble 0.1.3 Tarball</a> (<a href='http://pablotron.org/files/wirble-0.1.3.tar.gz.asc'>Signature</a>)</li> +<li><a href='http://pablotron.org/files/gems/wirble-0.1.3.gem'>Download Wirble 0.1.3 Gem</a> (<a href='http://pablotron.org/files/gems/wirble-0.1.3.gem.asc'>Signature</a>)</li> +<li><a href='http://redmine.pablotron.org/projects/show/wirble'>Wirble Bug Tracker</a></li> +<li><a href='http://hg.pablotron.org/wirble'>Wirble Mercurial Repository</a></li> +</ul> |