[macruby-changes] [4712] DietRB/trunk

source_changes at macosforge.org source_changes at macosforge.org
Fri Oct 8 04:03:18 PDT 2010


Revision: 4712
          http://trac.macosforge.org/projects/ruby/changeset/4712
Author:   eloy.de.enige at gmail.com
Date:     2010-10-08 04:03:17 -0700 (Fri, 08 Oct 2010)
Log Message:
-----------
Release 0.4.6, the pre-Jos?\195?\169's-request edition

From: Eloy Duran <eloy.de.enige at gmail.com>

Modified Paths:
--------------
    DietRB/trunk/dietrb.gemspec
    DietRB/trunk/lib/irb/version.rb

Modified: DietRB/trunk/dietrb.gemspec
===================================================================
--- DietRB/trunk/dietrb.gemspec	2010-10-08 11:03:08 UTC (rev 4711)
+++ DietRB/trunk/dietrb.gemspec	2010-10-08 11:03:17 UTC (rev 4712)
@@ -5,11 +5,11 @@
 
 Gem::Specification.new do |s|
   s.name = %q{dietrb}
-  s.version = "0.4.5"
+  s.version = "0.4.6"
 
   s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
   s.authors = ["Eloy Duran"]
-  s.date = %q{2010-05-30}
+  s.date = %q{2010-06-24}
   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}

Modified: DietRB/trunk/lib/irb/version.rb
===================================================================
--- DietRB/trunk/lib/irb/version.rb	2010-10-08 11:03:08 UTC (rev 4711)
+++ DietRB/trunk/lib/irb/version.rb	2010-10-08 11:03:17 UTC (rev 4712)
@@ -8,9 +8,9 @@
   module VERSION #:nodoc:
     MAJOR = 0
     MINOR = 4
-    TINY  = 5
+    TINY  = 6
     
     STRING = [MAJOR, MINOR, TINY].join('.')
     DESCRIPTION = "#{STRING} (DietRB)"
   end
-end
\ No newline at end of file
+end
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20101008/b613e4a9/attachment.html>


More information about the macruby-changes mailing list