Sha256: 88470fe7a43a1cb2589536ac91dbb939c83fa17cd9e33a5c91c8c223796f1fb3

Contents?: true

Size: 879 Bytes

Versions: 1

Compression:

Stored size: 879 Bytes

Contents

== 0.1.2 / 2008-01-18

* DRY'ed up lib/rprogram/task.
  * Added Task.define_option.
* Added OptionList so that Option may contain sub-options.
* Touched up documenation.

== 0.1.1 / 2008-01-18

* Added support for the Option argument separators.

  #
  # Creates arguments of the form:
  #
  #   ["-opts","value1:value2:value3"]
  #
  long_option :flag => '-opts', :separator => ':'

* Fixed lib/rprogram.rb file.

== 0.1.0 / 2008-01-17

* Removed redundent methods in Program:
  * Program.find_by_name
  * Program.find_by_names
* Added Program#create.
* Made Program Nameable by default.
* Prevented arbitrary command-injection in Program#run.

== 0.0.9 / 2008-01-09

* Initial release.
* Provides cross-platform access to the PATH variable.
* Supports mapping long and short options.
* Supports mapping leading and tailing non-options.
* Supports custom formating of options.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rprogram-0.1.2 History.txt