Sha256: 2d4195954215a9f2abe3214a0317585ff53ff52d686130342e4676099629ace6

Contents?: true

Size: 992 Bytes

Versions: 12

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.7'
  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

12 entries across 12 versions & 1 rubygems

Version Path
rouge-4.5.1 rouge.gemspec
rouge-4.5.0 rouge.gemspec
rouge-4.4.0 rouge.gemspec
rouge-4.3.0 rouge.gemspec
rouge-4.2.1 rouge.gemspec
rouge-4.2.0 rouge.gemspec
rouge-4.1.3 rouge.gemspec
rouge-4.1.2 rouge.gemspec
rouge-4.1.1 rouge.gemspec
rouge-4.1.0 rouge.gemspec
rouge-4.0.1 rouge.gemspec
rouge-4.0.0 rouge.gemspec