<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,19 @@
 ------------------------------------------------------------------------
+r52 | sbecker | 2007-11-04 01:38:21 -0400 (Sun, 04 Nov 2007) | 3 lines
+
+* Allow configuration of which environments the helpers should merge scripts with the Synthesis::AssetPackage.merge_environments variable.
+* Refactored tests so they can all run together, and not depend on what the RAILS_ENV constant is.
+* Only add file extension if it was explicitly passed in, fixes other helpers in rails.
+------------------------------------------------------------------------
+r51 | sbecker | 2007-10-26 16:24:48 -0400 (Fri, 26 Oct 2007) | 1 line
+
+* Updated jsmin.rb to latest version from 2007-07-20
+------------------------------------------------------------------------
+r50 | sbecker | 2007-10-23 23:16:07 -0400 (Tue, 23 Oct 2007) | 1 line
+
+Updated CHANGELOG
+
+------------------------------------------------------------------------
 r49 | sbecker | 2007-10-23 23:13:27 -0400 (Tue, 23 Oct 2007) | 1 line
 
 * Finally committed the subdirectory patch. (Thanks James Coglan!)</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -152,20 +152,15 @@ All options for stylesheet_link_tag still work, so if you want to specify a diff
 
 So you want to run the tests eh? Ok, then listen:
 
-This plugin has a full suite of tests. But you've gotta follow a 
-certain procedure. If you do, all tests should pass. You cant run 
-them all at once (unfortunately) by running &quot;rake&quot; because the 
-tests depend on ENV['RAILS_ENV'] being different, and as far as I 
-know, this can't be changed in a running script once it is set. So,
-we run them separately. Observe:
+This plugin has a full suite of tests. But since they
+depend on rails, it has to be run in the context of a
+rails app, in the vendor/plugins directory. Observe:
 
 &gt; rails newtestapp
 &gt; cd newtestapp
 &gt; ./script/plugin install http://sbecker.net/shared/plugins/asset_packager
-&gt; cd vendor/plugins/asset_packager/test/
-&gt; ruby asset_packager_test.rb # all pass
-&gt; ruby asset_package_helper_development_test.rb # all pass
-&gt; ruby asset_package_helper_production_test.rb # all pass
+&gt; cd vendor/plugins/asset_packager/
+&gt; rake # all tests pass
 
 == License
 Copyright (c) 2006 Scott Becker - http://synthesis.sbecker.net</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -9,6 +9,10 @@ module Synthesis
     # singleton methods
     class &lt;&lt; self
       
+      def merge_environments
+        @@merge_environments || [&quot;production&quot;]
+      end
+      
       def parse_path(path)
         /^(?:(.*)\/)?([^\/]+)$/.match(path).to_a
       end
@@ -81,10 +85,6 @@ module Synthesis
         end
       end
 
-      def merge_environments
-        @@merge_environments || [&quot;production&quot;]
-      end
-      
     end
     
     # instance methods</diff>
      <filename>lib/synthesis/asset_package.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2df075b12a6a24a1f1c6dafe0cad8f78f7543b56</id>
    </parent>
  </parents>
  <author>
    <name>Scott Becker</name>
    <email>becker.scott@gmail.com</email>
  </author>
  <url>http://github.com/sbecker/asset_packager/commit/4927e742d77a22b851726ae1f420677fe2f396b9</url>
  <id>4927e742d77a22b851726ae1f420677fe2f396b9</id>
  <committed-date>2007-11-04T07:02:20-08:00</committed-date>
  <authored-date>2007-11-04T07:02:20-08:00</authored-date>
  <message>* Updated CHANGELOG and README</message>
  <tree>8b1c47dce1289b1832caf795f2cd5a2d64652908</tree>
  <committer>
    <name>Scott Becker</name>
    <email>becker.scott@gmail.com</email>
  </committer>
</commit>
