public
Description: Add Gravatars to your Rubies/Rails!
Homepage: http://chrislloyd.com.au/articles/lessons-in-software-design
Clone URL: git://github.com/chrislloyd/gravtastic.git
Click here to lend your support to: gravtastic and make a donation at www.pledgie.com !
gravtastic / Rakefile
100644 11 lines (8 sloc) 0.224 kb
1
2
3
4
5
6
7
8
9
10
11
require 'mg'
require 'spec/rake/spectask'
 
MG.new('gravtastic.gemspec')
 
Spec::Rake::SpecTask.new('spec') do |t|
  t.spec_opts = ['--options','spec/spec.opts']
  t.spec_files = FileList['spec/**/*.rb']
  # t.rcov = true
end