Sha256: 2b2a9ede38cf1f54d1049037f0dc465613d884bda79708dec51742b8441d8bd2

Contents?: true

Size: 635 Bytes

Versions: 12

Compression:

Stored size: 635 Bytes

Contents

require './lib/rouge/version'

Gem::Specification.new do |s|
  s.name = "rouge"
  s.version = Rouge.version
  s.authors = ["Jay Adkisson"]
  s.email = ["jjmadkisson@gmail.com"]
  s.summary = "A pure-ruby colorizer based on pygments"
  s.description = <<-desc.strip.gsub(/\s+/, ' ')
    Rouge aims to a be a simple, easy-to-extend drop-in replacement
    for pygments.
  desc
  s.homepage = "http://github.com/jayferd/rouge"
  s.rubyforge_project = "rouge"
  s.files = Dir['Gemfile', 'LICENSE', 'rouge.gemspec', 'lib/**/*.rb', 'bin/rougify', 'lib/rouge/demos/*']
  s.executables = %w(rougify)
  s.license = 'MIT (see LICENSE file)'
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
rouge-1.6.1 rouge.gemspec
rouge-1.5.1 rouge.gemspec
rouge-1.5.0 rouge.gemspec
rouge-1.4.0 rouge.gemspec
rouge-1.3.4 rouge.gemspec
rouge-1.3.3 rouge.gemspec
rouge-1.3.2 rouge.gemspec
rouge-1.3.1 rouge.gemspec
rouge-1.3.0 rouge.gemspec
rouge-1.2.0 rouge.gemspec
rouge-1.1.0 rouge.gemspec
rouge-0.5.4 rouge.gemspec