doc/setup.erb in inochi-0.0.1 vs doc/setup.erb in inochi-0.1.0
- old
+ new
@@ -1,19 +1,22 @@
+<% STDERR.puts "hey: #{ERBook::VERSION.object_id}" %>
+
<% chapter "Setup" do %>
<% section "Requirements" do %>
Your system needs the following software to run **<%= $project %>**.
- | Software | Description | Notes |
- | -------- | ----------- | ----- |
- | [Ruby](http://ruby-lang.org) | Ruby language interpreter | Version 1.8.6 or 1.8.7 is required. |
- | [RubyGems](http://rubygems.org) | Ruby packaging system | Version 1.0.0 or newer is required. |
- | [Lynx](http://lynx.isc.org) | Text-mode web browser | Version 2.8.6 or newer is required to convert HTML into plain text. |
+ | Software | Description | Notes |
+ | -------- | ----------- | ----- |
+ | [Ruby](http://ruby-lang.org) | Ruby language interpreter | Version 1.8.6 or 1.8.7 is required. |
+ | [RubyGems](http://rubygems.org) | Ruby packaging system | Version 1.x.x is required. |
+ | [<%= ERBook::PROJECT %>](<%= ERBook::WEBSITE %>) | <%= ERBook::TAGLINE %> | Version <%= ERBook::VERSION.series %> is required. |
+ | [Lynx](http://lynx.isc.org) | Text-mode web browser | Version 2.8.6 or newer is required to convert HTML into plain text. |
<% end %>
<% section "Installation" do %>
You can install **<%= $project %>** by running this command:
- gem install <%= $program %> --force
+ gem install <%= ERBook::PROGRAM %> <%= $program %>
To check whether the installation was sucessful, run this command:
<%= $program %> --version