Notes:
"Automatic Ruby" is updated!
This is a powerful framework for automation all!
This framework can be extended freely by the plug-ins!
Installation to put follow command.
$ gem install automatic
Create your own plug-ins directory by follow command.
$ automatic-config scaffold
So, ~/.automatic/plugins/ will be create.
Specify any recipe with -c option.
$ automatic -c <recipe>
Example.
$ automatic -c your_recipe.yml
If exist ~/.automatic/config/your_recipe.yml, load it.
Check the documents!
https://github.com/id774/automaticruby/tree/master/doc
Learn more!
https://github.com/id774/automaticruby
Changes:
=== 12.9.1 / 2012-09-18
* Bug fix
* It should be considered the case of the feed link including nil
=== 12.9.0 / 2012-09-18
* The format of the pipeline were unified to \"feed object\" (array of feeds).
* Some plug-ins have lost backward compatibility.
* Added new plug-ins.
* Subscription::Link
* Subscription::Twitter
* Filter::Image
* Filter::AbsoluteURI
* Removed obsolete plug-ins.
* Subscription::URI
* Extract::Link
* Filter::ImageLink
* Store::Link
* Store::Target
|