Sha256: b38db24618e3b634f5411743719dafcf990c00cb25a50bd5c72325f4612d0bfe

Contents?: true

Size: 413 Bytes

Versions: 1

Compression:

Stored size: 413 Bytes

Contents

$: << File.expand_path("../lib", __FILE__)
require "pa/version"

pd Pa::VERSION

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")
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pa-1.2.1 pa.gemspec