[macruby-changes] [4687] DietRB/trunk

source_changes at macosforge.org source_changes at macosforge.org
Fri Oct 8 03:59:41 PDT 2010


Revision: 4687
          http://trac.macosforge.org/projects/ruby/changeset/4687
Author:   eloy.de.enige at gmail.com
Date:     2010-10-08 03:59:40 -0700 (Fri, 08 Oct 2010)
Log Message:
-----------
Release 0.4.1 which doesn't break when ~/.irb_history doesn't exist and colorizes floats.

From: Eloy Duran <eloy at Eloy-Durans-Mac-Pro.local>

Modified Paths:
--------------
    DietRB/trunk/VERSION
    DietRB/trunk/dietrb.gemspec

Modified: DietRB/trunk/VERSION
===================================================================
--- DietRB/trunk/VERSION	2010-10-08 10:59:33 UTC (rev 4686)
+++ DietRB/trunk/VERSION	2010-10-08 10:59:40 UTC (rev 4687)
@@ -1 +1 @@
-0.4.0
\ No newline at end of file
+0.4.1
\ No newline at end of file

Modified: DietRB/trunk/dietrb.gemspec
===================================================================
--- DietRB/trunk/dietrb.gemspec	2010-10-08 10:59:33 UTC (rev 4686)
+++ DietRB/trunk/dietrb.gemspec	2010-10-08 10:59:40 UTC (rev 4687)
@@ -5,11 +5,11 @@
 
 Gem::Specification.new do |s|
   s.name = %q{dietrb}
-  s.version = "0.4.0"
+  s.version = "0.4.1"
 
   s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
   s.authors = ["Eloy Duran"]
-  s.date = %q{2010-04-18}
+  s.date = %q{2010-04-19}
   s.default_executable = %q{dietrb}
   s.description = %q{IRB on a diet, for MacRuby / Ruby 1.9}
   s.email = %q{eloy.de.enige at gmail.com}
@@ -48,7 +48,7 @@
   s.rdoc_options = ["--charset=UTF-8"]
   s.require_paths = ["lib"]
   s.required_ruby_version = Gem::Requirement.new("~> 1.9")
-  s.rubygems_version = %q{1.3.5}
+  s.rubygems_version = %q{1.3.6}
   s.summary = %q{IRB on a diet, for MacRuby / Ruby 1.9}
   s.test_files = [
     "spec/colorize_spec.rb",
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20101008/a69b4a7b/attachment.html>


More information about the macruby-changes mailing list