[macruby-changes] [4840] DietRB/trunk

source_changes at macosforge.org source_changes at macosforge.org
Thu Oct 28 05:06:20 PDT 2010


Revision: 4840
          http://trac.macosforge.org/projects/ruby/changeset/4840
Author:   eloy.de.enige at gmail.com
Date:     2010-10-28 05:06:16 -0700 (Thu, 28 Oct 2010)
Log Message:
-----------
Release 0.5.2

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

Modified: DietRB/trunk/dietrb.gemspec
===================================================================
--- DietRB/trunk/dietrb.gemspec	2010-10-28 11:49:50 UTC (rev 4839)
+++ DietRB/trunk/dietrb.gemspec	2010-10-28 12:06:16 UTC (rev 4840)
@@ -5,11 +5,11 @@
 
 Gem::Specification.new do |s|
   s.name = %q{dietrb}
-  s.version = "0.5.1"
+  s.version = "0.5.2"
 
   s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
   s.authors = ["Eloy Duran"]
-  s.date = %q{2010-07-24}
+  s.date = %q{2010-10-28}
   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}
@@ -37,7 +37,6 @@
      "lib/irb/ext/colorize.rb",
      "lib/irb/ext/completion.rb",
      "lib/irb/ext/history.rb",
-     "lib/irb/ext/macruby.rb",
      "lib/irb/formatter.rb",
      "lib/irb/source.rb",
      "lib/irb/version.rb",
@@ -57,7 +56,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.7}
   s.summary = %q{IRB on a diet, for MacRuby / Ruby 1.9}
   s.test_files = [
     "spec/context_spec.rb",
@@ -77,7 +76,7 @@
     current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
     s.specification_version = 3
 
-    if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
+    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
     else
     end
   else

Modified: DietRB/trunk/lib/irb/version.rb
===================================================================
--- DietRB/trunk/lib/irb/version.rb	2010-10-28 11:49:50 UTC (rev 4839)
+++ DietRB/trunk/lib/irb/version.rb	2010-10-28 12:06:16 UTC (rev 4840)
@@ -9,7 +9,7 @@
     NAME  = 'DietRB'
     MAJOR = 0
     MINOR = 5
-    TINY  = 1
+    TINY  = 2
     
     STRING = [MAJOR, MINOR, TINY].join('.')
     DESCRIPTION = "#{NAME} (#{STRING})"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20101028/fd7d4c1a/attachment-0001.html>


More information about the macruby-changes mailing list