rib.gemspec in rib-1.2.5 vs rib.gemspec in rib-1.2.6

- old
+ new

@@ -1,16 +1,16 @@ # -*- encoding: utf-8 -*- -# stub: rib 1.2.5 ruby lib +# stub: rib 1.2.6 ruby lib Gem::Specification.new do |s| s.name = "rib" - s.version = "1.2.5" + s.version = "1.2.6" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib"] s.authors = ["Lin Jen-Shin (godfat)"] - s.date = "2014-03-13" + s.date = "2014-11-07" 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", @@ -52,20 +52,18 @@ "lib/rib/core/squeeze_history.rb", "lib/rib/core/strip_backtrace.rb", "lib/rib/core/underscore.rb", "lib/rib/debug.rb", "lib/rib/extra/autoindent.rb", - "lib/rib/extra/debugger.rb", "lib/rib/extra/hirb.rb", "lib/rib/extra/paging.rb", "lib/rib/more.rb", "lib/rib/more/anchor.rb", "lib/rib/more/color.rb", "lib/rib/more/edit.rb", "lib/rib/more/multiline_history.rb", "lib/rib/more/multiline_history_file.rb", - "lib/rib/patch/debugger.rb", "lib/rib/plugin.rb", "lib/rib/runner.rb", "lib/rib/shell.rb", "lib/rib/test.rb", "lib/rib/test/multiline.rb", @@ -78,26 +76,28 @@ "test/core/test_history.rb", "test/core/test_multiline.rb", "test/core/test_readline.rb", "test/core/test_squeeze_history.rb", "test/core/test_underscore.rb", + "test/extra/test_autoindent.rb", "test/more/test_color.rb", "test/more/test_multiline_history.rb", "test/test_api.rb", "test/test_plugin.rb", "test/test_runner.rb", "test/test_shell.rb"] s.homepage = "https://github.com/godfat/rib" s.licenses = ["Apache License 2.0"] - s.rubygems_version = "2.2.2" + s.rubygems_version = "2.4.2" s.summary = "Ruby-Interactive-ruBy -- Yet another interactive Ruby shell" s.test_files = [ "test/core/test_completion.rb", "test/core/test_history.rb", "test/core/test_multiline.rb", "test/core/test_readline.rb", "test/core/test_squeeze_history.rb", "test/core/test_underscore.rb", + "test/extra/test_autoindent.rb", "test/more/test_color.rb", "test/more/test_multiline_history.rb", "test/test_api.rb", "test/test_plugin.rb", "test/test_runner.rb",