chrislloyd / gravtastic

Add Gravatars to your Rubies/Rails!

This URL has Read+Write access

chrislloyd (author)
Mon Jun 15 04:13:31 -0700 2009
commit  b0c0f85bfb514958601d9e199f579b68c04f6efc
tree    8da9500025c27f638ec06bc3dc00b5f7b8938f38
parent  04cc688d321da26dab4c9b083674e1cae26b6fec
gravtastic / gravtastic.gemspec
100644 29 lines (24 sloc) 0.989 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Gem::Specification.new do |s|
  s.name = %q{gravtastic}
  s.version = "2.1.2"
  s.rubygems_version = %q{2.1.1}
 
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Chris Lloyd"]
  s.date = %q{2008-09-15}
  s.description = %q{Easily add Gravatars to your Ruby objects.}
  s.email = %q{christopher.lloyd@gmail.com}
  s.files = ["LICENSE", "README.md", "Rakefile", "lib/gravtastic.rb", "spec/gravtastic_integration_spec.rb", "spec/gravtastic_spec.rb", "spec/spec.opts", "spec/spec_helper.rb"]
  s.has_rdoc = false
  s.homepage = %q{http://github.com/chrislloyd/gravtastic}
  s.require_paths = ["lib"]
  s.rubyforge_project = %q{gravtastic}
 
  s.summary = %q{Easily add Gravatars to your Ruby objects.}
 
  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 2
 
    if current_version >= 3 then
    else
    end
  else
  end
end