Sha256: daa6240c9f48a6b6b769dc9c6c0d3400c0eb0263b0a90d04120215bdc79d26fe

Contents?: true

Size: 420 Bytes

Versions: 1

Compression:

Stored size: 420 Bytes

Contents

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

Gem::Specification.new do |s|
	s.name = "pa"
	s.version = Pa::VERSION
	s.summary = "a path library for Ruby"
	s.description = <<-EOF
a path library for Ruby
	EOF

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pa-1.3.0 pa.gemspec