Sha256: da0f9fccb7fd8e4b2c2eb85b48d9ad2a2e6b84d5d5ac63da8bacbef8f6ee2c44

Contents?: true

Size: 631 Bytes

Versions: 9

Compression:

Stored size: 631 Bytes

Contents

require File.expand_path('../lib/pygments/version', __FILE__)

Gem::Specification.new do |s|
  s.name = 'pygments.rb'
  s.version = Pygments::VERSION

  s.summary = 'pygments wrapper for ruby'
  s.description = 'pygments.rb exposes the pygments syntax highlighter via embedded python'

  s.homepage = 'http://github.com/tmm1/pygments.rb'
  s.has_rdoc = false

  s.authors = ['Aman Gupta']
  s.email = ['aman@tmm1.net']

  s.add_dependency 'rubypython', '~> 0.5.3'
  s.add_development_dependency 'rake-compiler', '0.7.6'

  # s.extensions = ['ext/extconf.rb']
  s.require_paths = ['lib']

  s.files = `git ls-files`.split("\n")
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
pygments.rb-0.2.13 pygments.rb.gemspec
pygments.rb-0.2.12 pygments.rb.gemspec
pygments.rb-0.2.11 pygments.rb.gemspec
pygments.rb-0.2.10 pygments.rb.gemspec
pygments.rb-0.2.9 pygments.rb.gemspec
pygments.rb-0.2.8 pygments.rb.gemspec
pygments.rb-0.2.7 pygments.rb.gemspec
pygments.rb-0.2.6 pygments.rb.gemspec
pygments.rb-0.2.4 pygments.rb.gemspec