rib 1.5.3 → 1.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8941437990b160e6b6a8c135d7ab7034511bb488
4
- data.tar.gz: 269903601d0ea5f052153e4dc0ad921d15c7b111
3
+ metadata.gz: 5eff854fa46370d04aaf74853a185f40736e15d5
4
+ data.tar.gz: be5170caaaf53d847c0f04123f5df93bed5f1242
5
5
  SHA512:
6
- metadata.gz: 101ab01ecca0dfc75ab09412b58d199e64a2641c92f2c1bc1b6a42f260d364ef81e409e2f34738d9fd10ac53999d241100e23282f7ee01776d7191b0d22165a4
7
- data.tar.gz: e3298bcdcec51701c6fb2e4c15cdbc924830679f9e71744c2c9b1c23bac71817f9ba14c50962ffc190188657a0983ce65d349bad6187dbec0d9d6c1aa0156922
6
+ metadata.gz: 4c4c343ea687a0b0e6faa6ae43e807c03c00037562868b5319a72996ecaeb10968ac16094262839a864d78912b7af679c0e76eaff446b3d45a48eb14dda1e139
7
+ data.tar.gz: df8b8f84111fa7296be539be5fcc0397802507897eec7fe84acef900826fcf2fe30e122c9e5347078f822b2b922cc01bd0ccdcb24e78f5992e8f9ee1efcd2362
data/CHANGES.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGES
2
2
 
3
+ ## Rib 1.5.4 -- 2017-10-23
4
+
5
+ * Removed unnecessary method definition for `puts`
6
+
3
7
  ## Rib 1.5.3 -- 2017-08-05
4
8
 
5
9
  * Now we set trap only when the shell starts, and restore the old trap
@@ -97,10 +97,6 @@ module Rib; module API
97
97
  warn("Error while printing error:\n #{format_error(e)}")
98
98
  end
99
99
 
100
- def puts str
101
- super
102
- end
103
-
104
100
  def warn message
105
101
  warnings << message
106
102
  end
@@ -1,4 +1,4 @@
1
1
 
2
2
  module Rib
3
- VERSION = '1.5.3'
3
+ VERSION = '1.5.4'
4
4
  end
@@ -1,14 +1,14 @@
1
1
  # -*- encoding: utf-8 -*-
2
- # stub: rib 1.5.3 ruby lib
2
+ # stub: rib 1.5.4 ruby lib
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "rib".freeze
6
- s.version = "1.5.3"
6
+ s.version = "1.5.4"
7
7
 
8
8
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
9
9
  s.require_paths = ["lib".freeze]
10
10
  s.authors = ["Lin Jen-Shin (godfat)".freeze]
11
- s.date = "2017-08-05"
11
+ s.date = "2017-10-23"
12
12
  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
13
13
  s.email = ["godfat (XD) godfat.org".freeze]
14
14
  s.executables = [
@@ -92,7 +92,7 @@ Gem::Specification.new do |s|
92
92
  "test/test_shell.rb".freeze]
93
93
  s.homepage = "https://github.com/godfat/rib".freeze
94
94
  s.licenses = ["Apache-2.0".freeze]
95
- s.rubygems_version = "2.6.12".freeze
95
+ s.rubygems_version = "2.6.13".freeze
96
96
  s.summary = "Ruby-Interactive-ruBy -- Yet another interactive Ruby shell".freeze
97
97
  s.test_files = [
98
98
  "test/core/test_completion.rb".freeze,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rib
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.3
4
+ version: 1.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lin Jen-Shin (godfat)
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-05 00:00:00.000000000 Z
11
+ date: 2017-10-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |-
14
14
  Ruby-Interactive-ruBy -- Yet another interactive Ruby shell
@@ -124,7 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
124
124
  version: '0'
125
125
  requirements: []
126
126
  rubyforge_project:
127
- rubygems_version: 2.6.12
127
+ rubygems_version: 2.6.13
128
128
  signing_key:
129
129
  specification_version: 4
130
130
  summary: Ruby-Interactive-ruBy -- Yet another interactive Ruby shell