<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,12 +1,17 @@
-require 'rubygems'
-spec = Gem::Specification.new do |spec|
-  spec.name = 'resourceful_views'
-  spec.summary = &quot;Resource-oriented helpers for rendering forms and links in Rails&quot;
-  spec.description = &quot;ResourcefulViews aims to take RESTful conventions beyond controllers and into views by extending the 'map.resources' method to install a comprehensive vocabulary of resource-oriented view helpers&quot;
-  spec.author = 'Ingo Weiss'
-  spec.email = 'ingo@ingoweiss.com'
-  spec.homepage = 'http://github.com/ingoweiss/resourceful_views'
-  spec.files = Dir['lib/*.rb']
-  spec.test_files = Dir['spec/*.rb']
-  spec.version = '0.2.0'
-end
\ No newline at end of file
+spec = Gem::Specification.new do |s|
+  s.name = 'resourceful_views'
+  s.version = '0.2.0'
+  s.authors = ['Ingo Weiss']
+  s.email = ['ingo@ingoweiss.com']
+  s.date = '2009-01-15'
+  s.summary = %q{Resource-oriented helpers for rendering forms and links in Rails}
+  s.description = %q{ResourcefulViews aims to take RESTful conventions beyond controllers and into views by extending the 'map.resources' method to install a comprehensive vocabulary of resource-oriented view helpers}
+  s.has_rdoc = true
+  s.rdoc_options = [&quot;--main&quot;, &quot;README&quot;]
+  s.homepage = 'http://github.com/ingoweiss/resourceful_views'
+  s.files = ['README', 'lib/resourceful_views.rb', 'tasks/resourceful_views_tasks.rake']
+  s.require_paths = ['lib']
+end
+
+
+</diff>
      <filename>resourceful_views.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6eff40b498563e509080fe0c8f8dc65955605031</id>
    </parent>
  </parents>
  <author>
    <name>Ingo Weiss</name>
    <email>ingoweiss@ingo-weisss-macbook-pro.local</email>
  </author>
  <url>http://github.com/ingoweiss/resourceful_views/commit/ae683c6e92a829199064a088a992337d3a4e604e</url>
  <id>ae683c6e92a829199064a088a992337d3a4e604e</id>
  <committed-date>2009-01-16T03:28:21-08:00</committed-date>
  <authored-date>2009-01-16T03:28:21-08:00</authored-date>
  <message>Changed gemspec to not use Dir[...] for specifying files (caused build on github to fail with $SAFE level error)</message>
  <tree>28a1bf3af300a8dede221fd9fd87c4730d369e0e</tree>
  <committer>
    <name>Ingo Weiss</name>
    <email>ingoweiss@ingo-weisss-macbook-pro.local</email>
  </committer>
</commit>
