README.md in console_runner-0.1.34 vs README.md in console_runner-0.2.0
- old
+ new
@@ -1,17 +1,16 @@
-# ConsoleRunner
+# ConsoleRunner [CLI for any *.rb]
[![Gem Version][GV img]][Gem Version]
[![Build Status][BS img]][Build Status]
-[![Dependency Status][DS img]][Dependency Status]
[![Code Climate][CC img]][Code Climate]
[![Coverage Status][CS img]][Coverage Status]
This gem provides you an ability to run any Ruby method from command-line. No special code modifications required!.
-`console_runner` is a smart mix of [YARD](http://yardoc.org/) and [Trollop](http://manageiq.github.io/trollop/) gems.
+`console_runner` is a smart mix of [YARD](http://yardoc.org/) and [Optimist](http://manageiq.github.io/optimist/) gems.
It's an analog of [Python Fire](https://github.com/google/python-fire) in Ruby language.
> 1. it parses [YARD](http://yardoc.org/) annotations of classes and methods to 'understand' your code
-> 2. it generates friendly unix-like help menu for your tool (using [Trollop](http://manageiq.github.io/trollop/) gem)
+> 2. it generates friendly unix-like help menu for your tool (using [Optimist](http://manageiq.github.io/optimist/) gem)
> 3. it parses command-line input and run your Ruby code in a proper way
Just 4 simple steps to make your code runnable from terminal:
1. Just add `@runnable` tag in
@@ -236,6 +235,6 @@
[GV img]: https://badge.fury.io/rb/console_runner.svg
[BS img]: https://travis-ci.org/yuri-karpovich/console_runner.svg?branch=master
[DS img]: https://gemnasium.com/badges/github.com/yuri-karpovich/console_runner.svg
[CC img]: https://codeclimate.com/github/yuri-karpovich/console_runner.png
-[CS img]: https://coveralls.io/repos/github/yuri-karpovich/console_runner/badge.svg?branch=master
\ No newline at end of file
+[CS img]: https://coveralls.io/repos/github/yuri-karpovich/console_runner/badge.svg?branch=master