<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>README.md</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -3,3 +3,4 @@ html
 pkg
 doc
 .ditz-config
+dist</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,72 +1,3 @@
-require 'rubygems'
-require 'rake/gempackagetask'
-require 'rake/rdoctask'
-require 'rubygems/specification'
-require 'spec/rake/spectask'
-require 'date'
+require 'mg'
 
-GEM = &quot;gravtastic&quot;
-GEM_VERSION = &quot;2.0.0&quot;
-AUTHOR = &quot;Chris Lloyd&quot;
-EMAIL = &quot;christopher.lloyd@gmail.com&quot;
-HOMEPAGE = &quot;http://github.com/chrislloyd/gravtastic&quot;
-SUMMARY = &quot;Easily add Gravatars to your Ruby objects.&quot;
-
-spec = Gem::Specification.new do |s|
-  s.name = GEM
-  s.version = GEM_VERSION
-  s.platform = Gem::Platform::RUBY
-  s.rubyforge_project = GEM
-  s.has_rdoc = true
-  s.extra_rdoc_files = ['README.textile', 'LICENSE']
-  s.summary = SUMMARY
-  s.description = s.summary
-  s.author = AUTHOR
-  s.email = EMAIL
-  s.homepage = HOMEPAGE
-  
-  # Uncomment this to add a dependency
-  # s.add_dependency &quot;foo&quot;
-  
-  s.require_path = 'lib'
-  s.files = %w(LICENSE README.textile Rakefile) + Dir.glob(&quot;{lib,spec}/**/*&quot;)
-end
-
-desc &quot;Run Specs&quot;
-Rake::GemPackageTask.new(spec) do |pkg|
-  pkg.gem_spec = spec
-end
-
-desc &quot;Generate Documentation&quot;
-Rake::RDocTask.new do |rdoc|
-  rdoc.rdoc_dir = 'doc'
-  rdoc.title = 'Gravtastic'
-  rdoc.options &lt;&lt; '--line-numbers' &lt;&lt; '--inline-source' &lt;&lt; '--main' &lt;&lt; 'Gravtastic'
-  rdoc.rdoc_files.include(FileList[ 'lib/**/*.rb', 'README.textile', 'LICENSE'])
-end
-
-task :default =&gt; :spec
-task :specs =&gt; :spec
-
-desc &quot;Run all examples&quot;
-Spec::Rake::SpecTask.new('spec') do |t|
-  t.spec_opts = ['--options','spec/spec.opts']
-  t.spec_files = FileList['spec/**/*.rb']
-  # t.rcov = true
-end
-
-desc &quot;install the gem locally&quot;
-task :install =&gt; [:package] do
-  sh %{sudo gem install pkg/#{GEM}-#{GEM_VERSION}}
-end
-
-desc &quot;create a gemspec file&quot;
-task :make_spec do
-  File.open(&quot;#{GEM}.gemspec&quot;, &quot;w&quot;) do |file|
-    file.puts spec.to_ruby
-  end
-end
-
-task :bugs do
-  sh %{ditz html ; open html/index.html}
-end
+MG.new('gravtastic.gemspec')</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,7 @@
 Gem::Specification.new do |s|
   s.name = %q{gravtastic}
-  s.version = &quot;2.0.0&quot;
+  s.version = &quot;2.1.0&quot;
+  s.rubygems_version = %q{2.1.0}
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Chris Lloyd&quot;]
@@ -13,7 +14,7 @@ Gem::Specification.new do |s|
   s.homepage = %q{http://github.com/chrislloyd/gravtastic}
   s.require_paths = [&quot;lib&quot;]
   s.rubyforge_project = %q{gravtastic}
-  s.rubygems_version = %q{1.2.0}
+
   s.summary = %q{Easily add Gravatars to your Ruby objects.}
 
   if s.respond_to? :specification_version then</diff>
      <filename>gravtastic.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -17,6 +17,11 @@ module Gravtastic
       extend ClassMethods
       include InstanceMethods
 
+      if source.is_a?(Hash)
+        options = source
+        source = :email
+      end
+
       @gravatar_defaults = {
         :rating =&gt; 'PG',
         :secure =&gt; false,
@@ -25,7 +30,8 @@ module Gravtastic
       @gravatar_source = source
     end
 
-    alias :has_gravatar :is_gravtastic
+    alias_method :has_gravatar, :is_gravtastic
+    alias_method :is_gravtastic!, :is_gravtastic
 
   end
 </diff>
      <filename>lib/gravtastic.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>README.textile</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>a453b8c7af086219106a76869ef0aeb02476cee6</id>
    </parent>
  </parents>
  <author>
    <name>Chris Lloyd</name>
    <email>christopher.lloyd@gmail.com</email>
  </author>
  <url>http://github.com/chrislloyd/gravtastic/commit/bd5b5d0f42732e14995e520418def5c0cce19250</url>
  <id>bd5b5d0f42732e14995e520418def5c0cce19250</id>
  <committed-date>2009-04-30T17:22:40-07:00</committed-date>
  <authored-date>2009-04-30T17:22:40-07:00</authored-date>
  <message>New version, new README.</message>
  <tree>b3be73378081125414da55f161198277443929a0</tree>
  <committer>
    <name>Chris Lloyd</name>
    <email>christopher.lloyd@gmail.com</email>
  </committer>
</commit>
