<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,7 +3,7 @@
 #
 # This class helps building multipage form.
 class ActionSequence
-  VERSION = [1, 0, 0]
+  VERSION = [1, 0, 1]
 
   attr_reader :steps_array, :steps_hash, :walker
 
@@ -62,35 +62,6 @@ class ActionSequence
     # is returned.
     #
     # Requirements and steps are invoked in controller instance scope.
-    #
-    # Example:
-    #   class PeopleController &lt; ApplicationController
-    #
-    #   sequence :person do
-    #     enter_name do |s|
-    #       if params[:back] then s.previous
-    #       else
-    #         s.next if @person.valid_name?
-    #       end
-    #     end
-    #     enter_address(:selects_countries) do |s|
-    #       if params[:back] then s.previous
-    #       else
-    #         s[:finished] if @person.valid_address?
-    #       end
-    #     end
-    #   end
-    #   before_filter :walk_person_sequence, :only =&gt; [:create, :update]
-    #   def create
-    #     unless person_sequence.finished_with? @step
-    #       render :action =&gt; :new
-    #     else
-    #       if @person.save then redirect_to :action =&gt; :list
-    #       else
-    #         render :action =&gt; :new
-    #       end
-    #     end
-    #   end
     def sequence(name, walker = :step, &amp;initialization)
       sequence = ActionSequence.new(walker, &amp;initialization)
 </diff>
      <filename>lib/action_sequence.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>694ce5b366e3fed2627c9a67901e6ca48d84ac37</id>
    </parent>
  </parents>
  <author>
    <name>Florian A&#223;mann</name>
    <email>florian.assmann@email.de</email>
  </author>
  <url>http://github.com/boof/action_sequence/commit/0394e97d171dcf08ff04d86a299c4bbce3ca86e6</url>
  <id>0394e97d171dcf08ff04d86a299c4bbce3ca86e6</id>
  <committed-date>2008-07-13T04:50:58-07:00</committed-date>
  <authored-date>2008-07-13T04:50:58-07:00</authored-date>
  <message>Fixed VERSION.</message>
  <tree>f0e3651c5cb47f4a5bbff18199b97cfd984bd7bb</tree>
  <committer>
    <name>Florian A&#223;mann</name>
    <email>florian.assmann@email.de</email>
  </committer>
</commit>
