<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -111,11 +111,11 @@ module CapGun
       end
       
       def create_summary(capistrano)
-        %[#{capistrano[:application]} was deployed#{&quot; to &quot; &lt;&lt; capistrano[:rails_env] if capistrano[:rails_env]} by #{current_user} at #{humanize_release_time(capistrano[:current_release])}.]
+        %[#{capistrano[:application]} was deployed#{&quot; to &quot; &lt;&lt; capistrano[:rails_env].upcase if capistrano[:rails_env]} by #{current_user} at #{humanize_release_time(capistrano[:current_release])}.]
       end
       
       def deployed_to(capistrano)
-        returning(deploy_msg = &quot;deployed&quot;) { |msg| msg &lt;&lt; &quot; to #{capistrano[:rails_env]}&quot; if capistrano[:rails_env] }
+        returning(deploy_msg = &quot;deployed&quot;) { |msg| msg &lt;&lt; &quot; to #{capistrano[:rails_env].upcase}&quot; if capistrano[:rails_env] }
       end
       
       # Create the body of the message using a bunch of values from Capistrano</diff>
      <filename>lib/cap_gun.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2a52aefffcf6c362df99823762b09c262b15fffd</id>
    </parent>
  </parents>
  <author>
    <name>Dima Sabanin</name>
    <email>sdmitry@gmail.com</email>
  </author>
  <url>http://github.com/railsmonk/cap_gun/commit/0c54f29fd7961b779e1861a2b548c66dc1fc2642</url>
  <id>0c54f29fd7961b779e1861a2b548c66dc1fc2642</id>
  <committed-date>2009-03-18T11:04:41-07:00</committed-date>
  <authored-date>2009-03-18T11:04:41-07:00</authored-date>
  <message>Uppercase environment that is being deployed to make it more visible</message>
  <tree>c56b38334525c4957de8c20a2226b819963a6d1b</tree>
  <committer>
    <name>Dima Sabanin</name>
    <email>sdmitry@gmail.com</email>
  </committer>
</commit>
