<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,5 @@
 * Removed Ambethia namespace, and restructured classes a bit
+* Added an example rails app in the example-rails branch
 
 == 0.2.0 / 2009-09-12
 </diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -15,6 +15,16 @@ You'll want to add your public and private API keys in the environment variables
 and RECAPTCHA_PRIVATE_KEY, respectively. You could also specify them in config/environment.rb if you
 are so inclined. Exceptions will be raised if you call these methods and the keys can't be found.
 
+== Rails Installation
+
+ReCaptcha for rails can be installed as a gem:
+
+  config.gem &quot;ambethia-recaptcha&quot;, :lib =&gt; &quot;recaptcha/rails&quot;, :source =&gt; &quot;http://gems.github.com&quot;
+
+Or, as a standard rails plugin:
+
+  script/plugin install git://github.com/ambethia/recaptcha.git
+
 == +recaptcha_tags+
 
 Some of the options available:</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -5,6 +5,7 @@ begin
   Jeweler::Tasks.new do |gem|
     gem.name           = &quot;recaptcha&quot;
     gem.description    = &quot;This plugin adds helpers for the ReCAPTCHA API &quot;
+    gem.summary        = &quot;Helpers for the ReCAPTCHA API&quot;
     gem.homepage       = &quot;http://github.com/ambethia/recaptcha&quot;
     gem.authors        = [&quot;Jason L. Perry&quot;]
     gem.email          = &quot;jasper@ambethia.com&quot;</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,2 +1,4 @@
-require 'recaptcha'
+# Rails plugin initialization.
+# You can also install it as a gem:
+#   config.gem &quot;ambethia-recaptcha&quot;, :lib =&gt; &quot;recaptcha/rails&quot;, :source =&gt; &quot;http://gems.github.com&quot;
 require 'recaptcha/rails'
\ No newline at end of file</diff>
      <filename>init.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,2 +1,4 @@
+require 'recaptcha'
+
 ActionView::Base.send(:include, Recaptcha::ClientHelper)
 ActionController::Base.send(:include, Recaptcha::Verify)
\ No newline at end of file</diff>
      <filename>lib/recaptcha/rails.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,6 @@
+# Generated by jeweler
+# DO NOT EDIT THIS FILE
+# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
 # -*- encoding: utf-8 -*-
 
 Gem::Specification.new do |s|
@@ -6,7 +9,7 @@ Gem::Specification.new do |s|
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Jason L. Perry&quot;]
-  s.date = %q{2009-09-12}
+  s.date = %q{2009-09-14}
   s.description = %q{This plugin adds helpers for the ReCAPTCHA API }
   s.email = %q{jasper@ambethia.com}
   s.extra_rdoc_files = [
@@ -23,7 +26,9 @@ Gem::Specification.new do |s|
      &quot;VERSION&quot;,
      &quot;init.rb&quot;,
      &quot;lib/recaptcha.rb&quot;,
-     &quot;lib/recaptcha/recaptcha.rb&quot;,
+     &quot;lib/recaptcha/client_helper.rb&quot;,
+     &quot;lib/recaptcha/rails.rb&quot;,
+     &quot;lib/recaptcha/verify.rb&quot;,
      &quot;recaptcha.gemspec&quot;,
      &quot;tasks/recaptcha_tasks.rake&quot;,
      &quot;test/recaptcha_test.rb&quot;,
@@ -33,7 +38,7 @@ Gem::Specification.new do |s|
   s.rdoc_options = [&quot;--charset=UTF-8&quot;]
   s.require_paths = [&quot;lib&quot;]
   s.rubygems_version = %q{1.3.5}
-  s.summary = nil
+  s.summary = %q{Helpers for the ReCAPTCHA API}
   s.test_files = [
     &quot;test/recaptcha_test.rb&quot;,
      &quot;test/verify_recaptcha_test.rb&quot;</diff>
      <filename>recaptcha.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bfc5134bfe668c64467dcaa89b891b561b87e2c1</id>
    </parent>
  </parents>
  <author>
    <name>Jason L Perry</name>
    <email>jasper@ambethia.com</email>
  </author>
  <url>http://github.com/JackDanger/recaptcha/commit/17e0f889b24e30536cdc095d63c2b03e9505780d</url>
  <id>17e0f889b24e30536cdc095d63c2b03e9505780d</id>
  <committed-date>2009-09-13T22:12:28-07:00</committed-date>
  <authored-date>2009-09-13T22:12:28-07:00</authored-date>
  <message>Tweaks to rails installation</message>
  <tree>1d5c13895cabd62607a733cc85e198cb11a496af</tree>
  <committer>
    <name>Jason L Perry</name>
    <email>jasper@ambethia.com</email>
  </committer>
</commit>
