Sha256: 346a3cbfb18ced9bc8d5aacfc1c644a974f3bd6d114e099950b595842c47fa20
Contents?: true
Size: 1.28 KB
Versions: 12
Compression:
Stored size: 1.28 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{gravatar_image_tag} s.version = "1.0.0.pre2" s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.authors = ["Michael Deering"] s.date = %q{2010-09-08} s.email = %q{mdeering@mdeering.com} s.extra_rdoc_files = [ "README.textile" ] s.files = [ "MIT-LICENSE", "README.textile", "Rakefile", "lib/gravatar_image_tag.rb", "spec/gravatar_image_tag_spec.rb", "spec/test_helper.rb" ] s.homepage = %q{http://github.com/mdeering/gravatar_image_tag} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.7} s.summary = %q{A configurable and documented Rails view helper for adding gravatars into your Rails application.} s.test_files = [ "spec/gravatar_image_tag_spec.rb", "spec/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::VERSION) >= Gem::Version.new('1.2.0') then else end else end end
Version data entries
12 entries across 12 versions & 1 rubygems