faker-bloocher 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.document +5 -0
- data/.ruby-gemset +1 -0
- data/.ruby-version +1 -0
- data/Gemfile +14 -0
- data/Gemfile.lock +59 -0
- data/LICENSE.txt +20 -0
- data/README.rdoc +19 -0
- data/Rakefile +45 -0
- data/VERSION +1 -0
- data/faker-bloocher.gemspec +67 -0
- data/faker_review.rb +211 -0
- data/lib/boonville_wineries.rb +355 -0
- data/lib/faker/bloocher.rb +1 -0
- data/lib/faker_review.rb +116 -0
- data/test/helper.rb +19 -0
- data/test/test_faker-bloocher.rb +7 -0
- metadata +133 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 386353527798189ce5540bc5e1f4976b7da4c3ac
|
4
|
+
data.tar.gz: f2573137a4e4ff2af05ac2633347584d9a493dcc
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 74fe733c44f4d1bc6b4d93ba9b285260e0ac81f18b5d97a57910b43b0ae32f59f75e91311407d29c6e927ce440cf2abd577593dd9f32596474a163f9e7a41d4a
|
7
|
+
data.tar.gz: 4ab8ad31a02aa429a008be876e00eccbc424af38d072397532f6514a201429b3ebae57dfc0ac27b997638466eebda0ad9c204ef8c3f08a3469489a1f851c1c56
|
data/.document
ADDED
data/.ruby-gemset
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
faker-bloocher
|
data/.ruby-version
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
ruby-2.0.0-p247
|
data/Gemfile
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
source "http://rubygems.org"
|
2
|
+
# Add dependencies required to use your gem here.
|
3
|
+
# Example:
|
4
|
+
# gem "activesupport", ">= 2.3.5"
|
5
|
+
|
6
|
+
# Add dependencies to develop your gem here.
|
7
|
+
# Include everything needed to run rake, tests, features, etc.
|
8
|
+
group :development do
|
9
|
+
gem "faker", "~> 1.2.0"
|
10
|
+
gem "minitest", ">= 0"
|
11
|
+
gem "rdoc", "~> 3.12"
|
12
|
+
gem "bundler", "~> 1.0"
|
13
|
+
gem "jeweler", "~> 1.8.7"
|
14
|
+
end
|
data/Gemfile.lock
ADDED
@@ -0,0 +1,59 @@
|
|
1
|
+
GEM
|
2
|
+
remote: http://rubygems.org/
|
3
|
+
specs:
|
4
|
+
addressable (2.3.5)
|
5
|
+
builder (3.2.2)
|
6
|
+
faker (1.2.0)
|
7
|
+
i18n (~> 0.5)
|
8
|
+
faraday (0.8.8)
|
9
|
+
multipart-post (~> 1.2.0)
|
10
|
+
git (1.2.6)
|
11
|
+
github_api (0.10.1)
|
12
|
+
addressable
|
13
|
+
faraday (~> 0.8.1)
|
14
|
+
hashie (>= 1.2)
|
15
|
+
multi_json (~> 1.4)
|
16
|
+
nokogiri (~> 1.5.2)
|
17
|
+
oauth2
|
18
|
+
hashie (2.0.5)
|
19
|
+
highline (1.6.19)
|
20
|
+
httpauth (0.2.0)
|
21
|
+
i18n (0.6.5)
|
22
|
+
jeweler (1.8.8)
|
23
|
+
builder
|
24
|
+
bundler (~> 1.0)
|
25
|
+
git (>= 1.2.5)
|
26
|
+
github_api (= 0.10.1)
|
27
|
+
highline (>= 1.6.15)
|
28
|
+
nokogiri (= 1.5.10)
|
29
|
+
rake
|
30
|
+
rdoc
|
31
|
+
json (1.8.0)
|
32
|
+
jwt (0.1.8)
|
33
|
+
multi_json (>= 1.5)
|
34
|
+
minitest (5.0.8)
|
35
|
+
multi_json (1.8.2)
|
36
|
+
multi_xml (0.5.5)
|
37
|
+
multipart-post (1.2.0)
|
38
|
+
nokogiri (1.5.10)
|
39
|
+
oauth2 (0.9.2)
|
40
|
+
faraday (~> 0.8)
|
41
|
+
httpauth (~> 0.2)
|
42
|
+
jwt (~> 0.1.4)
|
43
|
+
multi_json (~> 1.0)
|
44
|
+
multi_xml (~> 0.5)
|
45
|
+
rack (~> 1.2)
|
46
|
+
rack (1.5.2)
|
47
|
+
rake (10.1.0)
|
48
|
+
rdoc (3.12.2)
|
49
|
+
json (~> 1.4)
|
50
|
+
|
51
|
+
PLATFORMS
|
52
|
+
ruby
|
53
|
+
|
54
|
+
DEPENDENCIES
|
55
|
+
bundler (~> 1.0)
|
56
|
+
faker (~> 1.2.0)
|
57
|
+
jeweler (~> 1.8.7)
|
58
|
+
minitest
|
59
|
+
rdoc (~> 3.12)
|
data/LICENSE.txt
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
Copyright (c) 2013 Frederick D. Schoeneman
|
2
|
+
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
4
|
+
a copy of this software and associated documentation files (the
|
5
|
+
"Software"), to deal in the Software without restriction, including
|
6
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
7
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
8
|
+
permit persons to whom the Software is furnished to do so, subject to
|
9
|
+
the following conditions:
|
10
|
+
|
11
|
+
The above copyright notice and this permission notice shall be
|
12
|
+
included in all copies or substantial portions of the Software.
|
13
|
+
|
14
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
15
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
16
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
17
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
18
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
19
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
20
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/README.rdoc
ADDED
@@ -0,0 +1,19 @@
|
|
1
|
+
= faker-bloocher
|
2
|
+
|
3
|
+
Description goes here.
|
4
|
+
|
5
|
+
== Contributing to faker-bloocher
|
6
|
+
|
7
|
+
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
|
8
|
+
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
|
9
|
+
* Fork the project.
|
10
|
+
* Start a feature/bugfix branch.
|
11
|
+
* Commit and push until you are happy with your contribution.
|
12
|
+
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
|
13
|
+
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
|
14
|
+
|
15
|
+
== Copyright
|
16
|
+
|
17
|
+
Copyright (c) 2013 Frederick D. Schoeneman. See LICENSE.txt for
|
18
|
+
further details.
|
19
|
+
|
data/Rakefile
ADDED
@@ -0,0 +1,45 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
|
3
|
+
require 'rubygems'
|
4
|
+
require 'bundler'
|
5
|
+
begin
|
6
|
+
Bundler.setup(:default, :development)
|
7
|
+
rescue Bundler::BundlerError => e
|
8
|
+
$stderr.puts e.message
|
9
|
+
$stderr.puts "Run `bundle install` to install missing gems"
|
10
|
+
exit e.status_code
|
11
|
+
end
|
12
|
+
require 'rake'
|
13
|
+
|
14
|
+
require 'jeweler'
|
15
|
+
Jeweler::Tasks.new do |gem|
|
16
|
+
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
17
|
+
gem.name = "faker-bloocher"
|
18
|
+
gem.homepage = "http://github.com/fdschoeneman/faker-bloocher"
|
19
|
+
gem.license = "MIT"
|
20
|
+
gem.summary = %Q{To blooch is to bullshit. Join the harpin' tidrick}
|
21
|
+
gem.description = %Q{Boontling is a jargon spoken only in Boonville in Northern California provide. To "blooch" means to bullshit, and faker-bloocher is designed to help developers write bullshit text instead of lorem ipsum.}
|
22
|
+
gem.email = "fred.schoeneman@gmail.com"
|
23
|
+
gem.authors = ["Frederick D. Schoeneman"]
|
24
|
+
# dependencies defined in Gemfile
|
25
|
+
end
|
26
|
+
Jeweler::RubygemsDotOrgTasks.new
|
27
|
+
|
28
|
+
require 'rake/testtask'
|
29
|
+
Rake::TestTask.new(:test) do |test|
|
30
|
+
test.libs << 'lib' << 'test'
|
31
|
+
test.pattern = 'test/**/test_*.rb'
|
32
|
+
test.verbose = true
|
33
|
+
end
|
34
|
+
|
35
|
+
task :default => :test
|
36
|
+
|
37
|
+
require 'rdoc/task'
|
38
|
+
Rake::RDocTask.new do |rdoc|
|
39
|
+
version = File.exist?('VERSION') ? File.read('VERSION') : ""
|
40
|
+
|
41
|
+
rdoc.rdoc_dir = 'rdoc'
|
42
|
+
rdoc.title = "faker-boontling #{version}"
|
43
|
+
rdoc.rdoc_files.include('README*')
|
44
|
+
rdoc.rdoc_files.include('lib/**/*.rb')
|
45
|
+
end
|
data/VERSION
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
0.1.0
|
@@ -0,0 +1,67 @@
|
|
1
|
+
# Generated by jeweler
|
2
|
+
# DO NOT EDIT THIS FILE DIRECTLY
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
|
+
# -*- encoding: utf-8 -*-
|
5
|
+
|
6
|
+
Gem::Specification.new do |s|
|
7
|
+
s.name = "faker-bloocher"
|
8
|
+
s.version = "0.1.0"
|
9
|
+
|
10
|
+
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
|
+
s.authors = ["Frederick D. Schoeneman"]
|
12
|
+
s.date = "2013-10-15"
|
13
|
+
s.description = "Boontling is a jargon spoken only in Boonville in Northern California provide. To \"blooch\" means to bullshit, and faker-bloocher is designed to help developers write bullshit text instead of lorem ipsum."
|
14
|
+
s.email = "fred.schoeneman@gmail.com"
|
15
|
+
s.extra_rdoc_files = [
|
16
|
+
"LICENSE.txt",
|
17
|
+
"README.rdoc"
|
18
|
+
]
|
19
|
+
s.files = [
|
20
|
+
".document",
|
21
|
+
".ruby-gemset",
|
22
|
+
".ruby-version",
|
23
|
+
"Gemfile",
|
24
|
+
"Gemfile.lock",
|
25
|
+
"LICENSE.txt",
|
26
|
+
"README.rdoc",
|
27
|
+
"Rakefile",
|
28
|
+
"VERSION",
|
29
|
+
"faker-bloocher.gemspec",
|
30
|
+
"faker_review.rb",
|
31
|
+
"lib/boonville_wineries.rb",
|
32
|
+
"lib/faker/bloocher.rb",
|
33
|
+
"lib/faker_review.rb",
|
34
|
+
"test/helper.rb",
|
35
|
+
"test/test_faker-bloocher.rb"
|
36
|
+
]
|
37
|
+
s.homepage = "http://github.com/fdschoeneman/faker-bloocher"
|
38
|
+
s.licenses = ["MIT"]
|
39
|
+
s.require_paths = ["lib"]
|
40
|
+
s.rubygems_version = "2.0.3"
|
41
|
+
s.summary = "To blooch is to bullshit. Join the harpin' tidrick"
|
42
|
+
|
43
|
+
if s.respond_to? :specification_version then
|
44
|
+
s.specification_version = 4
|
45
|
+
|
46
|
+
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
47
|
+
s.add_development_dependency(%q<faker>, ["~> 1.2.0"])
|
48
|
+
s.add_development_dependency(%q<minitest>, [">= 0"])
|
49
|
+
s.add_development_dependency(%q<rdoc>, ["~> 3.12"])
|
50
|
+
s.add_development_dependency(%q<bundler>, ["~> 1.0"])
|
51
|
+
s.add_development_dependency(%q<jeweler>, ["~> 1.8.7"])
|
52
|
+
else
|
53
|
+
s.add_dependency(%q<faker>, ["~> 1.2.0"])
|
54
|
+
s.add_dependency(%q<minitest>, [">= 0"])
|
55
|
+
s.add_dependency(%q<rdoc>, ["~> 3.12"])
|
56
|
+
s.add_dependency(%q<bundler>, ["~> 1.0"])
|
57
|
+
s.add_dependency(%q<jeweler>, ["~> 1.8.7"])
|
58
|
+
end
|
59
|
+
else
|
60
|
+
s.add_dependency(%q<faker>, ["~> 1.2.0"])
|
61
|
+
s.add_dependency(%q<minitest>, [">= 0"])
|
62
|
+
s.add_dependency(%q<rdoc>, ["~> 3.12"])
|
63
|
+
s.add_dependency(%q<bundler>, ["~> 1.0"])
|
64
|
+
s.add_dependency(%q<jeweler>, ["~> 1.8.7"])
|
65
|
+
end
|
66
|
+
end
|
67
|
+
|
data/faker_review.rb
ADDED
@@ -0,0 +1,211 @@
|
|
1
|
+
module Faker
|
2
|
+
|
3
|
+
class Bloocher
|
4
|
+
|
5
|
+
class << self
|
6
|
+
|
7
|
+
def review
|
8
|
+
first = intro + " " + intmodifier + " " + adjective + " " + varietal + ". "
|
9
|
+
second = adverb + " " + flavor + ", " + adjective + " " + flavor + ", " + strength + " " + flavor
|
10
|
+
third = ". Drink now through " + end_date + "."
|
11
|
+
first + second + third
|
12
|
+
end
|
13
|
+
|
14
|
+
def intro
|
15
|
+
[
|
16
|
+
"Remarkable","Francophonic","Juicy","Desperate","Serviceable","Generous","Glassy",
|
17
|
+
"Blunt","Sturdy","Elegant","Lean","Spare","Simple","Self-righteous",
|
18
|
+
"Chewy","Powerful","Soft","Ripe in flavor","Ready to drink","Well focused",
|
19
|
+
"Medium-weight","Heavy-weight", "Light-weight","Austere",
|
20
|
+
"Light, simple","Modest","Markedly improved",
|
21
|
+
"Nearly matured","Almost matured","Somewhat matured","Overaged",
|
22
|
+
"Finely balanced","A firm, full textured",
|
23
|
+
"Fully refined","Unnatural","Historic","Classic","Crisp",
|
24
|
+
"Neo-classic","Modern","Overdone",
|
25
|
+
"Meaty","Unrefined","Direct","Deep and smokey",
|
26
|
+
"Dark and mysterious","Good","Evil","Impressive","Unimpressive",
|
27
|
+
"Big and strong","Wicked","Raw","Wimpy","Overdressed","Sweet","Rude",
|
28
|
+
"Creepy","Open-ended","Rounded","Corpulent","Overbearing","Twisted","Clean",
|
29
|
+
"Fun","Intense","Egocentric","Intelligently done","Unstinting","Flourished"
|
30
|
+
].sample
|
31
|
+
end
|
32
|
+
|
33
|
+
def intmodifier
|
34
|
+
[
|
35
|
+
"but","and","almost","but equally","nearly","at the same time",
|
36
|
+
"yet paradoxically","nevertheless","yet oxymoronically","but inevitably"
|
37
|
+
].sample
|
38
|
+
end
|
39
|
+
|
40
|
+
def wine_types
|
41
|
+
[
|
42
|
+
"white",
|
43
|
+
"red",
|
44
|
+
"Port",
|
45
|
+
"Dessert wine",
|
46
|
+
"Sauterne"
|
47
|
+
"Sticky",
|
48
|
+
].sample
|
49
|
+
end
|
50
|
+
|
51
|
+
def adjective
|
52
|
+
[
|
53
|
+
"sassy","desperate","romantic","sad","hopeless","intense","focused",
|
54
|
+
"meandering","melancholy","putrid","yellowed","degraded","acidic monster",
|
55
|
+
"graceful","open-ended","freakishly evil","plump","spiney", "brackish","ripe",
|
56
|
+
"closed","supple","broad-shouldered","big and plump","attractive",
|
57
|
+
"complex and stunning","sturdy","elegant","structured","hedonistic",
|
58
|
+
"aggressive","limp","lacking in character","morally superior","over-ripe",
|
59
|
+
"middle-aged","unripe","overdone","sweet","smoked","lackluster","hoppy",
|
60
|
+
"acidic","turgid","understated","fleshy","extra-ripe","zelous",
|
61
|
+
"underdone","oaky","over-oaked","american-oaked","french-oaked","musty",
|
62
|
+
"soggy","fat","wicked","whimsical","oily","astounding","corpulent",
|
63
|
+
"cotton","boggling","unripe","overcooked","sugary","over-the-top"
|
64
|
+
].sample
|
65
|
+
end
|
66
|
+
|
67
|
+
def adverb
|
68
|
+
[
|
69
|
+
"Contains","Shows","Detectable","Hints of","Forces","A mouthfull of",
|
70
|
+
"Strong","Spews","Resembles","Aromas of","Whispers of","Drops",
|
71
|
+
"Essenses of","Kicks you with","Throws out","Hits you with","Displays",
|
72
|
+
"Opens with","Reminecent of","Attacks with","Begins with","Starts with",
|
73
|
+
"Forcefully bites you with","Reminds one of","Evokes"
|
74
|
+
].sample
|
75
|
+
end
|
76
|
+
|
77
|
+
def flavor
|
78
|
+
[
|
79
|
+
"roast pork",
|
80
|
+
"apple",
|
81
|
+
"pear",
|
82
|
+
"peach-pit",
|
83
|
+
"anise",
|
84
|
+
"leather",
|
85
|
+
"used beer",
|
86
|
+
"blackberry",
|
87
|
+
"black-cherry",
|
88
|
+
"lemon",
|
89
|
+
"citrus",
|
90
|
+
"citron",
|
91
|
+
"toasty oak",
|
92
|
+
"cardboard",
|
93
|
+
"salted beef",
|
94
|
+
"beef",
|
95
|
+
"rosemary lamb",
|
96
|
+
"cafeteria fish sticks",
|
97
|
+
"gatorade but not in a bad way",
|
98
|
+
"prison oatmeal",
|
99
|
+
"guvmint cheese",
|
100
|
+
"ginger","tobacco",
|
101
|
+
"cigar box",
|
102
|
+
"fruit punch",
|
103
|
+
"acid",
|
104
|
+
"blueberry",
|
105
|
+
"mint",
|
106
|
+
"spice",
|
107
|
+
"currant",
|
108
|
+
"cedar",
|
109
|
+
"loganberry",
|
110
|
+
"coffee",
|
111
|
+
"herbs",
|
112
|
+
"dirt",
|
113
|
+
"cassis",
|
114
|
+
"earth",
|
115
|
+
"lime",
|
116
|
+
"raspberry",
|
117
|
+
"plum",
|
118
|
+
"toast",
|
119
|
+
"rye",
|
120
|
+
"tea notes",
|
121
|
+
"green tea",
|
122
|
+
"sun-dried tomato",
|
123
|
+
"caramel",
|
124
|
+
"dried berry",
|
125
|
+
"vanilla",
|
126
|
+
"bing-cherry",
|
127
|
+
"herbs",
|
128
|
+
"juniper",
|
129
|
+
"sage",
|
130
|
+
"wild berry",
|
131
|
+
"orange peel",
|
132
|
+
"lemon rind",
|
133
|
+
"banana",
|
134
|
+
"mocha",
|
135
|
+
"smoked bacon",
|
136
|
+
"clay",
|
137
|
+
"thyme",
|
138
|
+
"pepper",
|
139
|
+
"salt",
|
140
|
+
"buttered scones",
|
141
|
+
"onion",
|
142
|
+
"shallot",
|
143
|
+
"fois gras",
|
144
|
+
"kalamata olive",
|
145
|
+
"celery",
|
146
|
+
"fig",
|
147
|
+
"bacon-wrapped fig",
|
148
|
+
"pineapple",
|
149
|
+
"salad",
|
150
|
+
"taint",
|
151
|
+
"boot-leather",
|
152
|
+
"victory",
|
153
|
+
"napalm",
|
154
|
+
"bug spray",
|
155
|
+
"tomato",
|
156
|
+
"papaya",
|
157
|
+
"mango",
|
158
|
+
"chutney",
|
159
|
+
"mint julip",
|
160
|
+
"bourbon",
|
161
|
+
"marmalade",
|
162
|
+
"strawberry jam",
|
163
|
+
"barley",
|
164
|
+
"carrot",
|
165
|
+
"roasted vegetables",
|
166
|
+
"roasted meat",
|
167
|
+
"prune",
|
168
|
+
"prune juice",
|
169
|
+
"stewed prune",
|
170
|
+
"raisin",
|
171
|
+
"seedless watermelon",
|
172
|
+
"tangerine",
|
173
|
+
"peach",
|
174
|
+
"nectarine",
|
175
|
+
"honey",
|
176
|
+
"garlic",
|
177
|
+
"melon",
|
178
|
+
"cocoa",
|
179
|
+
"maple syrup",
|
180
|
+
"spruce",
|
181
|
+
"sweat",
|
182
|
+
"dog-breath",
|
183
|
+
"cat breath",
|
184
|
+
"carburetor cleaner",
|
185
|
+
"WD-40",
|
186
|
+
"10w-30 Motor oil",
|
187
|
+
"lollipop",
|
188
|
+
"new car smell",
|
189
|
+
"talcum"
|
190
|
+
].sample
|
191
|
+
end
|
192
|
+
|
193
|
+
def strength
|
194
|
+
[
|
195
|
+
"lingering","forward","strong","weak","bashful","corpulent","insipid","banal",
|
196
|
+
"light","aggressive","hopeful","semi-weak","traces of","forceful",
|
197
|
+
"total absence of","perceptable","dainty","strong-willed","atomic traces of",
|
198
|
+
"scant","a modicum of"
|
199
|
+
].sample
|
200
|
+
end
|
201
|
+
|
202
|
+
def end_date
|
203
|
+
[
|
204
|
+
"2014","2015","2016","2017","2018","2019","2020","2021","2022",
|
205
|
+
"eternity","never","April","May","June","graduation",
|
206
|
+
"Christmas","Tuesday","Friday"
|
207
|
+
].sample
|
208
|
+
end
|
209
|
+
end
|
210
|
+
end
|
211
|
+
end
|
@@ -0,0 +1,355 @@
|
|
1
|
+
module Faker
|
2
|
+
|
3
|
+
class Bloocher
|
4
|
+
|
5
|
+
class << self
|
6
|
+
|
7
|
+
def producers
|
8
|
+
[
|
9
|
+
"Ferrari-Carano",
|
10
|
+
"Kendall Jackson",
|
11
|
+
"Duckhorn",
|
12
|
+
"Lede Wines"
|
13
|
+
].sample
|
14
|
+
end
|
15
|
+
|
16
|
+
def vineyards
|
17
|
+
[
|
18
|
+
"Angel Camp Vineyards",
|
19
|
+
"Balo Vineyards",
|
20
|
+
"Champ de Reves Vineyards",
|
21
|
+
"Elke Vineyards",
|
22
|
+
"Esterlina Vineyards",
|
23
|
+
"Expression Vineyards",
|
24
|
+
"Greenwood Ridge Vineyards",
|
25
|
+
"Husch Vineyards",
|
26
|
+
"Maggy Hawk Vineyard",
|
27
|
+
"Philo Ridge Vineyards",
|
28
|
+
"Lazy Creek Vineyards",
|
29
|
+
"Londer Vineyards",
|
30
|
+
"Toulouse Vineyards"
|
31
|
+
].sample
|
32
|
+
end
|
33
|
+
|
34
|
+
def wineries
|
35
|
+
[
|
36
|
+
"Baxter Winery",
|
37
|
+
"Bink Wines",
|
38
|
+
"Black Kite Cellars",
|
39
|
+
"Breggo Cellars",
|
40
|
+
"Brutocao Cellars",
|
41
|
+
"Claudia Springs Winery",
|
42
|
+
"Copain Wines",
|
43
|
+
"Couloir Wines",
|
44
|
+
"Drew Family Cellars",
|
45
|
+
"Edmeades Winery",
|
46
|
+
"Foursight Wines, Inc.",
|
47
|
+
"Frati Horn Wines",
|
48
|
+
"Fulcrum Wines",
|
49
|
+
"Goldeneye Winery",
|
50
|
+
"Handley Cellars",
|
51
|
+
"Harmonique - Conzelman Vineyards",
|
52
|
+
"Knez Winery",
|
53
|
+
"Littorai Wines",
|
54
|
+
"Lula Cellars",
|
55
|
+
"MacPhail Family Wines",
|
56
|
+
"Phillips Hill Winery",
|
57
|
+
"Navarro Vineyards",
|
58
|
+
"Roederer Estate",
|
59
|
+
"Roessler Cellars",
|
60
|
+
"Scharffenberger Cellars",
|
61
|
+
"Twomey Cellars",
|
62
|
+
"Waits-Mast Family Cellars",
|
63
|
+
"Zina Hyde Cunningham"
|
64
|
+
].sample
|
65
|
+
end
|
66
|
+
|
67
|
+
def vineyard_names
|
68
|
+
[
|
69
|
+
"Donnelly Creek vineyard",
|
70
|
+
"francis vineyard",
|
71
|
+
"Eaglehearth Vineyard",
|
72
|
+
"Ferrington Vineyard",
|
73
|
+
"Hacienda Secoya Vineyards",
|
74
|
+
"Kiser Vineyard",
|
75
|
+
"Knez Vineyard",
|
76
|
+
"Leal Vineyard",
|
77
|
+
"Nelson Hill Vineyard",
|
78
|
+
"Valley Foothills Vineyard",
|
79
|
+
"Pennyroyal Vineyards",
|
80
|
+
"Ridley Vineyard",
|
81
|
+
"Roma's Vineyard",
|
82
|
+
"Roman Vineyard",
|
83
|
+
"Romani Family Vineyard",
|
84
|
+
"Run Dog Vineyard",
|
85
|
+
"Saintsbury",
|
86
|
+
"Savoy Vineyard",
|
87
|
+
"Stewart Vineyard",
|
88
|
+
"Weir Vineyard",
|
89
|
+
"Wightman Vineyard",
|
90
|
+
"Zicherman-Roemer Vineyard"
|
91
|
+
].sample
|
92
|
+
end
|
93
|
+
|
94
|
+
def differentiators
|
95
|
+
[
|
96
|
+
"methode ancien",
|
97
|
+
"deep end",
|
98
|
+
"reserve",
|
99
|
+
"estate"
|
100
|
+
].sample
|
101
|
+
end
|
102
|
+
|
103
|
+
def appellation
|
104
|
+
[
|
105
|
+
"Arroyo Grande Valley",
|
106
|
+
"Arroyo Seco",
|
107
|
+
"Ben Lomond Mountain",
|
108
|
+
"Carmel Valley",
|
109
|
+
"Central Coast",
|
110
|
+
"Chalone",
|
111
|
+
"Cienega Valley",
|
112
|
+
"Edna Valley",
|
113
|
+
"Hames Valley",
|
114
|
+
"Happy Canyon of Santa Barbara",
|
115
|
+
"Lime Kiln Valley",
|
116
|
+
"Livermore Valley",
|
117
|
+
"Monterey",
|
118
|
+
"Mt. Harlan",
|
119
|
+
"Pacheco Pass",
|
120
|
+
"Paicines",
|
121
|
+
"Paso Robles",
|
122
|
+
"San Antonio Valley",
|
123
|
+
"San Benito",
|
124
|
+
"San Bernabe",
|
125
|
+
"San Francisco Bay",
|
126
|
+
"San Lucas",
|
127
|
+
"San Ysidro District",
|
128
|
+
"Santa Clara Valley",
|
129
|
+
"Santa Cruz Mountains",
|
130
|
+
"Santa Lucia Highlands",
|
131
|
+
"Santa Maria Valley",
|
132
|
+
"Sta. Rita Hills",
|
133
|
+
"Santa Ynez Valley",
|
134
|
+
"York Mountain"
|
135
|
+
].sample
|
136
|
+
end
|
137
|
+
|
138
|
+
def soil_types
|
139
|
+
[
|
140
|
+
"alluvial",
|
141
|
+
"basalt",
|
142
|
+
"boulbenes"
|
143
|
+
"chalk",
|
144
|
+
"clay",
|
145
|
+
"dolomite",
|
146
|
+
"keuper",
|
147
|
+
"lignite",
|
148
|
+
"loam",
|
149
|
+
"loess",
|
150
|
+
"Mica",
|
151
|
+
"muschelkalk",
|
152
|
+
"perlite",
|
153
|
+
"quartz",
|
154
|
+
"sand",
|
155
|
+
"schist",
|
156
|
+
"silt",
|
157
|
+
"shale",
|
158
|
+
"slate",
|
159
|
+
"terra rossa",
|
160
|
+
"tufa",
|
161
|
+
"ultisoil",
|
162
|
+
"volcanic",
|
163
|
+
].sample
|
164
|
+
end
|
165
|
+
|
166
|
+
def topo_aspects
|
167
|
+
[
|
168
|
+
"north",
|
169
|
+
"north-northwest",
|
170
|
+
"south",
|
171
|
+
"south-southwest",
|
172
|
+
"west",
|
173
|
+
"east"
|
174
|
+
].sample
|
175
|
+
end
|
176
|
+
|
177
|
+
def soil_drainage_types
|
178
|
+
[
|
179
|
+
"excessively drained",
|
180
|
+
"somewhat excessively drained",
|
181
|
+
"well drained",
|
182
|
+
"moderately well drained",
|
183
|
+
"somewhat poorly drained",
|
184
|
+
"poorly drained"
|
185
|
+
].sample
|
186
|
+
end
|
187
|
+
|
188
|
+
def rootstock
|
189
|
+
%w[
|
190
|
+
"3309c",
|
191
|
+
Gravesac",
|
192
|
+
5c",
|
193
|
+
borner",
|
194
|
+
SO4",
|
195
|
+
Binova",
|
196
|
+
125AA",
|
197
|
+
5BB",
|
198
|
+
34EM",
|
199
|
+
420A",
|
200
|
+
161-49",
|
201
|
+
333EM",
|
202
|
+
Fercal",
|
203
|
+
Riparia Gloire",
|
204
|
+
"196-17",
|
205
|
+
"101-14",
|
206
|
+
"R99",
|
207
|
+
"R110",
|
208
|
+
"1103P",
|
209
|
+
"Schwarzmann",
|
210
|
+
"Couder",
|
211
|
+
"c3309"
|
212
|
+
].sample
|
213
|
+
end
|
214
|
+
|
215
|
+
def varietals
|
216
|
+
[
|
217
|
+
"barbera",
|
218
|
+
"brunello",
|
219
|
+
"cabernet franc",
|
220
|
+
"cabernet sauvignon",
|
221
|
+
"carignan",
|
222
|
+
"carmenere",
|
223
|
+
"charbono",
|
224
|
+
"chardonnay",
|
225
|
+
"chenin blanc",
|
226
|
+
"dolcetto",
|
227
|
+
"Edelzwicker",
|
228
|
+
"Eiswein",
|
229
|
+
"fume blanc",
|
230
|
+
"gamay",
|
231
|
+
"gewurztraminer",
|
232
|
+
"grenache",
|
233
|
+
"gruner veltliner",
|
234
|
+
"malbec",
|
235
|
+
"marsanne",
|
236
|
+
"merlot",
|
237
|
+
"mourvedre",
|
238
|
+
"muscat",
|
239
|
+
"nebbiolo",
|
240
|
+
"petite sirah",
|
241
|
+
"pinot blanc",
|
242
|
+
"pinot gris",
|
243
|
+
"tokay",
|
244
|
+
"rulander",
|
245
|
+
"pinot grigio",
|
246
|
+
"pinot gris",
|
247
|
+
"pinot noir",
|
248
|
+
"primitivo",
|
249
|
+
"riesling",
|
250
|
+
"sangiovese",
|
251
|
+
"sauvignon blanc",
|
252
|
+
"semillon",
|
253
|
+
"syrah",
|
254
|
+
"shiraz",
|
255
|
+
"tempraniloo",
|
256
|
+
"trebbiano",
|
257
|
+
"viognier",
|
258
|
+
"zinfandel",
|
259
|
+
]
|
260
|
+
end
|
261
|
+
|
262
|
+
def clones
|
263
|
+
[
|
264
|
+
"pommard",
|
265
|
+
"dijon 114",
|
266
|
+
"dijon 115",
|
267
|
+
"31 Roederer Selection",
|
268
|
+
"Old Wente",
|
269
|
+
"rochioli",
|
270
|
+
"Calera",
|
271
|
+
"Clone 113",
|
272
|
+
"Calera",
|
273
|
+
"UCD4",
|
274
|
+
"2A",
|
275
|
+
]
|
276
|
+
end
|
277
|
+
|
278
|
+
def irrigation_types
|
279
|
+
|
280
|
+
%w[natural none sprinkler drip flood surface furrow]
|
281
|
+
end
|
282
|
+
|
283
|
+
def nurseries
|
284
|
+
|
285
|
+
[
|
286
|
+
"Advanced Vineyard Systems, Inc. (OR)",
|
287
|
+
"American Nursery (VA)",
|
288
|
+
"Bailey Nurseries, Inc. (MN)",
|
289
|
+
"Bottom's Nursery (GA) ",
|
290
|
+
"Brigadoon Vineyards (OR)",
|
291
|
+
"Broadacres Nursery (OR) ",
|
292
|
+
"CADE Vines (OR) ",
|
293
|
+
"Cal-Western Nurseries (CA)",
|
294
|
+
"Casa Cristal Nursery, Inc. (CA)",
|
295
|
+
"Casa Verde Grapevines (CA)",
|
296
|
+
"Cloud Mountain Farm (WA)",
|
297
|
+
"Concord Nurseries, Inc.- Foster Grapevines (NY)",
|
298
|
+
"Cornerstone Certified Vineyard (CA)",
|
299
|
+
"Dempel Grapevine Nursery (CA)",
|
300
|
+
"DNE Nursery (CA)",
|
301
|
+
"Double A Vineyards (NY)",
|
302
|
+
"Dr. Konstantin Frank Nursery (NY)",
|
303
|
+
"Duarte Nursery, Inc. (CA)",
|
304
|
+
"Duplin Nursery (NC)",
|
305
|
+
"Edible Landscaping (VA)",
|
306
|
+
"Emerald Leaf U.S., Inc. (WA)",
|
307
|
+
"Eusinus Vineyard (CA)",
|
308
|
+
"Falconer Vineyards (MN)",
|
309
|
+
"Flatwoods Fruit Farm (FLA)",
|
310
|
+
"French Camp Vineyards (CA)",
|
311
|
+
"Grafted Grapevine Nursery, LLC (NY)",
|
312
|
+
"Great River Vineyard & Nursery (MN)",
|
313
|
+
"Grey Creek Viticultural Services Inc. (CA)",
|
314
|
+
"Guillaume Grapevine Nursery, Inc. (CA)",
|
315
|
+
"Hart 2 Hart Vineyards (CA)",
|
316
|
+
"Herrick Grapevines (CA)",
|
317
|
+
"Inland Desert Nursery (WA. State) (WA)",
|
318
|
+
"Jaguar Gardens (CA)",
|
319
|
+
"KLM Ranches (CA)",
|
320
|
+
"Kloer Vineyards (CA)",
|
321
|
+
"L.E. Cooke Company (CA)",
|
322
|
+
"Lake County Grapevine Nursery (CA)",
|
323
|
+
"Lincoln Peak Vineyard LLC (VT)",
|
324
|
+
"Lon Rombough (OR)",
|
325
|
+
"Martinez Orchards, Inc. (CA)",
|
326
|
+
"Mercier California, LLC (CA)",
|
327
|
+
"Meyer Nursery & Orchards, Inc. (OR)",
|
328
|
+
"Miller Nurseries (NY)",
|
329
|
+
"Northeastern Vine Supply (VT)",
|
330
|
+
"Northwoods Nursery, Inc. (OR)",
|
331
|
+
"Novavine, Inc. (CA)",
|
332
|
+
"Pense Nursery, Inc. (AR)",
|
333
|
+
"Post Vineyards & Winery (AR)",
|
334
|
+
"Quality Nursery - WA State Certified Grape Plants (WA)",
|
335
|
+
"Richard's Grove & Saralee's Vyd. Inc. (CA)",
|
336
|
+
"Ripley County Farms, LLC (Missouri)",
|
337
|
+
"RSI Growers (Arizona)",
|
338
|
+
"Satiety Foods (CA)",
|
339
|
+
"St. Francois Vineyards & Nursery (MO)",
|
340
|
+
"Sunridge Nurseries, Inc. (CA)",
|
341
|
+
"Sutter Home Vineyards (CA)",
|
342
|
+
"Tecuya Tree & Vine (CA)",
|
343
|
+
"Turnbull Nursery, Inc. (NY)",
|
344
|
+
"Vintage Nurseries, LLC (CA)",
|
345
|
+
"Walla Walla Community College (WA)",
|
346
|
+
"Westridge Vineyards (CA)",
|
347
|
+
"Winterhaven Vineyard & Nursery (MN)",
|
348
|
+
"Witness Tree Vineyard (OR)",
|
349
|
+
"Womack's Nursery (TX)",
|
350
|
+
"Zuckerman-Heritage, Inc. (CA)"
|
351
|
+
]
|
352
|
+
end
|
353
|
+
|
354
|
+
end
|
355
|
+
|
@@ -0,0 +1 @@
|
|
1
|
+
require 'faker_review'
|
data/lib/faker_review.rb
ADDED
@@ -0,0 +1,116 @@
|
|
1
|
+
module Faker
|
2
|
+
|
3
|
+
class Bloocher
|
4
|
+
|
5
|
+
class << self
|
6
|
+
|
7
|
+
def review
|
8
|
+
first = intro + " " + intmodifier + " " + adjective + " " + varietal + ". "
|
9
|
+
second = adverb + " " + flavor + ", " + adjective + " " + flavor + ", " + strength + " " + flavor
|
10
|
+
third = ". Drink now through " + end_date + "."
|
11
|
+
first + second + third
|
12
|
+
end
|
13
|
+
|
14
|
+
def intro
|
15
|
+
[
|
16
|
+
"Remarkable","Francophonic","Juicy","Desperate","Serviceable","Generous","Glassy",
|
17
|
+
"Blunt","Sturdy","Elegant","Lean","Spare","Simple","Self-righteous",
|
18
|
+
"Chewy","Powerful","Soft","Ripe in flavor","Ready to drink","Well focused",
|
19
|
+
"Medium-weight","Heavy-weight", "Light-weight","Austere",
|
20
|
+
"Light, simple","Modest","Markedly improved",
|
21
|
+
"Nearly matured","Almost matured","Somewhat matured","Overaged",
|
22
|
+
"Finely balanced","A firm, full textured",
|
23
|
+
"Fully refined","Unnatural","Historic","Classic","Crisp",
|
24
|
+
"Neo-classic","Modern","Overdone",
|
25
|
+
"Meaty","Unrefined","Direct","Deep and smokey",
|
26
|
+
"Dark and mysterious","Good","Evil","Impressive","Unimpressive",
|
27
|
+
"Big and strong","Wicked","Raw","Wimpy","Overdressed","Sweet","Rude",
|
28
|
+
"Creepy","Open-ended","Rounded","Corpulent","Overbearing","Twisted","Clean",
|
29
|
+
"Fun","Intense","Egocentric","Intelligently done","Unstinting","Flourished"
|
30
|
+
].sample
|
31
|
+
end
|
32
|
+
|
33
|
+
def intmodifier
|
34
|
+
[
|
35
|
+
"but","and","almost","but equally","nearly","at the same time",
|
36
|
+
"yet paradoxically","nevertheless","yet oxymoronically","but inevitably"
|
37
|
+
].sample
|
38
|
+
end
|
39
|
+
|
40
|
+
def varietal
|
41
|
+
[
|
42
|
+
"white","Barbera","Cabernet Franc","Cabernet","Gamay","Merlot","Syrah",
|
43
|
+
"Pinot Noir","Zinfandel","Chardonnay","Chenin Blanc",
|
44
|
+
"Gewurztraminer","Marsanne","Pinot Gris","Viognier","Sauvingnon Blanc",
|
45
|
+
"Semillon","Port","Dessert wine","Edelzwicker","Eiswein","Sticky","Sauterne"
|
46
|
+
].sample
|
47
|
+
end
|
48
|
+
|
49
|
+
def adjective
|
50
|
+
[
|
51
|
+
"sassy","desperate","romantic","sad","hopeless","intense","focused",
|
52
|
+
"meandering","melancholy","putrid","yellowed","degraded","acidic monster",
|
53
|
+
"graceful","open-ended","freakishly evil","plump","spiney", "brackish","ripe",
|
54
|
+
"closed","supple","broad-shouldered","big and plump","attractive",
|
55
|
+
"complex and stunning","sturdy","elegant","structured","hedonistic",
|
56
|
+
"aggressive","limp","lacking in character","morally superior","over-ripe",
|
57
|
+
"middle-aged","unripe","overdone","sweet","smoked","lackluster","hoppy",
|
58
|
+
"acidic","turgid","understated","fleshy","extra-ripe","zelous",
|
59
|
+
"underdone","oaky","over-oaked","american-oaked","french-oaked","musty",
|
60
|
+
"soggy","fat","wicked","whimsical","oily","astounding","corpulent",
|
61
|
+
"cotton","boggling","unripe","overcooked","sugary","over-the-top"
|
62
|
+
].sample
|
63
|
+
end
|
64
|
+
|
65
|
+
def adverb
|
66
|
+
[
|
67
|
+
"Contains","Shows","Detectable","Hints of","Forces","A mouthfull of",
|
68
|
+
"Strong","Spews","Resembles","Aromas of","Whispers of","Drops",
|
69
|
+
"Essenses of","Kicks you with","Throws out","Hits you with","Displays",
|
70
|
+
"Opens with","Reminecent of","Attacks with","Begins with","Starts with",
|
71
|
+
"Forcefully bites you with","Reminds one of","Evokes"
|
72
|
+
].sample
|
73
|
+
end
|
74
|
+
|
75
|
+
def flavor
|
76
|
+
[
|
77
|
+
"roast pork","apple","pear","peach-pit","anise","leather","used beer",
|
78
|
+
"blackberry","black-cherry","lemon","citrus","citron","toasty oak",
|
79
|
+
"cardboard","salted beef","beef","rosemary lamb","cafeteria fish sticks",
|
80
|
+
"gatorade but not in a bad way","prison oatmeal","guvmint cheese",
|
81
|
+
"ginger","tobacco","cigar box","fruit punch","acid","blueberry","mint",
|
82
|
+
"spice","currant","cedar","loganberry","coffee","herbs","dirt","cassis",
|
83
|
+
"earth","lime","raspberry","plum","toast","rye","tea notes","green tea",
|
84
|
+
"sun-dried tomato","caramel","dried berry","vanilla","bing-cherry","herbs",
|
85
|
+
"juniper","sage","wild berry","orange peel","lemon rind","banana","mocha",
|
86
|
+
"smoked bacon","clay","thyme","pepper","salt","buttered scones","onion",
|
87
|
+
"shallot","fois gras","kalamata olive","celery","fig","bacon-wrapped fig",
|
88
|
+
"pineapple","salad","taint","boot-leather","victory","napalm","bug spray",
|
89
|
+
"tomato","papaya","mango","chutney","mint julip","bourbon","marmalade",
|
90
|
+
"strawberry jam","barley","carrot","roasted vegetables","roasted meat",
|
91
|
+
"prune","prune juice","stewed prune","raisin","seedless watermelon",
|
92
|
+
"tangerine","peach","nectarine","honey","garlic","melon","cocoa",
|
93
|
+
"maple syrup","spruce","sweat","dog-breath","cat breath","carburetor cleaner",
|
94
|
+
"WD-40", "10w-30 Motor oil","lollipop","new car smell","talcum"
|
95
|
+
].sample
|
96
|
+
end
|
97
|
+
|
98
|
+
def strength
|
99
|
+
[
|
100
|
+
"lingering","forward","strong","weak","bashful","corpulent","insipid","banal",
|
101
|
+
"light","aggressive","hopeful","semi-weak","traces of","forceful",
|
102
|
+
"total absence of","perceptable","dainty","strong-willed","atomic traces of",
|
103
|
+
"scant","a modicum of"
|
104
|
+
].sample
|
105
|
+
end
|
106
|
+
|
107
|
+
def end_date
|
108
|
+
[
|
109
|
+
"2014","2015","2016","2017","2018","2019","2020","2021","2022",
|
110
|
+
"eternity","never","April","May","June","graduation",
|
111
|
+
"Christmas","Tuesday","Friday"
|
112
|
+
].sample
|
113
|
+
end
|
114
|
+
end
|
115
|
+
end
|
116
|
+
end
|
data/test/helper.rb
ADDED
@@ -0,0 +1,19 @@
|
|
1
|
+
require 'rubygems'
|
2
|
+
require 'bundler'
|
3
|
+
begin
|
4
|
+
Bundler.setup(:default, :development)
|
5
|
+
rescue Bundler::BundlerError => e
|
6
|
+
$stderr.puts e.message
|
7
|
+
$stderr.puts "Run `bundle install` to install missing gems"
|
8
|
+
exit e.status_code
|
9
|
+
end
|
10
|
+
require 'minitest/unit'
|
11
|
+
|
12
|
+
$LOAD_PATH.unshift(File.dirname(__FILE__))
|
13
|
+
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
|
14
|
+
require 'faker-bloocher'
|
15
|
+
|
16
|
+
class MiniTest::Unit::TestCase
|
17
|
+
end
|
18
|
+
|
19
|
+
MiniTest::Unit.autorun
|
metadata
ADDED
@@ -0,0 +1,133 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: faker-bloocher
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Frederick D. Schoeneman
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2013-10-15 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: faker
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ~>
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 1.2.0
|
20
|
+
type: :development
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ~>
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 1.2.0
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: minitest
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - '>='
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0'
|
34
|
+
type: :development
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - '>='
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '0'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: rdoc
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - ~>
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '3.12'
|
48
|
+
type: :development
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - ~>
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '3.12'
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: bundler
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - ~>
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '1.0'
|
62
|
+
type: :development
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - ~>
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '1.0'
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: jeweler
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - ~>
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: 1.8.7
|
76
|
+
type: :development
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - ~>
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: 1.8.7
|
83
|
+
description: Boontling is a jargon spoken only in Boonville in Northern California
|
84
|
+
provide. To "blooch" means to bullshit, and faker-bloocher is designed to help
|
85
|
+
developers write bullshit text instead of lorem ipsum.
|
86
|
+
email: fred.schoeneman@gmail.com
|
87
|
+
executables: []
|
88
|
+
extensions: []
|
89
|
+
extra_rdoc_files:
|
90
|
+
- LICENSE.txt
|
91
|
+
- README.rdoc
|
92
|
+
files:
|
93
|
+
- .document
|
94
|
+
- .ruby-gemset
|
95
|
+
- .ruby-version
|
96
|
+
- Gemfile
|
97
|
+
- Gemfile.lock
|
98
|
+
- LICENSE.txt
|
99
|
+
- README.rdoc
|
100
|
+
- Rakefile
|
101
|
+
- VERSION
|
102
|
+
- faker-bloocher.gemspec
|
103
|
+
- faker_review.rb
|
104
|
+
- lib/boonville_wineries.rb
|
105
|
+
- lib/faker/bloocher.rb
|
106
|
+
- lib/faker_review.rb
|
107
|
+
- test/helper.rb
|
108
|
+
- test/test_faker-bloocher.rb
|
109
|
+
homepage: http://github.com/fdschoeneman/faker-bloocher
|
110
|
+
licenses:
|
111
|
+
- MIT
|
112
|
+
metadata: {}
|
113
|
+
post_install_message:
|
114
|
+
rdoc_options: []
|
115
|
+
require_paths:
|
116
|
+
- lib
|
117
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
118
|
+
requirements:
|
119
|
+
- - '>='
|
120
|
+
- !ruby/object:Gem::Version
|
121
|
+
version: '0'
|
122
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
123
|
+
requirements:
|
124
|
+
- - '>='
|
125
|
+
- !ruby/object:Gem::Version
|
126
|
+
version: '0'
|
127
|
+
requirements: []
|
128
|
+
rubyforge_project:
|
129
|
+
rubygems_version: 2.0.3
|
130
|
+
signing_key:
|
131
|
+
specification_version: 4
|
132
|
+
summary: To blooch is to bullshit. Join the harpin' tidrick
|
133
|
+
test_files: []
|