Sha256: b197a73b37497f7102e13eeb2bcfa3c5ce0d58df01ecd884cdcae60d91fe07f5

Contents?: true

Size: 631 Bytes

Versions: 6

Compression:

Stored size: 631 Bytes

Contents

require './lib/rouge/version'

Gem::Specification.new do |s|
  s.name = "rouge"
  s.version = Rouge.version
  s.authors = ["Jeanine Adkisson"]
  s.email = ["jneen@jneen.net"]
  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/jneen/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

6 entries across 6 versions & 1 rubygems

Version Path
rouge-1.7.4 rouge.gemspec
rouge-1.7.3 rouge.gemspec
rouge-1.7.2 rouge.gemspec
rouge-1.7.1 rouge.gemspec
rouge-1.7.0 rouge.gemspec
rouge-1.6.2 rouge.gemspec