Sha256: 30e55932161ceb973d1b6ee939dda9874ebec35c6c6376c2fb730c230b15576f

Contents?: true

Size: 397 Bytes

Versions: 3

Compression:

Stored size: 397 Bytes

Contents

$: << File.expand_path("../lib", __FILE__)
require "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

3 entries across 3 versions & 1 rubygems

Version Path
pa-1.2.0 pa.gemspec
pa-1.1.4 pa.gemspec
pa-1.1.3 pa.gemspec