rib.gemspec in rib-0.9.5.pre.0 vs rib.gemspec in rib-0.9.5.pre.1

- old
+ new

@@ -1,13 +1,13 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "rib" - s.version = "0.9.5.pre.0" + s.version = "0.9.5.pre.1" s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.authors = ["Lin Jen-Shin (godfat)"] - s.date = "2011-09-01" + s.date = "2011-09-02" s.description = "Ruby-Interactive-ruBy -- Yet another interactive Ruby shell\n\nRib is based on the design of [ripl][] and the work of [ripl-rc][], some of\nthe features are also inspired by [pry][]. The aim of Rib is to be fully\nfeatured and yet very easy to opt-out or opt-in other features. It shall\nbe simple, lightweight and modular so that everyone could customize Rib.\n\n[ripl]: https://github.com/cldwalker/ripl\n[ripl-rc]: https://github.com/godfat/ripl-rc\n[pry]: https://github.com/pry/pry" s.email = ["godfat (XD) godfat.org"] s.executables = [ "rib", "rib-all",