<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>iso_countries.gemspec</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -88,4 +88,34 @@ task :download do
     FileUtils.mv(pofile, &quot;po/#{locale}/iso_countries.po&quot;)
   end
   FileUtils.rm_rf(&quot;tmp&quot;)
+end
+
+
+spec = Gem::Specification.new do |s|
+  s.name = &quot;iso_countries&quot;
+  s.version = &quot;0.1&quot;
+  s.author = &quot;Jorge Bernal&quot;
+  s.email = &quot;jbernal@warp.es&quot;
+  s.homepage = &quot;http://github.com/koke/iso_countries&quot;
+  s.platform = Gem::Platform::RUBY
+  s.summary = &quot;Country selector with ISO codes&quot;
+  s.files = FileList[&quot;README*&quot;,
+                                 &quot;MIT-LICENSE&quot;,
+                                 &quot;Rakefile&quot;,
+                                 &quot;init.rb&quot;,
+                                 &quot;{lib,tasks,test}/**/*&quot;].to_a
+  s.require_path = &quot;lib&quot;
+  s.test_files = FileList[&quot;test/**/test_*.rb&quot;].to_a
+  s.rubyforge_project = &quot;iso_countries&quot;
+  s.has_rdoc = false
+  s.extra_rdoc_files = FileList[&quot;README*&quot;].to_a
+  s.rdoc_options &lt;&lt; '--line-numbers' &lt;&lt; '--inline-source'
+  s.requirements &lt;&lt; &quot;gettext&quot;
+end
+
+desc &quot;Generate a gemspec file for GitHub&quot;
+task :gemspec do
+  File.open(&quot;#{spec.name}.gemspec&quot;, 'w') do |f|
+    f.write spec.to_ruby
+  end
 end
\ No newline at end of file</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2608a78b1e1440a724577e245f3e54b29f430768</id>
    </parent>
  </parents>
  <author>
    <name>Jorge Bernal</name>
    <email>jbernal@warp.es</email>
  </author>
  <url>http://github.com/koke/iso_countries/commit/5ba10b9593879aed31b2a798db92e5d4b99e3096</url>
  <id>5ba10b9593879aed31b2a798db92e5d4b99e3096</id>
  <committed-date>2009-01-19T11:01:28-08:00</committed-date>
  <authored-date>2009-01-19T11:01:28-08:00</authored-date>
  <message>Make gem</message>
  <tree>5a9a1ac95538f5f48ba84006ef6f5b55d3469107</tree>
  <committer>
    <name>Jorge Bernal</name>
    <email>jbernal@warp.es</email>
  </committer>
</commit>
