[macruby-changes] [4658] DietRB/trunk

source_changes at macosforge.org source_changes at macosforge.org
Fri Oct 8 03:55:17 PDT 2010


Revision: 4658
          http://trac.macosforge.org/projects/ruby/changeset/4658
Author:   eloy.de.enige at gmail.com
Date:     2010-10-08 03:55:16 -0700 (Fri, 08 Oct 2010)
Log Message:
-----------
Release 0.3.0

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

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

Modified: DietRB/trunk/VERSION
===================================================================
--- DietRB/trunk/VERSION	2010-10-08 10:55:09 UTC (rev 4657)
+++ DietRB/trunk/VERSION	2010-10-08 10:55:16 UTC (rev 4658)
@@ -1 +1 @@
-0.2.1
\ No newline at end of file
+0.3.0
\ No newline at end of file

Modified: DietRB/trunk/dietrb.gemspec
===================================================================
--- DietRB/trunk/dietrb.gemspec	2010-10-08 10:55:09 UTC (rev 4657)
+++ DietRB/trunk/dietrb.gemspec	2010-10-08 10:55:16 UTC (rev 4658)
@@ -5,11 +5,11 @@
 
 Gem::Specification.new do |s|
   s.name = %q{dietrb}
-  s.version = "0.2.1"
+  s.version = "0.3.0"
 
   s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
   s.authors = ["Eloy Duran"]
-  s.date = %q{2010-02-18}
+  s.date = %q{2010-02-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}
@@ -30,9 +30,11 @@
      "lib/irb/context.rb",
      "lib/irb/ext/completion.rb",
      "lib/irb/ext/macruby.rb",
+     "lib/irb/formatter.rb",
      "lib/irb/source.rb",
      "spec/completion_spec.rb",
      "spec/context_spec.rb",
+     "spec/formatter_spec.rb",
      "spec/irb_spec.rb",
      "spec/source_spec.rb",
      "spec/spec_helper.rb"
@@ -46,6 +48,7 @@
   s.test_files = [
     "spec/completion_spec.rb",
      "spec/context_spec.rb",
+     "spec/formatter_spec.rb",
      "spec/irb_spec.rb",
      "spec/source_spec.rb",
      "spec/spec_helper.rb"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20101008/cd843d5d/attachment-0001.html>


More information about the macruby-changes mailing list