<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -0,0 +1 @@
+pkg</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -17,12 +17,16 @@ Quick example - if you follow the key convention of structuring your locale bund
 
 Then when writing the &lt;tt&gt;BlogPostsController.show&lt;/tt&gt; action you can just use &lt;tt&gt;t('title')&lt;/tt&gt; to fetch the string (equivalent to &lt;tt&gt;I18n.translate('blog_posts.show.title')&lt;/tt&gt;). Similarly, in the &lt;tt&gt;show.erb&lt;/tt&gt; template you can get use &lt;tt&gt;t('byline', :author =&gt; &quot;Mike&quot;)&lt;/tt&gt;. This extends to models and mailers as well. As they say, &quot;Look at all the things I'm not doing!&quot;
 
-== Plugin Installation
+== Installation
 
 To install this plugin into your Rails app (2.2 or 2.3+):
 
   ./script/plugin install git://github.com/graysky/translator.git
 
+To install as a gem add the following to config/environment.rb:
+
+  config.gem &#8220;graysky-translator&#8221;, :source =&gt; &#8216;http://gems.github.com&#8217;
+
 == RDocs
 
 {The RDocs are online}[http://graysky.github.com/translator/rdoc/index.html] or can be generated via &lt;tt&gt;rake rdoc&lt;/tt&gt; in the translator plugin directory.</diff>
      <filename>README.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8ee996be7c183da3f26f63b52603fe8fa55214e5</id>
    </parent>
  </parents>
  <author>
    <name>graysky</name>
    <email>mike@snapmylife.com</email>
  </author>
  <url>http://github.com/sml/translator/commit/cd75ffe5b597e47dfd31154286e20a00a65a029b</url>
  <id>cd75ffe5b597e47dfd31154286e20a00a65a029b</id>
  <committed-date>2009-04-17T13:16:08-07:00</committed-date>
  <authored-date>2009-04-17T13:16:08-07:00</authored-date>
  <message>ignore pkg for gem release</message>
  <tree>36ec829a353892da8602cb22344ab87e65ff4b4a</tree>
  <committer>
    <name>graysky</name>
    <email>mike@snapmylife.com</email>
  </committer>
</commit>
