[macruby-changes] [4639] DietRB/trunk

source_changes at macosforge.org source_changes at macosforge.org
Fri Oct 8 03:52:31 PDT 2010


Revision: 4639
          http://trac.macosforge.org/projects/ruby/changeset/4639
Author:   eloy.de.enige at gmail.com
Date:     2010-10-08 03:52:30 -0700 (Fri, 08 Oct 2010)
Log Message:
-----------
Release 0.2.0. Now has a fairly functional completion extension (require "irb/ext/completion").

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:52:23 UTC (rev 4638)
+++ DietRB/trunk/VERSION	2010-10-08 10:52:30 UTC (rev 4639)
@@ -1 +1 @@
-0.1.2
\ No newline at end of file
+0.2.0
\ No newline at end of file

Modified: DietRB/trunk/dietrb.gemspec
===================================================================
--- DietRB/trunk/dietrb.gemspec	2010-10-08 10:52:23 UTC (rev 4638)
+++ DietRB/trunk/dietrb.gemspec	2010-10-08 10:52:30 UTC (rev 4639)
@@ -5,29 +5,33 @@
 
 Gem::Specification.new do |s|
   s.name = %q{dietrb}
-  s.version = "0.1.2"
+  s.version = "0.2.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-07}
+  s.date = %q{2010-02-18}
   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}
   s.executables = ["dietrb"]
   s.extra_rdoc_files = [
-    "README"
+    "LICENSE",
+     "README.rdoc"
   ]
   s.files = [
     ".gitignore",
-     "README",
+     "LICENSE",
+     "README.rdoc",
      "Rakefile",
      "VERSION",
      "bin/dietrb",
      "dietrb.gemspec",
      "lib/irb.rb",
      "lib/irb/context.rb",
+     "lib/irb/ext/completion.rb",
      "lib/irb/ext/macruby.rb",
      "lib/irb/source.rb",
+     "spec/completion_spec.rb",
      "spec/context_spec.rb",
      "spec/irb_spec.rb",
      "spec/source_spec.rb",
@@ -40,7 +44,8 @@
   s.rubygems_version = %q{1.3.5}
   s.summary = %q{IRB on a diet, for MacRuby / Ruby 1.9}
   s.test_files = [
-    "spec/context_spec.rb",
+    "spec/completion_spec.rb",
+     "spec/context_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/2500fc32/attachment.html>


More information about the macruby-changes mailing list