Sha256: 860d279925c94108bb587b690ec787e15ae9c341fb9399d7ab4dc6e66309866e

Contents?: true

Size: 992 Bytes

Versions: 28

Compression:

Stored size: 992 Bytes

Contents

# frozen_string_literal: true

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://rouge.jneen.net/"
  s.files = Dir['Gemfile', 'LICENSE', 'rouge.gemspec', 'lib/**/*.rb', 'lib/**/*.yml', 'bin/rougify', 'lib/rouge/demos/*']
  s.executables = %w(rougify)
  s.licenses = ['MIT', 'BSD-2-Clause']
  s.required_ruby_version = '>= 2.0'
  s.metadata = {
    "bug_tracker_uri"   => "https://github.com/rouge-ruby/rouge/issues",
    "changelog_uri"     => "https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md",
    "documentation_uri" => "https://rouge-ruby.github.io/docs/",
    "source_code_uri"   => "https://github.com/rouge-ruby/rouge"
  }
end

Version data entries

28 entries across 28 versions & 2 rubygems

Version Path
mumukit-content-type-1.12.1 vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/rouge.gemspec
mumukit-content-type-1.12.0 vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/rouge.gemspec
rouge-3.30.0 rouge.gemspec
rouge-3.29.0 rouge.gemspec
rouge-3.28.0 rouge.gemspec
rouge-3.27.0 rouge.gemspec
rouge-3.26.1 rouge.gemspec
mumukit-content-type-1.11.1 vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/rouge.gemspec
rouge-3.26.0 rouge.gemspec
rouge-3.25.0 rouge.gemspec
rouge-3.24.0 rouge.gemspec
rouge-3.23.0 rouge.gemspec
rouge-3.22.0 rouge.gemspec
rouge-3.21.0 rouge.gemspec
rouge-3.20.0 rouge.gemspec
rouge-3.19.0 rouge.gemspec
rouge-3.18.0 rouge.gemspec
rouge-3.17.0 rouge.gemspec
rouge-3.16.0 rouge.gemspec
rouge-3.15.0 rouge.gemspec