rib.gemspec in rib-1.1.2 vs rib.gemspec in rib-1.1.3
- old
+ new
@@ -1,14 +1,14 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "rib"
- s.version = "1.1.2"
+ s.version = "1.1.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Lin Jen-Shin (godfat)"]
- s.date = "2013-04-02"
+ s.date = "2013-05-08"
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",
@@ -78,11 +78,12 @@
"test/more/test_multiline_history.rb",
"test/test_api.rb",
"test/test_plugin.rb",
"test/test_shell.rb"]
s.homepage = "https://github.com/godfat/rib"
+ s.licenses = ["Apache License 2.0"]
s.require_paths = ["lib"]
- s.rubygems_version = "2.0.0"
+ s.rubygems_version = "2.0.3"
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",