Sha256: 047454a8b5b3f97a15abdd7bc6ff2fcd56752d346e785935c5ec604d13407b67

Contents?: true

Size: 612 Bytes

Versions: 16

Compression:

Stored size: 612 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', 'rouge.gemspec', 'lib/**/*.rb', 'bin/rougify', 'lib/rouge/demos/*']
  s.executables = %w(rougify)

  s.add_dependency 'thor'
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
rouge-0.3.9 rouge.gemspec
rouge-0.3.8 rouge.gemspec
rouge-0.3.7 rouge.gemspec
rouge-0.3.6 rouge.gemspec
rouge-0.3.5 rouge.gemspec
rouge-0.3.4 rouge.gemspec
rouge-0.3.3 rouge.gemspec
rouge-0.3.2 rouge.gemspec
rouge-0.3.1 rouge.gemspec
rouge-0.3.0 rouge.gemspec
rouge-0.2.15 rouge.gemspec
rouge-0.2.14 rouge.gemspec
rouge-0.2.13 rouge.gemspec
rouge-0.2.12 rouge.gemspec
rouge-0.2.11 rouge.gemspec
rouge-0.2.10 rouge.gemspec