README.md in readline_buffer-0.9.1 vs README.md in readline_buffer-0.9.2
- old
+ new
@@ -7,17 +7,17 @@
* [github](https://github.com/godfat/readline_buffer)
* [rubygems](http://rubygems.org/gems/readline_buffer)
## DESCRIPTION:
-Let you manipulate Readline.line_buffer
+Let you manipulate `Readline.line_buffer`
-Note, only GNU Readline is supported
+Note, only GNU Readline is supported at the moment.
## REQUIREMENTS:
-* GNU Readline, not EditLine
+* GNU Readline, not Editline
## INSTALLATION:
gem install readline_buffer
@@ -25,20 +25,9 @@
Readline.line_buffer = 'p "replace rl_line_buffer"'
## LICENSE:
-Apache License 2.0
+GPL 3 if you're compiling against Readline,
+otherwise Apache License 2.0
Copyright (c) 2011, Lin Jen-Shin (godfat)
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-<http://www.apache.org/licenses/LICENSE-2.0>
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.