<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -136,6 +136,9 @@ Let's say you've extracted all your English strings, and even had them translate
 
 * Rake task to validate that YAML files are, in fact, valid YAML. Useful when getting back translations from a 3rd party service, this can be a quick way to catch a missing quote. Run like &lt;tt&gt;rake i18n:validate_yml&lt;/tt&gt; and it will check all .yml files below &lt;tt&gt;RAILS_ROOT/config/locales&lt;/tt&gt;.
 
+== Changelog
+
+1.0.0 - 4/17/2009 - Declaring 1.0 after successfully using Translator in production.
 
 Bug reports welcome. {Patches very welcome}[http://github.com/graysky/translator].
 </diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,20 @@
 require 'rake'
 require 'rake/testtask'
+
+begin
+  require 'jeweler'
+  Jeweler::Tasks.new do |gemspec|
+    gemspec.name = &quot;translator&quot;
+    gemspec.summary = &quot;Rails internationalization extentions to keep code DRY&quot;
+    gemspec.email = &quot;mike@graysky.org&quot;
+    gemspec.homepage = &quot;http://github.com/graysky/translator&quot;
+    gemspec.description = &quot;Translator makes using Rails internationalization simpler&quot;
+    gemspec.authors = [&quot;Mike Champion&quot;]
+  end
+rescue LoadError
+  puts &quot;Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com&quot;
+end
+
   
 # Use Hanna for pretty RDocs (if installed), otherwise normal rdocs
 begin</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
 --- 
 :minor: 0
 :patch: 0
-:major: 2
+:major: 1</diff>
      <filename>VERSION.yml</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,7 @@ module Translator
   end
   
   # Translator version
-  VERSION = '0.8.6'
+  VERSION = '1.0.0'
   
   # Whether strict mode is enabled
   @@strict_mode = false</diff>
      <filename>lib/translator.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b696d70a2467fb34faf04097a72756e7d621a83b</id>
    </parent>
  </parents>
  <author>
    <name>graysky</name>
    <email>mike@snapmylife.com</email>
  </author>
  <url>http://github.com/sml/translator/commit/382ddf75eee93bdbba2910d067034cadbc227aaa</url>
  <id>382ddf75eee93bdbba2910d067034cadbc227aaa</id>
  <committed-date>2009-04-17T12:47:09-07:00</committed-date>
  <authored-date>2009-04-17T12:47:09-07:00</authored-date>
  <message>setting up a gem spec with jeweler</message>
  <tree>5a80834f0d00658c531b2251bbd6d152f20224d7</tree>
  <committer>
    <name>graysky</name>
    <email>mike@snapmylife.com</email>
  </committer>
</commit>
