Sha256: de921f4483b175596e9518f66900cc4a708e596690962fb8292f58cecf5663a8

Contents?: true

Size: 462 Bytes

Versions: 1

Compression:

Stored size: 462 Bytes

Contents

Kernel.load File.expand_path("../lib/pd/version.rb", __FILE__)

Gem::Specification.new do |s|
	s.name = "pd"
	s.version = Pd_VERSION
	s.summary = "some helper methods to help debuging"
	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")

  s.add_dependency "awesome_print"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pd-1.0.5 pd.gemspec