<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>simple-flickr-0.1.0.gem</filename>
    </added>
    <added>
      <filename>simple-flickr.gemspec</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -6,3 +6,36 @@ Dir[ &quot;tasks/**/*.rake&quot; ].each { | tasks | load tasks }
 desc &quot;Run specs&quot;
 task :default =&gt; :spec
 
+spec = Gem::Specification.new do |s|
+  s.name         = 'simple-flickr'
+  s.version      = '0.1.0'
+  s.summary      = &quot;A wrapper for Flickrs REST API&quot;
+  s.description  = &quot;A wrapper for Flickrs REST API.&quot;
+
+  s.author       = &quot;Jerrett Taylor&quot;
+  s.email        = &quot;jerrett@gmail.com&quot;
+  s.homepage     = &quot;http://github.com/jerrett/simple-flickr&quot;
+  
+  # code
+  s.require_path = &quot;lib&quot;
+  s.files        = %w( README Rakefile ) + Dir[&quot;{spec,lib}/**/*&quot;]
+ 
+  # rdoc
+  s.has_rdoc         = false
+ 
+  # Dependencies
+  s.add_dependency &quot;hpricot&quot;, [&quot;&gt;= 0.6.0&quot;]
+  
+  # Requirements
+  s.required_ruby_version = &quot;&gt;= 1.8.6&quot;
+  
+  s.platform = Gem::Platform::RUBY
+end
+
+desc &quot;create .gemspec file (useful for github)&quot;
+task :gemspec do
+  filename = &quot;#{spec.name}.gemspec&quot;
+  File.open(filename, &quot;w&quot;) do |f|
+    f.puts spec.to_ruby
+  end
+end</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>832f447c37a0d639d5fadd8b0afba02a1c0e044d</id>
    </parent>
  </parents>
  <author>
    <name>Jerrett Taylor</name>
    <email>jerrett@viviti.com</email>
  </author>
  <url>http://github.com/jerrett/simple-flickr/commit/f9429296849e58eb3ffcb64083db7e1d68f1926b</url>
  <id>f9429296849e58eb3ffcb64083db7e1d68f1926b</id>
  <committed-date>2009-04-22T11:44:02-07:00</committed-date>
  <authored-date>2009-04-22T11:44:02-07:00</authored-date>
  <message>gemspec</message>
  <tree>ffbd7b670d9ab0338df9fe0cf4b8fd7ee7b6d604</tree>
  <committer>
    <name>Jerrett Taylor</name>
    <email>jerrett@viviti.com</email>
  </committer>
</commit>
