mini_readline 0.6.0 → 0.6.1

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: 677e16d732f1de6aaab8fe7a37c41e1abb18364c
4
- data.tar.gz: f42cd241844d9810a030317fcd9f9ae4efaeeb58
3
+ metadata.gz: 1c70c45ae03551c8cb61ccb5084d8693395d549e
4
+ data.tar.gz: d536c61b39cd0271ec8a645962e269ca964a940e
5
5
  SHA512:
6
- metadata.gz: e2f9de63c86714f2e338c361477c020d0d38ad9f9f1082eee28a358b0391f9eac9f0dff12b51df75c194294c7d721051518984f2d3d3148831e3f6cd08f06f7d
7
- data.tar.gz: fc33371d82f378538db0ef0df28e40615b977729a5fbb6526ca43b3f1db6477d6d08758b0c22e4c5e058389a78bc85bc15f0cdabbfdb66496e8904faffdee7b1
6
+ metadata.gz: 82d827399cbd449703f1114982b56a8355fc3c0d6ad88d5da03c9b5f9e4e51621bfe5b149ea273ca3cf24e44b734c7ec778451707008fb4c65e2875979701fe8
7
+ data.tar.gz: bdd758d0fd384b8a4afb7c58ccc0f9570ab1e8f74b3dc41864070a6882992dc1bc0fb29ac329ddcfe7efaa262006ec14c2ea7f86b4a75c3681a8a0d46dc6e747
@@ -1,4 +1,4 @@
1
1
  module MiniReadline
2
2
  #The current version of the mini_readline gem.
3
- VERSION = "0.6.0"
3
+ VERSION = "0.6.1"
4
4
  end
@@ -10,11 +10,17 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["peter.c.camilleri@gmail.com"]
11
11
 
12
12
  spec.summary = "A simplified replacement for readline."
13
- spec.description = "A gem for console command entry with line edit "+
14
- "and history. This gem is like the standard readline " +
15
- "gem except that it has been redesigned, simplified, " +
16
- "and extensively cleaned up. Also includes the irbm " +
17
- "utility, which is IRB + Mini_readline."
13
+ spec.description = %{A gem, for console command entry with line edit and
14
+ history, inspired by the standard readline gem. Its
15
+ creation was motivated by the bugs and eternal pull
16
+ requests of that same gem. Further frustration was
17
+ caused by the fact the the system readline gem seems
18
+ to use a special load path that bypasses the normal
19
+ gem protocols. Also included are four sample
20
+ auto-complete agents and the irbm utility, which is
21
+ irb + mini_readline and not an Intermediate Range
22
+ Ballistic Missile.
23
+ }.gsub(/\s+/, ' ').strip
18
24
 
19
25
  spec.homepage = "http://teuthida-technologies.com/"
20
26
  spec.license = "MIT"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mini_readline
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Camilleri
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-03 00:00:00.000000000 Z
11
+ date: 2016-08-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest
@@ -66,9 +66,12 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '10.0'
69
- description: A gem for console command entry with line edit and history. This gem
70
- is like the standard readline gem except that it has been redesigned, simplified,
71
- and extensively cleaned up. Also includes the irbm utility, which is IRB + Mini_readline.
69
+ description: A gem, for console command entry with line edit and history, inspired
70
+ by the standard readline gem. Its creation was motivated by the bugs and eternal
71
+ pull requests of that same gem. Further frustration was caused by the fact the the
72
+ system readline gem seems to use a special load path that bypasses the normal gem
73
+ protocols. Also included are four sample auto-complete agents and the irbm utility,
74
+ which is irb + mini_readline and not an Intermediate Range Ballistic Missile.
72
75
  email:
73
76
  - peter.c.camilleri@gmail.com
74
77
  executables: