rib.gemspec in rib-1.3.1 vs rib.gemspec in rib-1.4.0

- old
+ new

@@ -1,16 +1,16 @@ # -*- encoding: utf-8 -*- -# stub: rib 1.3.1 ruby lib +# stub: rib 1.4.0 ruby lib Gem::Specification.new do |s| s.name = "rib".freeze - s.version = "1.3.1" + s.version = "1.4.0" s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Lin Jen-Shin (godfat)".freeze] - s.date = "2016-11-03" + s.date = "2016-11-11" 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".freeze s.email = ["godfat (XD) godfat.org".freeze] s.executables = [ "rib".freeze, "rib-all".freeze, @@ -87,10 +87,10 @@ "test/test_plugin.rb".freeze, "test/test_runner.rb".freeze, "test/test_shell.rb".freeze] s.homepage = "https://github.com/godfat/rib".freeze s.licenses = ["Apache License 2.0".freeze] - s.rubygems_version = "2.6.7".freeze + s.rubygems_version = "2.6.8".freeze s.summary = "Ruby-Interactive-ruBy -- Yet another interactive Ruby shell".freeze s.test_files = [ "test/core/test_completion.rb".freeze, "test/core/test_history.rb".freeze, "test/core/test_multiline.rb".freeze,