rb-readline-r7 0.5.2.0

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.
metadata ADDED
@@ -0,0 +1,110 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rb-readline-r7
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.5.2.0
5
+ platform: ruby
6
+ authors:
7
+ - Park Heesob
8
+ - Daniel Berger
9
+ - Luis Lavena
10
+ - Connor Atherton
11
+ - HD Moore
12
+ autorequire:
13
+ bindir: bin
14
+ cert_chain: []
15
+ date: 2015-02-21 00:00:00.000000000 Z
16
+ dependencies:
17
+ - !ruby/object:Gem::Dependency
18
+ name: rake
19
+ requirement: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: '0'
24
+ type: :development
25
+ prerelease: false
26
+ version_requirements: !ruby/object:Gem::Requirement
27
+ requirements:
28
+ - - ">="
29
+ - !ruby/object:Gem::Version
30
+ version: '0'
31
+ - !ruby/object:Gem::Dependency
32
+ name: minitest
33
+ requirement: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - "~>"
36
+ - !ruby/object:Gem::Version
37
+ version: '5.2'
38
+ type: :development
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - "~>"
43
+ - !ruby/object:Gem::Version
44
+ version: '5.2'
45
+ description: The readline library provides a pure Ruby implementation of the GNU readline
46
+ C library, as well as the Readline extension that ships as part of the standard
47
+ library. This fork is maintained by Rapid7 for use with the Metasploit Framework
48
+ email:
49
+ - phasis@gmail.com
50
+ - djberg96@gmail.com
51
+ - luislavena@gmail.com
52
+ - c.liam.atherton@gmail.com
53
+ - x@hdm.io
54
+ executables: []
55
+ extensions: []
56
+ extra_rdoc_files:
57
+ - README.rdoc
58
+ - LICENSE
59
+ - CHANGES
60
+ files:
61
+ - CHANGES
62
+ - LICENSE
63
+ - README.rdoc
64
+ - Rakefile
65
+ - bench/_rl_adjust_point.rb
66
+ - examples/example_readline.rb
67
+ - examples/example_readline_with_completion.rb
68
+ - examples/tinyirb.rb
69
+ - lib/rb-readline.rb
70
+ - lib/rbreadline.rb
71
+ - lib/rbreadline/version.rb
72
+ - lib/readline.rb
73
+ - rb-readline.gemspec
74
+ - setup.rb
75
+ - test/support/filesystem_completion_helper.rb
76
+ - test/test_completion.rb
77
+ - test/test_filename_completion_proc.rb
78
+ - test/test_history.rb
79
+ - test/test_rbreadline.rb
80
+ - test/test_readline.rb
81
+ homepage: http://github.com/rapid7/rb-readline
82
+ licenses:
83
+ - BSD
84
+ metadata: {}
85
+ post_install_message:
86
+ rdoc_options:
87
+ - "--main"
88
+ - README.rdoc
89
+ - "--title"
90
+ - Rb-Readline - Documentation
91
+ require_paths:
92
+ - lib
93
+ required_ruby_version: !ruby/object:Gem::Requirement
94
+ requirements:
95
+ - - ">="
96
+ - !ruby/object:Gem::Version
97
+ version: 1.8.6
98
+ required_rubygems_version: !ruby/object:Gem::Requirement
99
+ requirements:
100
+ - - ">="
101
+ - !ruby/object:Gem::Version
102
+ version: 1.3.5
103
+ requirements: []
104
+ rubyforge_project:
105
+ rubygems_version: 2.4.3
106
+ signing_key:
107
+ specification_version: 4
108
+ summary: Pure-Ruby Readline Implementation (Rapid7 Fork)
109
+ test_files: []
110
+ has_rdoc: