Sha256: cb224ac2e382562b8f431128ba7bb75cf850b8ed0cbb7edfaeedd8c3190668b6

Contents?: true

Size: 979 Bytes

Versions: 1

Compression:

Stored size: 979 Bytes

Contents

# -*- encoding: utf-8 -*-
$LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
require "random_data_despegar/version"

Gem::Specification.new do |s|
  s.name        = "random_data_despegar"
  s.version     = RandomDataDespegar::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Mike Subelsky", "Tom Harris", "Ezequiel Uhrig", "Marina Girotti"]
  s.email       = "mgirotti@despegar.com"
  s.homepage    = "https://github.com/despegar/random_data-helper"
  s.summary     = "A Ruby gem that provides a Random class with a series of methods for generating random test data including names, mailing addresses, dates, phone numbers, e-mail addresses, and text."
  s.description = "Random data generator"

  s.rubygems_version   = "1.3.7"

  s.files            = `git ls-files`.split("\n")
  s.test_files       = `git ls-files -- test/*`.split("\n")
  s.extra_rdoc_files = [ "README.rdoc" ]
  s.rdoc_options     = ["--charset=UTF-8"]
  s.require_path     = "lib"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
random_data_despegar-2.1 random_data_despegar.gemspec