rib.gemspec in rib-0.9.2 vs rib.gemspec in rib-0.9.3

- old
+ new

@@ -1,14 +1,14 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{rib} - s.version = "0.9.2" + s.version = "0.9.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = [%q{Lin Jen-Shin (godfat)}] - s.date = %q{2011-08-25} + s.date = %q{2011-08-28} s.description = %q{Ruby-Interactive-ruBy -- Yet another interactive Ruby shell Rib is based on the design of [ripl][] and the work of [ripl-rc][], some of the features are also inspired by [pry][]. The aim of Rib is to be fully featured and yet very easy to opt-out or opt-in other features. It shall @@ -88,10 +88,10 @@ %q{test/test_api.rb}, %q{test/test_plugin.rb}, %q{test/test_shell.rb}] s.homepage = %q{https://github.com/godfat/rib} s.require_paths = [%q{lib}] - s.rubygems_version = %q{1.8.7} + s.rubygems_version = %q{1.8.9} s.summary = %q{Ruby-Interactive-ruBy -- Yet another interactive Ruby shell} s.test_files = [ %q{test/core/test_completion.rb}, %q{test/core/test_history.rb}, %q{test/core/test_multiline.rb},