Skip to content
Snippets Groups Projects
Commit 0fd0c921 authored by Connor Atherton's avatar Connor Atherton
Browse files

Start transfer #113

parent ce4908da
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -66,5 +66,6 @@ compatibility mode.
 
* Park Heesob (C translation, code donated as part of bounty)
* Daniel Berger (Documentation and testing)
* Luis Lavena (Maintainer)
* Luis Lavena
* Mark Somerville (Maintainer)
* Connor Atherton (Maintainer)
module RbReadline
RB_READLINE_VERSION = "0.5.1"
RB_READLINE_VERSION = "0.6.1"
end
Loading
Loading
@@ -16,12 +16,12 @@ spec = Gem::Specification.new do |s|
s.description = "The readline library provides a pure Ruby implementation of the GNU readline C library, as well as the Readline extension that ships as part of the standard library."
 
# project information
s.homepage = 'http://github.com/luislavena/rb-readline'
s.homepage = 'http://github.com/ConnorAtherton/rb-readline'
s.licenses = ['BSD']
 
# author and contributors
s.authors = ['Park Heesob', 'Daniel Berger', 'Luis Lavena']
s.email = ['phasis@gmail.com', 'djberg96@gmail.com', 'luislavena@gmail.com']
s.authors = ['Park Heesob', 'Daniel Berger', 'Luis Lavena', 'Connor Atherton']
s.email = ['phasis@gmail.com', 'djberg96@gmail.com', 'luislavena@gmail.com', 'c.liam.atherton@gmail.com']
 
# requirements
s.required_ruby_version = ">= 1.8.6"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment