Sha256: d6ca9d2c4d4869516670bb8087f22e5590cc69f0713804a127e78ab6d2991a0f
Contents?: true
Size: 836 Bytes
Versions: 1
Compression:
Stored size: 836 Bytes
Contents
require_relative 'lib/ppp/util/version' Gem::Specification.new do |spec| spec.name = "ppp-util" spec.version = Ppp::Util::VERSION spec.authors = ["Igor Kasyanchuk"] spec.email = ["igorkasyanchuk@gmail.com"] spec.summary = "pp but without returning self" spec.description = %q{pp but without returning self. Just call ppp} spec.homepage = "https://github.com/igorkasyanchuk/ppp-util" spec.license = "MIT" spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0") spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ppp-util-0.1.0 | ppp-util.gemspec |