<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,11 +8,10 @@ pollster adds a generator to your Rails app that creates the MVC stack for polli
 
 h3. Requirements
 
-pollster requires the super amazing &quot;RESTful_Authentication&quot;:http://weblog.techno-weenie.net/2006/8/1/restful-authentication-plugin plugin, along with the &quot;googlecharts&quot;:http://github.com/mattetti/googlecharts/tree/master gem.
+pollster requires the super amazing &quot;RESTful_Authentication&quot;:http://weblog.techno-weenie.net/2006/8/1/restful-authentication-plugin plugin.
 
 &lt;pre&gt;
   ./script/plugin install git://github.com/technoweenie/restful-authentication.git
-  sudo gem install mattetti-googlecharts
 &lt;/pre&gt;
 
 Make sure to follow the instructions on RESTful_Authentication, and add this line to your config/environment.rb file:</diff>
      <filename>README.textile</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 Gem::Specification.new do |s|
   s.name     = &quot;pollster&quot;
-  s.version  = &quot;0.1.1&quot;
+  s.version  = &quot;0.1.2&quot;
   s.date     = &quot;2009-01-11&quot;
   s.summary  = &quot;Easy user polling for your Rails app&quot;
   s.email    = &quot;matt@matt-darby.com&quot;
@@ -36,4 +36,17 @@ Gem::Specification.new do |s|
     &quot;generators/pollster/USAGE&quot;,
     &quot;uninstall.rb&quot;
   ]
+  
+  if s.respond_to? :specification_version then
+    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
+    s.specification_version = 2
+
+    if Gem::Version.new(Gem::RubyGemsVersion) &gt;= Gem::Version.new('1.2.0') then
+      s.add_runtime_dependency(%q&lt;googlecharts&gt;, [&quot;~&gt; 1.3.6&quot;])
+    else
+      s.add_dependency(%q&lt;json&gt;, [&quot;~&gt; 1.3.6&quot;])
+    end
+  else
+    s.add_dependency(%q&lt;json&gt;, [&quot;~&gt; 1.3.6&quot;])
+  end
 end
\ No newline at end of file</diff>
      <filename>pollster.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2e49132885a20051a833e35544b44bacba5cd34d</id>
    </parent>
  </parents>
  <author>
    <name>Matt Darby</name>
    <email>matt@matt-darby.com</email>
  </author>
  <url>http://github.com/mdarby/pollster/commit/b1c957cf270ed990826dfc79bd3eaefb02392e8c</url>
  <id>b1c957cf270ed990826dfc79bd3eaefb02392e8c</id>
  <committed-date>2009-01-11T20:32:45-08:00</committed-date>
  <authored-date>2009-01-11T20:32:45-08:00</authored-date>
  <message>Automatically install googlecharts gem</message>
  <tree>aa7be19ee745527208d3690849d112805f1aad8d</tree>
  <committer>
    <name>Matt Darby</name>
    <email>matt@matt-darby.com</email>
  </committer>
</commit>
