random_data_despegar 2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,88 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: random_data_despegar
3
+ version: !ruby/object:Gem::Version
4
+ version: '2.1'
5
+ platform: ruby
6
+ authors:
7
+ - Mike Subelsky
8
+ - Tom Harris
9
+ - Ezequiel Uhrig
10
+ - Marina Girotti
11
+ autorequire:
12
+ bindir: bin
13
+ cert_chain: []
14
+ date: 2016-02-26 00:00:00.000000000 Z
15
+ dependencies: []
16
+ description: Random data generator
17
+ email: mgirotti@despegar.com
18
+ executables: []
19
+ extensions: []
20
+ extra_rdoc_files:
21
+ - README.rdoc
22
+ files:
23
+ - ".gitignore"
24
+ - Gemfile
25
+ - Gemfile.lock
26
+ - History.txt
27
+ - License.txt
28
+ - PostInstall.txt
29
+ - README.md
30
+ - README.rdoc
31
+ - Rakefile
32
+ - config/website.yml
33
+ - lib/random_data_despegar.rb
34
+ - lib/random_data_despegar/array_randomizer.rb
35
+ - lib/random_data_despegar/booleans.rb
36
+ - lib/random_data_despegar/contact_info.rb
37
+ - lib/random_data_despegar/dates.rb
38
+ - lib/random_data_despegar/grammar.rb
39
+ - lib/random_data_despegar/id_generator.rb
40
+ - lib/random_data_despegar/invoice_data.rb
41
+ - lib/random_data_despegar/locations.rb
42
+ - lib/random_data_despegar/markov.rb
43
+ - lib/random_data_despegar/names.rb
44
+ - lib/random_data_despegar/numbers.rb
45
+ - lib/random_data_despegar/text.rb
46
+ - lib/random_data_despegar/version.rb
47
+ - random_data_despegar.gemspec
48
+ - script/console
49
+ - script/destroy
50
+ - script/generate
51
+ - script/txt2html
52
+ - test/henry_v_prolog.txt
53
+ - test/test_dates.rb
54
+ - test/test_helper.rb
55
+ - test/test_id_invoice_tests.rb
56
+ - test/test_random_data.rb
57
+ homepage: https://github.com/despegar/random_data-helper
58
+ licenses: []
59
+ metadata: {}
60
+ post_install_message:
61
+ rdoc_options:
62
+ - "--charset=UTF-8"
63
+ require_paths:
64
+ - lib
65
+ required_ruby_version: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - ">="
68
+ - !ruby/object:Gem::Version
69
+ version: '0'
70
+ required_rubygems_version: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - ">="
73
+ - !ruby/object:Gem::Version
74
+ version: '0'
75
+ requirements: []
76
+ rubyforge_project:
77
+ rubygems_version: 2.4.5.1
78
+ signing_key:
79
+ specification_version: 4
80
+ summary: A Ruby gem that provides a Random class with a series of methods for generating
81
+ random test data including names, mailing addresses, dates, phone numbers, e-mail
82
+ addresses, and text.
83
+ test_files:
84
+ - test/henry_v_prolog.txt
85
+ - test/test_dates.rb
86
+ - test/test_helper.rb
87
+ - test/test_id_invoice_tests.rb
88
+ - test/test_random_data.rb