Sha256: c9b4665e05e37b878aeec6087160e6fe9dd05002f5755a55762d8ded6297a2b3

Contents?: true

Size: 400 Bytes

Versions: 2

Compression:

Stored size: 400 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/GutenLinux/pd"
	s.rubyforge_project = "xx"

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pd-1.0.2 pd.gemspec
pd-1.0.1 pd.gemspec