Sha256: da2f263efa7b977b591641db8e7f578b55db40b0f25f65032e3833e0413d2a4e
Contents?: true
Size: 1.12 KB
Versions: 2
Compression:
Stored size: 1.12 KB
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/code_rippa/version', __FILE__) require File.expand_path('../lib/code_rippa/uv_overrides', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Benjamin Tan Wei Hao"] gem.email = ["ben@witsvale.com"] gem.platform = Gem::Platform::RUBY gem.description = %q{Converts source code into a (bookmarked, themed, and syntax highlighted!) PDF.} gem.summary = %q{CodeRippa takes your source code and turns it into a beautiful PDF file. Currently, it supports 150 languages and 15 themes, all of which are available in TextMate. More syntaxes and themes will be available soon.} gem.homepage = "http://code-rippa.heroku.com" gem.has_rdoc = false gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } # gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "code_rippa" gem.require_paths = ["lib"] gem.version = CodeRippa::VERSION gem.required_ruby_version = '>= 1.9.0' gem.add_dependency "spox-ultraviolet", "~> 0.10.5" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
code_rippa-0.0.4 | code_rippa.gemspec |
code_rippa-0.0.3 | code_rippa.gemspec |