[ANN] ripl-rc 0.2.4 released
ripl-rc
by Lin Jen-Shin (godfat)DESCRIPTION:
ripl plugins collection, take you want, leave you don't.p.s. ripl is an IRB replacement.
REQUIREMENTS:
- Tested with MRI 1.8.7, 1.9.2 and Rubinius 1.2, JRuby 1.6
- ripl
INSTALLATION:
gem install ripl-rc
SYNOPSIS:
Please read the README on Github.CHANGES from 0.2.3:
* [ensure_after_loop] A plugin which would make sure after_loop is called. (Some plugins need to do cleaning up in after_loop) * [anchor] Fixed a bug for buggy EditLine, which would raise weird exception upon calling `HISTORY == nil`. Now we use `.nil?` to lookup if it's nil or not. * [multiline_history] Fixed a bug when multiline evaluation raised an exception, it wouldn't handle the history correctly. Moving the handling to an ensure block fixed this. * [squeeze_history] (Internal) Take the advantage of the new history API
LICENSE:
Apache License 2.0Copyright (c) 2010-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.
0 retries:
Post a Comment
Note: Only a member of this blog may post a comment.