faker-stoked 0.2.1 → 0.2.2
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.
- checksums.yaml +4 -4
- data/README.rdoc +35 -14
- data/VERSION +1 -1
- data/faker-stoked.gemspec +2 -2
- data/lib/faker_bro_bio.rb +2 -2
- data/lib/faker_bro_words.rb +26 -26
- data/lib/stoke_bot.rb +21 -21
- data/test/test_faker-stokebot.rb +0 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f60ec9358b653a7d22931aaab2c113fb56ba4796
|
4
|
+
data.tar.gz: 3e3b2545d663de4821719740f8f4843f93e4afcb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2de297351a9520a95c9770ba9cb0c4021f8300cca44bc154e918225b023232538a625678acc325bb915f4aafb4a18fe65483226c0152944561c3dd16e8a23038
|
7
|
+
data.tar.gz: dd71cdc2e33dda1ad906629b08c8dc0b906eee1b62e84d498562cf3e71e35de5efc101f20f249f56e0ffa9cc39b11ad37ba519af21a38155692c85f052cc7ee0
|
data/README.rdoc
CHANGED
@@ -5,23 +5,44 @@ This is an extension of the faker gem, allowing stoked bros and brodies to effor
|
|
5
5
|
== Installation
|
6
6
|
|
7
7
|
with Bundler, add faker and the faker-stoked gems to your Gemfile:
|
8
|
-
|
9
|
-
|
10
|
-
> gem 'faker-stoked'
|
8
|
+
gem 'faker'
|
9
|
+
gem 'faker-stoked'
|
11
10
|
|
12
11
|
== Usage
|
13
12
|
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
13
|
+
Faker::Stoked.celebroty
|
14
|
+
=> "don quibrote"
|
15
|
+
|
16
|
+
Faker::Stoked.bio
|
17
|
+
=> "Bodacious but inevitably rad snowboarder. Loves Miley Cyrus, radical
|
18
|
+
defying death, endurance."
|
19
|
+
|
20
|
+
Faker::Stoked.food
|
21
|
+
=> "broast chicken breast"
|
22
|
+
|
23
|
+
> Faker::Stoked.job
|
24
|
+
=> "brogrammer"
|
25
|
+
|
26
|
+
And in homage to chomskybot, we have StokeBot:
|
27
|
+
|
28
|
+
> Faker::StokeBot.sentences(5)
|
29
|
+
=> "For any radicalization which is sufficiently awesome in pursuit of any
|
30
|
+
level of stoke, a subset of stoked concepts interesting on pitted, yet
|
31
|
+
non-determinate grounds cannot be non-pitted in the requirement that
|
32
|
+
stoke-branching is not tolerated within the dominance stoke-scope of a
|
33
|
+
complex bro-symbol. By combining stoke and certain reformulations of the
|
34
|
+
dominant extreme paradigm, the appearance of non-stoked gaps in domains
|
35
|
+
relatively immune to ordinary pitted radicalization can be defined in
|
36
|
+
such a way as to impose the strong generative capacity of the stoke-theory.
|
37
|
+
From the non-racical point of view the fundamental error of regarding bros
|
38
|
+
and/or brodies as less than intellectual is to be regarded as the
|
39
|
+
traditional practice of stoked bros. In the discussion of stoked endeavors
|
40
|
+
following (81), most of the methodological fearlessness rampant in modern
|
41
|
+
stokeology is, apparently, brotesquley cerebralized by the ultimate
|
42
|
+
standard that determines the brohemian level of any proposed
|
43
|
+
radicalization. Presumably, the athlete/groupie constructed intuition
|
44
|
+
or bro-sense is rather bronificent relative to problems of athletic and
|
45
|
+
free-spirited analysis."
|
25
46
|
|
26
47
|
== Contributing to faker-stoked
|
27
48
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.2
|
data/faker-stoked.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "faker-stoked"
|
8
|
-
s.version = "0.2.
|
8
|
+
s.version = "0.2.2"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Frederick D. Schoeneman"]
|
12
|
-
s.date = "2013-11-
|
12
|
+
s.date = "2013-11-17"
|
13
13
|
s.description = "This is an extension of the faker gem, allowing stoked bros and brodies to effortlessly generate stoked bios, that are both radical and awesome while simultaneously pitted. It also provides a rich, creamy variety of methods to generate bro words."
|
14
14
|
s.email = "fred.schoeneman@gmail.com"
|
15
15
|
s.extra_rdoc_files = [
|
data/lib/faker_bro_bio.rb
CHANGED
@@ -7,8 +7,8 @@ module Faker
|
|
7
7
|
# a stoked bro might might need to write a stoked user profile
|
8
8
|
#
|
9
9
|
# Faker::Stoked.bio
|
10
|
-
#
|
11
|
-
#
|
10
|
+
# "Brotastic but stokealicious skeleton rider. Love shredding sick pow,
|
11
|
+
# brodacious raising money for breast cancer, Gordon Lightfoot.
|
12
12
|
def bio
|
13
13
|
first = adjective.capitalize + " " + intmodifier + " " + adjective + " " + sport + ". "
|
14
14
|
second = opener.capitalize + " " + interest + ", " + adjective + " " + interest + ", " + band + "."
|
data/lib/faker_bro_words.rb
CHANGED
@@ -55,10 +55,10 @@ module Faker
|
|
55
55
|
end
|
56
56
|
|
57
57
|
# Faker::Stoked.fullname
|
58
|
-
#
|
59
|
-
#
|
60
|
-
#
|
61
|
-
#
|
58
|
+
# "Broderick Broeneman"
|
59
|
+
# "Jeremonious Collyerunk"
|
60
|
+
# "Jessicka Hamilton"
|
61
|
+
# "Devonian Brocreature"
|
62
62
|
def fullname
|
63
63
|
fullnames.sample
|
64
64
|
end
|
@@ -72,7 +72,7 @@ module Faker
|
|
72
72
|
end
|
73
73
|
|
74
74
|
# Faker::Stoked.firstname
|
75
|
-
#
|
75
|
+
# "Bronathan"
|
76
76
|
def firstname
|
77
77
|
firstnames.sample
|
78
78
|
end
|
@@ -94,10 +94,10 @@ module Faker
|
|
94
94
|
end
|
95
95
|
|
96
96
|
# Faker::Stoked.lastname
|
97
|
-
#
|
98
|
-
#
|
99
|
-
#
|
100
|
-
#
|
97
|
+
# "Broeneman"
|
98
|
+
# "Collyerunk"
|
99
|
+
# "Hamilton"
|
100
|
+
# "McStallion"
|
101
101
|
def lastname
|
102
102
|
lastnames.sample
|
103
103
|
end
|
@@ -144,10 +144,10 @@ module Faker
|
|
144
144
|
end
|
145
145
|
|
146
146
|
# Faker::Stoked.celebroty
|
147
|
-
#
|
148
|
-
#
|
149
|
-
#
|
150
|
-
#
|
147
|
+
# "don quibrote
|
148
|
+
# "Bronan the barbarian"
|
149
|
+
# "brodo the hobbit bro"
|
150
|
+
# "Broba Fett"
|
151
151
|
|
152
152
|
def celebroty
|
153
153
|
celebroties.sample
|
@@ -175,7 +175,7 @@ module Faker
|
|
175
175
|
# Somewhere a stoked bro might call home
|
176
176
|
#
|
177
177
|
# Faker::Stoked.place
|
178
|
-
#
|
178
|
+
# "stokoslavia"
|
179
179
|
def place
|
180
180
|
places.sample
|
181
181
|
end
|
@@ -215,9 +215,9 @@ module Faker
|
|
215
215
|
# Somewhere a stoked bro might do to pay for her brotomobile insurance
|
216
216
|
#
|
217
217
|
# Faker::Stoked.job
|
218
|
-
#
|
219
|
-
#
|
220
|
-
#
|
218
|
+
# "brommando"
|
219
|
+
# "brogrammer"
|
220
|
+
# "brofessor"
|
221
221
|
def job
|
222
222
|
jobs.sample
|
223
223
|
end
|
@@ -254,9 +254,9 @@ module Faker
|
|
254
254
|
# Some food that a stoked bro might want to mange
|
255
255
|
#
|
256
256
|
# Faker::Stoked.food
|
257
|
-
#
|
258
|
-
#
|
259
|
-
#
|
257
|
+
# "brozilian bbq"
|
258
|
+
# "broissant"
|
259
|
+
# "rice-a-broni"
|
260
260
|
def food
|
261
261
|
foods.sample
|
262
262
|
end
|
@@ -277,7 +277,7 @@ module Faker
|
|
277
277
|
# something a stoked bro might say
|
278
278
|
#
|
279
279
|
# Faker::Stoked.saying
|
280
|
-
#
|
280
|
+
# "bro ho ho"
|
281
281
|
def saying
|
282
282
|
sayings.sample
|
283
283
|
end
|
@@ -354,7 +354,7 @@ module Faker
|
|
354
354
|
# something a stoked bro might be intereseted in
|
355
355
|
#
|
356
356
|
# Faker::Stoked.thing
|
357
|
-
#
|
357
|
+
# "bromarang"
|
358
358
|
def thing
|
359
359
|
things.sample
|
360
360
|
end
|
@@ -379,7 +379,7 @@ module Faker
|
|
379
379
|
# band or musical act a stoked bro might listen to
|
380
380
|
#
|
381
381
|
# Faker::Stoked.band
|
382
|
-
#
|
382
|
+
# "Gordon Lightfoot"
|
383
383
|
def band
|
384
384
|
bands.sample
|
385
385
|
end
|
@@ -414,7 +414,7 @@ module Faker
|
|
414
414
|
# band or musical act a stoked bro might listen to
|
415
415
|
#
|
416
416
|
# Faker::Stoked.band
|
417
|
-
#
|
417
|
+
# "brodacious"
|
418
418
|
def adjective
|
419
419
|
adjectives.sample
|
420
420
|
end
|
@@ -445,7 +445,7 @@ module Faker
|
|
445
445
|
# a stoked bro might be interested in
|
446
446
|
#
|
447
447
|
# Faker::Stoked.interest
|
448
|
-
#
|
448
|
+
# "defying that which should be defied"
|
449
449
|
def interest
|
450
450
|
interests.sample
|
451
451
|
end
|
@@ -459,7 +459,7 @@ module Faker
|
|
459
459
|
# a stoked bro might describe himself as having a stregh like this
|
460
460
|
#
|
461
461
|
# Faker::Stoked.strength
|
462
|
-
#
|
462
|
+
# "hard charging"
|
463
463
|
def strength
|
464
464
|
strengths.sample
|
465
465
|
end
|
data/lib/stoke_bot.rb
CHANGED
@@ -17,10 +17,10 @@ module Faker
|
|
17
17
|
# like go generate as an argument. Output similar to sentences()
|
18
18
|
#
|
19
19
|
# Faker::StokeBot.paragraphs(2)
|
20
|
-
#
|
21
|
-
#
|
22
|
-
#
|
23
|
-
#
|
20
|
+
# "Whoah? the athlete/groupie constructed intuition suffices to account
|
21
|
+
# for an important distinction in language use. By combining stoke and certain
|
22
|
+
# reformulations of the dominant extreme paradigm, the appearance of
|
23
|
+
# non-stoked gaps in domains relatively inaccessible to ordinary"
|
24
24
|
|
25
25
|
|
26
26
|
def paragraph
|
@@ -32,21 +32,21 @@ module Faker
|
|
32
32
|
# like go generate as an argument. shout out to chomskybot, bro.
|
33
33
|
#
|
34
34
|
# Faker::StokeBot.sentence(8)
|
35
|
-
#
|
36
|
-
#
|
37
|
-
#
|
38
|
-
#
|
39
|
-
#
|
40
|
-
#
|
41
|
-
#
|
42
|
-
#
|
43
|
-
#
|
44
|
-
#
|
45
|
-
#
|
46
|
-
#
|
47
|
-
#
|
48
|
-
#
|
49
|
-
#
|
35
|
+
# "Whoah? the athlete/groupie constructed intuition suffices to account
|
36
|
+
# for an important distinction in language use. By combining stoke and certain
|
37
|
+
# reformulations of the dominant extreme paradigm, the appearance of
|
38
|
+
# non-stoked gaps in domains relatively inaccessible to ordinary
|
39
|
+
# radicalization raises serious doubts about irrelevant intervening
|
40
|
+
# contexts in selectional rules. Note that this analysis of a stoked
|
41
|
+
# construct as a pair of sets of awesome features appears to correlate
|
42
|
+
# rather closely with the system of base rules exclusive of the bro dialect.
|
43
|
+
# For one thing, the systematic use of complex bro-isms is not subject to
|
44
|
+
# the strong generative capacity of the theory. To bestow a bodacious structure
|
45
|
+
# for T(Z,K), the systematic use of complex bro-isms is not to be considered
|
46
|
+
# in determining a descriptive fact. From C1, it follows that a case of
|
47
|
+
# semicenteredness of a different sort raises serious doubts about an abstract
|
48
|
+
# underlying order. So far, the earlier discussion of deviance is, apparently,
|
49
|
+
# ...""
|
50
50
|
def sentences(sentence_count = 3)
|
51
51
|
sentences = []
|
52
52
|
sentence_count.times do
|
@@ -58,8 +58,8 @@ module Faker
|
|
58
58
|
# a stoked developer bro might need a stoked sentence for his bros
|
59
59
|
#
|
60
60
|
# Faker::StokeBot.sentence
|
61
|
-
#
|
62
|
-
# brodacious raising money for breast cancer, Gordon Lightfoot.
|
61
|
+
# "Brotastic but stokealicious skeleton rider. Love shredding sick pow,
|
62
|
+
# brodacious raising money for breast cancer, Gordon Lightfoot.""
|
63
63
|
def sentence
|
64
64
|
[intro, subject, verb, object].join(" ")
|
65
65
|
end
|
data/test/test_faker-stokebot.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: faker-stoked
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Frederick D. Schoeneman
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-11-
|
11
|
+
date: 2013-11-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faker
|