doc/guide.erb in rumai-1.0.0 vs doc/guide.erb in rumai-2.0.0
- old
+ new
@@ -49,11 +49,11 @@
<% section "Requirements" do %>
Your system needs the following software to run Rumai.
|_. Software |_. Notes |
| "Ruby":<%= ruby_url %> | Version 1.8.x is required. |
- | "wmii":<%= wmii_url %> | wmii-snap20070516 or newer is required. |
+ | "wmii":<%= wmii_url %> | Version 3.6 or newer is required. |
<% end %>
<% section "Installation" do %>
If your system has "RubyGems":http://rubygems.org/, then you can install Rumai by running the following commands:
@@ -142,10 +142,10 @@
close_terms = %q{
Close the terminals we launched earlier:
<code>
terms = curr_view.clients.select {|c| colors.include? c.label.read }
- terms.each {|c| c.ctl.write "kill" }
+ terms.each {|c| c.kill }
</code>
}.gsub(/^\s+/, '')
%>
<% section "Automated client arrangement" do %>