Skip to content

Commit

Permalink
Release 0.5.2
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.macosforge.org/repository/ruby/DietRB/trunk@4840 23306eb0-4c56-4727-a40e-e92c0eb68959
  • Loading branch information
alloy committed Oct 28, 2010
1 parent 74e5f60 commit 394c003
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions dietrb.gemspec
Expand Up @@ -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@gmail.com}
Expand Down Expand Up @@ -37,7 +37,6 @@ Gem::Specification.new do |s|
"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",
Expand All @@ -57,7 +56,7 @@ Gem::Specification.new do |s|
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",
Expand All @@ -77,7 +76,7 @@ Gem::Specification.new do |s|
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
Expand Down
2 changes: 1 addition & 1 deletion lib/irb/version.rb
Expand Up @@ -9,7 +9,7 @@ module VERSION #:nodoc:
NAME = 'DietRB'
MAJOR = 0
MINOR = 5
TINY = 1
TINY = 2

STRING = [MAJOR, MINOR, TINY].join('.')
DESCRIPTION = "#{NAME} (#{STRING})"
Expand Down

0 comments on commit 394c003

Please sign in to comment.