<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,8 @@
+=== 0.1.2 / 2008-12-19
+
+* Wrapped directory parameters passed to ANT in quotes
+    * A path on Windows like C:\Documents and Settings\... previously caused an error
+
 === 0.1.1 / 2008-12-18
 
 * Working on Windows!</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -7,7 +7,7 @@ PMVC_GEN_HOME = File.join(File.dirname(__FILE__), '..', 'conf')
 BUILDFILE = File.join(PMVC_GEN_HOME, 'build.xml')
 
 def call_ant(args='')
-  system &quot;#{ANT_BIN} -f #{File.expand_path BUILDFILE} -Dpmvcgen.dir=#{File.expand_path PMVC_GEN_HOME} -Dbasedir=#{Dir.pwd} #{args}&quot;
+  system &quot;#{ANT_BIN} -f #{File.expand_path BUILDFILE} -Dpmvcgen.dir=\&quot;#{File.expand_path PMVC_GEN_HOME}\&quot; -Dbasedir=\&quot;#{Dir.pwd}\&quot; #{args}&quot;
 end
 
 cmd = CmdParse::CommandParser.new(true, true)</diff>
      <filename>bin/puremvc-gen</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ module PureMVCGen
 
     MAJOR = 0
     MINOR = 1
-    TINY  = 1
+    TINY  = 2
 
     ARRAY  = [MAJOR, MINOR, TINY]
     STRING = ARRAY.join(&quot;.&quot;)</diff>
      <filename>lib/pure_m_v_c_gen/version.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,11 +2,11 @@
 
 Gem::Specification.new do |s|
   s.name = %q{puremvc-gen}
-  s.version = &quot;0.1.1&quot;
+  s.version = &quot;0.1.2&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Greg Jastrab&quot;]
-  s.date = %q{2008-12-18}
+  s.date = %q{2008-12-19}
   s.default_executable = %q{puremvc-gen}
   s.description = %q{An ANT-based PureMVC generator.}
   s.email = %q{gjastrab.dev@gmail.com}</diff>
      <filename>puremvc-gen.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b946ff95de405782c7835093f6d02ea526c9df2c</id>
    </parent>
  </parents>
  <author>
    <name>Greg Jastrab</name>
    <email>gjastrab.dev@gmail.com</email>
  </author>
  <url>http://github.com/gjastrab/puremvc-gen/commit/dfaca096a93dd5393d415a06c038125dccc4ffc8</url>
  <id>dfaca096a93dd5393d415a06c038125dccc4ffc8</id>
  <committed-date>2008-12-19T15:37:17-08:00</committed-date>
  <authored-date>2008-12-19T15:37:17-08:00</authored-date>
  <message>0.1.2 - Fixed way directories were passed

Running puremvc-gen commands in a Windows directory that had
spaces somewhere in the path
  e.g. C:\Documents and Settings\
was causing a failure.  Wrapped the directory parameters in
quotes in order for the entire directory to be properly passed.</message>
  <tree>33614c307433da1c5aaa96bcacf6607187e40c3d</tree>
  <committer>
    <name>Greg Jastrab</name>
    <email>gjastrab.dev@gmail.com</email>
  </committer>
</commit>
