Sha256: f1059688d8cb64f2871d0aa39306f5ab821af3029edd576e1d500893c03a083c

Contents?: true

Size: 1.85 KB

Versions: 1

Compression:

Stored size: 1.85 KB

Contents

# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = %q{faces}
  s.version = "0.6.3"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Nick Pellant"]
  s.date = %q{2010-04-14}
  s.description = %q{Avatars made super simple.}
  s.email = %q{nick@silentale.com}
  s.extra_rdoc_files = [
    "LICENSE",
     "README.markdown"
  ]
  s.files = [
    "LICENSE",
     "README.markdown",
     "Rakefile",
     "VERSION",
     "faces.gemspec",
     "init.rb",
     "lib/faces.rb",
     "lib/providers/facebook.rb",
     "lib/providers/flickr.rb",
     "lib/providers/gravatar.rb",
     "lib/providers/highrise.rb",
     "lib/providers/twitter.rb",
     "test/providers/test_facebook.rb",
     "test/providers/test_flickr.rb",
     "test/providers/test_gravatar.rb",
     "test/providers/test_highrise.rb",
     "test/providers/test_twitter.rb",
     "test/test_faces.rb",
     "test/test_helper.rb"
  ]
  s.homepage = %q{http://github.com/nickpellant/faces}
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.3.6}
  s.summary = %q{Faces manages external and internal avatar sources in one unified format.}
  s.test_files = [
    "test/providers/test_facebook.rb",
     "test/providers/test_flickr.rb",
     "test/providers/test_gravatar.rb",
     "test/providers/test_highrise.rb",
     "test/providers/test_twitter.rb",
     "test/test_faces.rb",
     "test/test_helper.rb"
  ]

  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 3

    if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
faces-0.6.3 faces.gemspec