<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>spec/lib/version_spec.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,5 @@
+* Added VERSION introspection, this is 0.2.1
+
 * To facilitate making reusable chunks of actions and responses, simply extend Ardes::ResponsesModule into
   your action modules.  See Ardes::ResponsesModule for details
 </diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -163,5 +163,13 @@ module Ardes #:nodoc:
         end
       end
     end
+    
+    module VERSION #:nodoc:
+      MAJOR = 0
+      MINOR = 2
+      TINY  = 1
+
+      STRING = [MAJOR, MINOR, TINY].join('.')
+    end
   end
 end
\ No newline at end of file</diff>
      <filename>lib/ardes/response_for.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d8ca73c5b9a8deb0b879eaff4d6c2f7cf8faf003</id>
    </parent>
  </parents>
  <author>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </author>
  <url>http://github.com/ianwhite/response_for/commit/3d94fabcf545d0c46710b1c3832be9bd774259b4</url>
  <id>3d94fabcf545d0c46710b1c3832be9bd774259b4</id>
  <committed-date>2008-10-10T01:13:56-07:00</committed-date>
  <authored-date>2008-10-10T01:13:56-07:00</authored-date>
  <message>Adding stuff for 0.2.1</message>
  <tree>0886157f2bbc1acb075a93862954b3b3528c43ab</tree>
  <committer>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </committer>
</commit>
