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