rib.gemspec in rib-1.5.1 vs rib.gemspec in rib-1.5.2

- old
+ new

@@ -1,16 +1,16 @@ # -*- encoding: utf-8 -*- -# stub: rib 1.5.1 ruby lib +# stub: rib 1.5.2 ruby lib Gem::Specification.new do |s| s.name = "rib".freeze - s.version = "1.5.1" + s.version = "1.5.2" 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 = "2017-03-09" + s.date = "2017-05-01" 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, @@ -65,10 +65,11 @@ "lib/rib/more/multiline_history_file.rb".freeze, "lib/rib/plugin.rb".freeze, "lib/rib/runner.rb".freeze, "lib/rib/shell.rb".freeze, "lib/rib/test.rb".freeze, + "lib/rib/test/history.rb".freeze, "lib/rib/test/multiline.rb".freeze, "lib/rib/version.rb".freeze, "rib.gemspec".freeze, "task/README.md".freeze, "task/gemgem.rb".freeze, @@ -77,33 +78,33 @@ "test/core/test_last_value.rb".freeze, "test/core/test_multiline.rb".freeze, "test/core/test_readline.rb".freeze, "test/core/test_squeeze_history.rb".freeze, "test/core/test_strip_backtrace.rb".freeze, - "test/extra/test_anchor.rb".freeze, "test/extra/test_autoindent.rb".freeze, + "test/more/test_anchor.rb".freeze, "test/more/test_beep.rb".freeze, "test/more/test_caller.rb".freeze, "test/more/test_color.rb".freeze, "test/more/test_multiline_history.rb".freeze, "test/test_api.rb".freeze, "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.licenses = ["Apache-2.0".freeze] s.rubygems_version = "2.6.10".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_last_value.rb".freeze, "test/core/test_multiline.rb".freeze, "test/core/test_readline.rb".freeze, "test/core/test_squeeze_history.rb".freeze, "test/core/test_strip_backtrace.rb".freeze, - "test/extra/test_anchor.rb".freeze, "test/extra/test_autoindent.rb".freeze, + "test/more/test_anchor.rb".freeze, "test/more/test_beep.rb".freeze, "test/more/test_caller.rb".freeze, "test/more/test_color.rb".freeze, "test/more/test_multiline_history.rb".freeze, "test/test_api.rb".freeze,