Sha256: 4d5873fa466764109f350134943336fc4c4ebc1d901aa8ea170de052d690e999

Contents?: true

Size: 861 Bytes

Versions: 2

Compression:

Stored size: 861 Bytes

Contents

# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'markov_uuid'

Gem::Specification.new do |gem|
  gem.name          = "markov_uuid"
  gem.version       = MarkovUuid::VERSION
  gem.authors       = ["Mark Burns"]
  gem.email         = ["markthedeveloper@gmail.com"]
  gem.description   = %q{People friendly readable UUIDs}
  gem.summary       = %q{Easily generate random English-like UUIDs (or any other language)
  that are more natural to convey to other people. E.g. over the phone, etc.}
  gem.homepage      = "http://github.com/markburns/markov_uuid"

  gem.files         = `git ls-files`.split($/)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ["lib"]
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
markov_uuid-0.0.3 markov_uuid.gemspec
markov_uuid-0.0.2 markov_uuid.gemspec