Sha256: 93c71de38d73c468aa81c07d92b2ee32ffe80444c887ecfb891755a095d0276f
Contents?: true
Size: 843 Bytes
Versions: 1
Compression:
Stored size: 843 Bytes
Contents
# coding: utf-8 require './lib/rubysl/prettyprint/version' Gem::Specification.new do |spec| spec.name = "rubysl-prettyprint" spec.version = RubySL::PrettyPrint::VERSION spec.authors = ["Brian Shirai"] spec.email = ["brixen@gmail.com"] spec.description = %q{Ruby standard library prettyprint and pp.} spec.summary = %q{Ruby standard library prettyprint and pp.} spec.homepage = "https://github.com/rubysl/rubysl-prettyprint" spec.license = "BSD" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubysl-prettyprint-1.0.0 | rubysl-prettyprint.gemspec |