Sha256: 61faad991047fc1ed4114c9dfab52b5be9d2d7295196815a1c603c446fa485a9
Contents?: true
Size: 824 Bytes
Versions: 1
Compression:
Stored size: 824 Bytes
Contents
spec = Gem::Specification.new do |spec| spec.name = 'uuid' spec.version = '2.1.1' spec.summary = "UUID generator" spec.description = <<-EOF UUID generator for producing universally unique identifiers based on RFC 4122 (http://www.ietf.org/rfc/rfc4122.txt). EOF spec.authors << 'Assaf Arkin' << 'Eric Hodel' spec.email = 'assaf@labnotes.org' spec.homepage = 'http://github.com/assaf/uuid' spec.files = Dir['{bin,test,lib,docs}/**/*'] + ['README.rdoc', 'MIT-LICENSE', 'Rakefile', 'CHANGELOG', 'uuid.gemspec'] spec.has_rdoc = true spec.rdoc_options << '--main' << 'README.rdoc' << '--title' << 'UUID generator' << '--line-numbers' '--webcvs' << 'http://github.com/assaf/uuid' spec.extra_rdoc_files = ['README.rdoc', 'MIT-LICENSE'] spec.add_dependency 'macaddr', ['~>1.0'] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
uuid-2.1.1 | uuid.gemspec |