rapsum 0.1.1 → 0.1.3
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/lib/long_sentence_samples.rb +1 -10
- data/lib/names.rb +5 -4
- data/lib/rapsum.rb +9 -5
- data/lib/rich_homie_quan.rb +16 -0
- data/lib/short_sentence_samples.rb +18 -80
- metadata +10 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5760cb11689d202757fe500af4376128ab2a809d
|
4
|
+
data.tar.gz: c30af86fff386762a28591d7dcb4a56ec27d7355
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cda0bdbdace52b1f89d104bcf4d09ce9cd0adf852c52b24336397ec3d1f5ca7b9d89e1fb6b34fa3adbd491884e24fa9627ba9a221fdc6fe5a3211637df121f8d
|
7
|
+
data.tar.gz: 57904ead7403d87097baa00c03329ad528f28e38268c745705c888e9bdb1d1796564b3b4b31b68d8472468041e5db663df8a6329a710531caf314593aff0be64
|
@@ -1,7 +1,6 @@
|
|
1
1
|
LONG_SENTENCE_SAMPLES = [
|
2
2
|
|
3
3
|
# Big Sean - I Don't Fuck With You
|
4
|
-
"I got a million trillion things I'd rather fucking do",
|
5
4
|
"I got a bitch who text me she ain't got no clothes on",
|
6
5
|
|
7
6
|
# Bobby Shmurda - Hot ninja
|
@@ -22,15 +21,11 @@ LONG_SENTENCE_SAMPLES = [
|
|
22
21
|
"She gon be upset if she keeps scrolling to the left",
|
23
22
|
|
24
23
|
# Drake - The Motto
|
25
|
-
"Now she want a photo, you already know though",
|
26
24
|
"Some Spanish girls love me like I'm Aventura",
|
27
25
|
"My team good, we don't even need a mascot",
|
28
26
|
"I can almost guarantee she know the deal",
|
29
27
|
"Can't see em cause the money in the way",
|
30
28
|
|
31
|
-
# Kanye, Jay-Z - Ninjas in Paris
|
32
|
-
"Ball so hard, motherfuckers wanna fine me",
|
33
|
-
|
34
29
|
# Kanye West - Get Em High
|
35
30
|
"My flow is in the pocket like wallace, I got the bounce like hydrolics",
|
36
31
|
|
@@ -86,8 +81,4 @@ LONG_SENTENCE_SAMPLES = [
|
|
86
81
|
"They got money that they jumping on the pole to make",
|
87
82
|
"But I'm big on the west like I'm big in the south",
|
88
83
|
"I would pinky swear but my pinky ring too big",
|
89
|
-
|
90
|
-
# "Club going up on a #{Date::DAYNAMES[Date.today.wday]}.",
|
91
|
-
"Club going up on a #{Time.now.strftime("%A")}",
|
92
|
-
|
93
|
-
]
|
84
|
+
]
|
data/lib/names.rb
CHANGED
@@ -2,15 +2,16 @@ NAMES = [
|
|
2
2
|
"beyonce",
|
3
3
|
"big_sean",
|
4
4
|
"drake",
|
5
|
-
"
|
5
|
+
"fetty",
|
6
6
|
"jay_z",
|
7
7
|
"kendrick",
|
8
8
|
"kanye",
|
9
|
+
"lil_dicky",
|
9
10
|
"lil_wayne",
|
10
11
|
"nicki",
|
11
|
-
"
|
12
|
-
"shmurda",
|
12
|
+
"rich_homie",
|
13
13
|
"tyga",
|
14
14
|
"young_money",
|
15
|
+
"yung_humma",
|
15
16
|
"z_ro",
|
16
|
-
]
|
17
|
+
]
|
data/lib/rapsum.rb
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
require_relative 'kanyeism'
|
2
2
|
require_relative 'long_sentence_samples'
|
3
3
|
require_relative 'names'
|
4
|
+
require_relative 'rich_homie_quan'
|
4
5
|
require_relative 'short_sentence_samples'
|
5
6
|
|
6
7
|
module Rapsum
|
7
8
|
|
8
9
|
def self.email
|
9
|
-
NAMES.sample +
|
10
|
+
NAMES.sample + '@gmail.com'
|
10
11
|
end
|
11
12
|
|
12
13
|
def self.give_me_a_kanye
|
@@ -19,7 +20,7 @@ module Rapsum
|
|
19
20
|
|
20
21
|
def self.paragraph
|
21
22
|
paragraph = []
|
22
|
-
rand(
|
23
|
+
rand(5..10).times do
|
23
24
|
paragraph << (SHORT_SENTENCE_SAMPLES + LONG_SENTENCE_SAMPLES).sample
|
24
25
|
end
|
25
26
|
paragraph.join('. ') + '.'
|
@@ -29,8 +30,11 @@ module Rapsum
|
|
29
30
|
SHORT_SENTENCE_SAMPLES.sample + '.'
|
30
31
|
end
|
31
32
|
|
32
|
-
def self.
|
33
|
-
|
33
|
+
def self.rich_homie_quan_translate(lyric)
|
34
|
+
RICH_HOMIE_QUAN_TRANSLATE.sample + '.'
|
34
35
|
end
|
35
36
|
|
36
|
-
|
37
|
+
def self.rich_homie_quan_decipher(lyric)
|
38
|
+
RICH_HOMIE_QUAN_DECIPHER.sample + '.'
|
39
|
+
end
|
40
|
+
end
|
@@ -0,0 +1,16 @@
|
|
1
|
+
RICH_HOMIE_QUAN_TRANSLATE = [
|
2
|
+
"Allo ma luggage Louie",
|
3
|
+
"Ah ma bitches be skeh ahhh",
|
4
|
+
"Ah dem bitches be thahhh",
|
5
|
+
"Ah puddem rahhh innim",
|
6
|
+
"Alah ho dem gahhh denim",
|
7
|
+
]
|
8
|
+
|
9
|
+
RICH_HOMIE_QUAN_DECIPHER = [
|
10
|
+
"All of my luggage is Louie V, I swear to God",
|
11
|
+
"All of them bitches actin' holy",
|
12
|
+
"I can take his ass church fresh as hell, no Easter",
|
13
|
+
"They try to drop me with a case but you know I had to skate it",
|
14
|
+
"Her hair short like Dennis Rodman",
|
15
|
+
"Talkin' Rollex, yeah, I bought em",
|
16
|
+
]
|
@@ -2,20 +2,9 @@ require_relative 'cities'
|
|
2
2
|
|
3
3
|
SHORT_SENTENCE_SAMPLES = [
|
4
4
|
|
5
|
-
# Beyonce - 7-11
|
6
|
-
"Smack it in the air",
|
7
|
-
"Spinnin' while my hands up",
|
8
|
-
"Hold that cup like alcohol",
|
9
|
-
"This here like rolling dice",
|
10
|
-
|
11
|
-
# Beyonce - Flawless
|
12
|
-
"#flawless",
|
13
|
-
"I woke up like this",
|
14
|
-
|
15
5
|
# Big Sean - I Don't Fuck With You
|
16
6
|
"I don't fuck with you",
|
17
7
|
"I just dodged a bullet from a crazy bitch",
|
18
|
-
"She got a bird brain",
|
19
8
|
|
20
9
|
# Bobby Shmurda - Hot Ninja
|
21
10
|
"How much shmoney's that?",
|
@@ -33,19 +22,17 @@ SHORT_SENTENCE_SAMPLES = [
|
|
33
22
|
# Chris Brown - Loyal
|
34
23
|
"I know these hoes ain't right",
|
35
24
|
"These hoes ain't loyal",
|
36
|
-
"Just got rich",
|
37
|
-
"I can make a broke bitch rich",
|
38
25
|
|
39
26
|
# Drake - The Motto
|
40
27
|
"25 sittin on 25 mill",
|
41
28
|
"The pimpin ice cold",
|
42
29
|
|
43
|
-
# Drake - Started From The Bottom
|
30
|
+
# Drake - Started From The Bottom
|
44
31
|
"Started from the bottom now we here",
|
45
32
|
|
46
33
|
# Drake - 0 to 100
|
47
34
|
"We go 0 to 100 real quick",
|
48
|
-
"Real fucking quick",
|
35
|
+
"Real fucking quick",
|
49
36
|
"It's 2008 I'm tryna paint a picture",
|
50
37
|
"Whole squad on that real shit",
|
51
38
|
|
@@ -59,39 +46,21 @@ SHORT_SENTENCE_SAMPLES = [
|
|
59
46
|
"I got a million ways to get it",
|
60
47
|
|
61
48
|
# Kanye, Jay-Z - Ninjas in Paris
|
62
|
-
"Bitch behave",
|
63
49
|
"That shit cray",
|
64
50
|
|
65
|
-
# Kanye West - Mercy
|
66
|
-
"Lamborghini mercy",
|
67
|
-
"I'm in this two seat lambo",
|
68
|
-
|
69
51
|
# Kanye West - Gold Digger
|
70
52
|
"I ain't sayin she a gold digger",
|
71
53
|
|
72
|
-
#
|
73
|
-
"
|
74
|
-
"
|
75
|
-
"
|
76
|
-
|
77
|
-
|
78
|
-
"
|
79
|
-
|
80
|
-
|
81
|
-
"
|
82
|
-
"Keep em high",
|
83
|
-
"Now throw your motherfuckin hands",
|
84
|
-
|
85
|
-
# Kendrick Lamar - Swimming Pools
|
86
|
-
"Drank",
|
87
|
-
"Some people like the way it feels",
|
88
|
-
"Some people want to kill their sorrows",
|
89
|
-
"Ima show you how to turn it up a notch",
|
90
|
-
"Pool full of liquor and you dive in it",
|
91
|
-
|
92
|
-
# Lil Wayne - Watch My Shoes
|
93
|
-
"No ceilings",
|
94
|
-
"Motherfucker good morning",
|
54
|
+
# Lil Dicky - Save Dat Money
|
55
|
+
"Trap God and we servin' up the whole world",
|
56
|
+
"Ay, where the gold at, baby",
|
57
|
+
"And the banger but you know I ain't tryna blow that baby",
|
58
|
+
"Ay, we gon' save that money",
|
59
|
+
"Rap game got it all wrong",
|
60
|
+
"We ain't bout to go and spend money just to flex on her",
|
61
|
+
"Drugs are generic but still work the same",
|
62
|
+
"You get your fucking bill and you can see em double chargin",
|
63
|
+
"Ohhhh don't double charge me for that",
|
95
64
|
|
96
65
|
# Nelly - "Grillz"
|
97
66
|
"But my lil mama love it",
|
@@ -110,39 +79,17 @@ SHORT_SENTENCE_SAMPLES = [
|
|
110
79
|
"I got you paying my bills and buying automobiles",
|
111
80
|
"#{CITIES.sample} got tip drill",
|
112
81
|
|
113
|
-
# Nicki Minaj - Anaconda
|
114
|
-
"I ain't talkin bout Eiffel",
|
115
|
-
"Now he callin me NyQuil",
|
116
|
-
"Omgosh, look at her butt",
|
117
|
-
|
118
|
-
# Nicki Minaj - Truffle Butter
|
119
|
-
"I must have a quarter milli on me right now",
|
120
|
-
"New flow I got a dozen of them",
|
121
|
-
"Talkin filets with the truffle butter",
|
122
|
-
"I ain't gotta compete with a single soul",
|
123
|
-
|
124
|
-
# Omarion - Post To Be
|
125
|
-
"I'm gettin money like I'm post to be",
|
126
|
-
"Ohhhh the hoes go for me",
|
127
|
-
"That's how it post to be",
|
128
|
-
"Everything good like it post to be",
|
129
|
-
"Gave it up like a groupie",
|
130
|
-
"I might let your boy chaffeur me",
|
131
|
-
"But he gotta eat the booty like groceries",
|
132
|
-
"But he gotta get rid of these hoes for me",
|
133
|
-
|
134
|
-
# Rae Srummond - Throw Sum Mo
|
135
|
-
"It's raining hunnids",
|
136
|
-
"Bad bitches on the floor",
|
137
|
-
"Throw some more",
|
138
|
-
"The faster you spend it, the faster it go",
|
139
|
-
|
140
82
|
# Rich Homie Quan
|
141
83
|
"Walked in dernernernerner",
|
142
84
|
"Walked in $30,000 in my pocket",
|
143
85
|
"Fidundolla",
|
144
86
|
"$50,000 on your bitch",
|
145
87
|
|
88
|
+
# Supa Hot Fire - Original rap battle
|
89
|
+
"Super hot fire, I spit that",
|
90
|
+
"I'm not a rapper",
|
91
|
+
"Glasses jacket shirt, call me glasses jacket shirt man",
|
92
|
+
|
146
93
|
# Tyga - Rack City
|
147
94
|
"Rack city bitch",
|
148
95
|
"Rack rack city bitch",
|
@@ -168,16 +115,7 @@ SHORT_SENTENCE_SAMPLES = [
|
|
168
115
|
"We turnt up in the studio late night",
|
169
116
|
"My name too big and my gang too big",
|
170
117
|
|
171
|
-
# Yogi - Burial
|
172
|
-
"Let's turn this bitch into a burial",
|
173
|
-
"I came, I saw, I conquered, I balled",
|
174
|
-
|
175
|
-
"Squad going up",
|
176
|
-
"I'm so crown",
|
177
|
-
"Bow down bitches",
|
178
118
|
"Damn it feels good to be a gangsta",
|
179
119
|
"Baby I got your money don't you worry",
|
180
120
|
"Mustard on the beat, ho",
|
181
|
-
|
182
|
-
|
183
|
-
]
|
121
|
+
]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rapsum
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Victoria Chuang
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-11-22 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A rap lyric faker
|
14
14
|
email: victoriachuang@gmail.com
|
@@ -16,12 +16,13 @@ executables: []
|
|
16
16
|
extensions: []
|
17
17
|
extra_rdoc_files: []
|
18
18
|
files:
|
19
|
-
- lib/
|
20
|
-
- lib/
|
19
|
+
- lib/cities.rb
|
20
|
+
- lib/kanyeism.rb
|
21
21
|
- lib/long_sentence_samples.rb
|
22
22
|
- lib/names.rb
|
23
|
-
- lib/
|
24
|
-
- lib/
|
23
|
+
- lib/rapsum.rb
|
24
|
+
- lib/rich_homie_quan.rb
|
25
|
+
- lib/short_sentence_samples.rb
|
25
26
|
homepage: https://rubygems.org/gems/rapsum
|
26
27
|
licenses:
|
27
28
|
- MIT
|
@@ -42,8 +43,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
42
43
|
version: '0'
|
43
44
|
requirements: []
|
44
45
|
rubyforge_project:
|
45
|
-
rubygems_version: 2.
|
46
|
+
rubygems_version: 2.5.1
|
46
47
|
signing_key:
|
47
48
|
specification_version: 4
|
48
|
-
summary:
|
49
|
+
summary: Placehold with fire
|
49
50
|
test_files: []
|
51
|
+
has_rdoc:
|