[macruby-changes] [4706] DietRB/trunk
source_changes at macosforge.org
source_changes at macosforge.org
Fri Oct 8 04:02:28 PDT 2010
Revision: 4706
http://trac.macosforge.org/projects/ruby/changeset/4706
Author: eloy.de.enige at gmail.com
Date: 2010-10-08 04:02:27 -0700 (Fri, 08 Oct 2010)
Log Message:
-----------
Release version 0.4.5, the third, and final, EuRuKo edition yo!
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:02:18 UTC (rev 4705)
+++ DietRB/trunk/dietrb.gemspec 2010-10-08 11:02:27 UTC (rev 4706)
@@ -5,7 +5,7 @@
Gem::Specification.new do |s|
s.name = %q{dietrb}
- s.version = "0.4.4"
+ s.version = "0.4.5"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Eloy Duran"]
Modified: DietRB/trunk/lib/irb/version.rb
===================================================================
--- DietRB/trunk/lib/irb/version.rb 2010-10-08 11:02:18 UTC (rev 4705)
+++ DietRB/trunk/lib/irb/version.rb 2010-10-08 11:02:27 UTC (rev 4706)
@@ -8,7 +8,7 @@
module VERSION #:nodoc:
MAJOR = 0
MINOR = 4
- TINY = 4
+ TINY = 5
STRING = [MAJOR, MINOR, TINY].join('.')
DESCRIPTION = "#{STRING} (DietRB)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20101008/66fab7de/attachment.html>
More information about the macruby-changes
mailing list