random_data 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,81 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.4
3
+ specification_version: 1
4
+ name: random_data
5
+ version: !ruby/object:Gem::Version
6
+ version: 1.0.0
7
+ date: 2007-09-20 00:00:00 -04:00
8
+ summary: A Ruby gem that provides a Random singleton class with a series of methods for generating random test data including names, mailing addresses, dates, phone numbers, e-mail addresses, and text.
9
+ require_paths:
10
+ - lib
11
+ email: mike@subelsky.com
12
+ homepage: http://random-data.rubyforge.org
13
+ rubyforge_project: random-data
14
+ description: A Ruby gem that provides a Random singleton class with a series of methods for generating random test data including names, mailing addresses, dates, phone numbers, e-mail addresses, and text.
15
+ autorequire:
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: true
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ post_install_message:
29
+ authors:
30
+ - Mike Subelsky
31
+ files:
32
+ - History.txt
33
+ - License.txt
34
+ - Manifest.txt
35
+ - README.txt
36
+ - Rakefile
37
+ - config/hoe.rb
38
+ - config/requirements.rb
39
+ - lib/random_data.rb
40
+ - lib/random_data/array_randomizer.rb
41
+ - lib/random_data/contact_info.rb
42
+ - lib/random_data/dates.rb
43
+ - lib/random_data/locations.rb
44
+ - lib/random_data/names.rb
45
+ - lib/random_data/text.rb
46
+ - lib/random_data/version.rb
47
+ - log/debug.log
48
+ - script/destroy
49
+ - script/generate
50
+ - script/txt2html
51
+ - setup.rb
52
+ - tasks/deployment.rake
53
+ - tasks/environment.rake
54
+ - tasks/website.rake
55
+ - test/test_helper.rb
56
+ - test/test_random_data.rb
57
+ - website/index.html
58
+ - website/index.txt
59
+ - website/javascripts/rounded_corners_lite.inc.js
60
+ - website/stylesheets/screen.css
61
+ - website/template.rhtml
62
+ test_files:
63
+ - test/test_helper.rb
64
+ - test/test_random_data.rb
65
+ rdoc_options:
66
+ - --main
67
+ - README.txt
68
+ extra_rdoc_files:
69
+ - History.txt
70
+ - License.txt
71
+ - Manifest.txt
72
+ - README.txt
73
+ - website/index.txt
74
+ executables: []
75
+
76
+ extensions: []
77
+
78
+ requirements: []
79
+
80
+ dependencies: []
81
+