Sha256: a996f8fa457d248e880800a47b2c31db722c25466ffac4a5df794f5c6142866e

Contents?: true

Size: 397 Bytes

Versions: 1

Compression:

Stored size: 397 Bytes

Contents

$: << "."
require "version"

Gem::Specification.new do |s|
	s.name = "pd"
	s.version = VERSION::IS
	s.summary = "a print helper method for debug to Kernel"
	s.description = <<-EOF
a print helper method for debug to Kernel
	EOF

	s.author = "Guten"
	s.email = "ywzhaifei@gmail.com"
	s.homepage = "http://github.com/GutenYe/pd"
	s.rubyforge_project = "xx"

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pd-1.0.3 pd.gemspec