Sha256: 805435be3e15d2c51f18f0b32799879cb12b72c1d35e6965aae20b1f13acace8
Contents?: true
Size: 904 Bytes
Versions: 1
Compression:
Stored size: 904 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "typo" s.version = "6.0.6" s.platform = Gem::Platform::RUBY s.authors = ["Frédéric de Villamil", "Matijs van Zuijlen", "Yannick François", "Thomas Lecavellier", "Cyril Mougel"] s.email = ["frederic@de-villamil.com"] s.homepage = "http://typosphere.org" s.summary = %q{The missing blogging engine.} s.description = %q{Since Typo has been in existence since March 2005, it is likely the oldest blogging platform in Rails. It has a full set of features you would expect from such an engine, which include powerful SEO capabilities, full themes, and plug-in extensions. } s.has_rdoc = false s.rubyforge_project = "typo" s.files = `ls`.split("\n") s.post_install_message = "\e[1;31m\n" + ('-' * 79) + "\n\n" + File.read('PostInstall.txt') + "\n" + ('-' * 79) + "\n\e[0m" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
typo-6.0.6 | typo.gemspec |