Sha256: 2e4f3c3be7d116ad6c33417cd5ecd26f58b913b1d9277fcd9aa0badea7c09ad4

Contents?: true

Size: 1.6 KB

Versions: 1

Compression:

Stored size: 1.6 KB

Contents

%|chapter "Setup"
  %|section "Requirements"
    Your system needs the following software to run **<%= $project %>**.

    | Software                                          | Description               | Notes                                                                                  |
    | --------                                          | -----------               | -----                                                                                  |
    | [Ruby](http://ruby-lang.org)                      | Ruby language interpreter | Version 1.8.6, 1.8.7, and 1.9.1 have been tested successfully.                         |
    | [RubyGems](http://rubygems.org)                   | Ruby packaging system     | Version 1.3.1 is required.                                                             |
    | [ruby-debug](http://www.datanoise.com/ruby-debug) | Interactive debugger      | This is an _optional_ requirement;  IRB will be used if this library is not available. |

  %|section "Installation"
    You can install **<%= $project %>** by running this command:

        gem install <%= $program %>

  %|section "Manifest"
    You will see the following items inside **<%= $project %>**'s installation
    directory:

    * <tt>lib/</tt>

      * <tt><%= $program %>.rb</tt> --- the main **<%= $project %>** library.

      * <tt><%= $program %>/</tt>

        * <tt>auto.rb</tt> --- automates test execution.

    * <tt>doc/</tt>

      * <tt>api/</tt> --- API reference documentation.

      * <tt>index.erb</tt> --- source of this user manual.

    * <tt>LICENSE</tt> --- copyright notice and legal conditions.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dfect-0.0.0 doc/setup.erb