Sha256: 65330741b889b5b4e7cf83a8a0e95940884682c7bef4dc2a1d7813f749512371
Contents?: true
Size: 659 Bytes
Versions: 2
Compression:
Stored size: 659 Bytes
Contents
require File.expand_path('../lib/slodown_py/version', __FILE__) Gem::Specification.new do |s| s.name = 'slodown.py' s.version = SlodownPy::VERSION s.summary = 'Slodown with syntax highlighting from pygments.rb' s.description = 'slodown.py replaces the Coderay-based syntax highlighting in Slodown with Pygments.rb' s.homepage = 'https://github.com/WebCodr/slodown.py' s.has_rdoc = false s.authors = 'David Henning' s.email = 'david@webcodr.de' s.add_dependency 'slodown' s.add_dependency 'pygments.rb' s.add_development_dependency 'rspec' s.require_paths = ['lib'] s.license = 'MIT' s.files = `git ls-files`.split("\n") end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
slodown.py-1.0.1 | slodown.py.gemspec |
slodown.py-1.0.0 | slodown.py.gemspec |