Sha256: ebd0764fc6e24f4ad003679b613e402a16cd3ffde7de4874ebf506027b6ee4de

Contents?: true

Size: 1.1 KB

Versions: 4

Compression:

Stored size: 1.1 KB

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "coderay"
  s.version = "1.0.9"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Kornelius Kalnbach"]
  s.date = "2013-02-20"
  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.licenses = ["MIT"]
  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.25"
  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

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
sshp-0.0.2 vendor/ruby/1.9.1/specifications/coderay-1.0.9.gemspec
sshp-0.0.1 vendor/ruby/1.9.1/specifications/coderay-1.0.9.gemspec
sidekiq-statsd-0.1.1 vendor/ruby/1.9.1/specifications/coderay-1.0.9.gemspec
sidekiq-statsd-0.1.0 vendor/ruby/1.9.1/specifications/coderay-1.0.9.gemspec