metasploit-framework/lib/gemcache/ruby/1.9.1/specifications/coderay-1.0.7.gemspec

32 lines
1.1 KiB
Ruby

# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "coderay"
s.version = "1.0.7"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Kornelius Kalnbach"]
s.date = "2012-06-25"
s.description = "Fast and easy syntax highlighting for selected languages, written in Ruby. Comes with RedCloth integration and LOC counter."
s.email = ["murphy@rubychan.de"]
s.executables = ["coderay"]
s.extra_rdoc_files = ["README_INDEX.rdoc"]
s.files = ["bin/coderay", "README_INDEX.rdoc"]
s.homepage = "http://coderay.rubychan.de"
s.rdoc_options = ["-SNw2", "-mREADME_INDEX.rdoc", "-t CodeRay Documentation"]
s.require_paths = ["lib"]
s.required_ruby_version = Gem::Requirement.new(">= 1.8.6")
s.rubyforge_project = "coderay"
s.rubygems_version = "1.8.15"
s.summary = "Fast syntax highlighting for selected languages."
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end