rapsum 0.0.9 → 0.0.10
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/cities.rb +15 -0
- data/lib/long_sentence_samples.rb +5 -0
- data/lib/short_sentence_samples.rb +23 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dd61464c087130bb015aea5456b4398e4a012620
|
4
|
+
data.tar.gz: 009887bc1c32e126a4df21d1c0d16c05231d6ca0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2806c541e877e6e41e3229d847f67aac94cc827e4feb9e3a23eae276018b237a4d63d139632c022191d3de33ee342e4d14acbbb029f4bb11ca4cdc9e5695a097
|
7
|
+
data.tar.gz: afc298b5b21f4c7329b8480ad892b574b1dc15184ff9affc2cbbc64ada0014868150033aadd2b3f7a909dd5735dae8e86f981d18fb63d50e030ede4ee9a4734e
|
data/lib/cities.rb
ADDED
@@ -41,6 +41,11 @@ LONG_SENTENCE_SAMPLES = [
|
|
41
41
|
# Luke Christopher - Ms. Holy Water
|
42
42
|
"Not to mention that the booty's almost better than the face",
|
43
43
|
|
44
|
+
# Nelly - Tip Drill
|
45
|
+
"We throwin money in the air like we don't give a fuck",
|
46
|
+
"Now mama girl you got a friend that don't mind joining in",
|
47
|
+
"You lookin good in them shorts but they look better on the floor",
|
48
|
+
|
44
49
|
# Nicki Minaj - Beez in da Trap
|
45
50
|
"Bitches say shit and they ain't sayin nothin",
|
46
51
|
"A hundred motherfuckers can't tell me nothin",
|
@@ -1,3 +1,5 @@
|
|
1
|
+
require_relative 'cities'
|
2
|
+
|
1
3
|
SHORT_SENTENCE_SAMPLES = [
|
2
4
|
|
3
5
|
# Beyonce - 7-11
|
@@ -91,6 +93,17 @@ SHORT_SENTENCE_SAMPLES = [
|
|
91
93
|
"No ceilings",
|
92
94
|
"Motherfucker good morning",
|
93
95
|
|
96
|
+
# Nelly - Tip Drill
|
97
|
+
"Must be your ass, cause it ain't your face",
|
98
|
+
"I need a tip drill",
|
99
|
+
"It ain't no fun less we all get some",
|
100
|
+
"Turn that ass up mama, put that dip in ya back",
|
101
|
+
"What's poppin tonight",
|
102
|
+
"Must be your money, cause it ain't your face",
|
103
|
+
"My apple bottom lookin right, I know you wanna bite",
|
104
|
+
"I got you paying my bills and buying automobiles",
|
105
|
+
"#{CITIES.sample} got tip drill",
|
106
|
+
|
94
107
|
# Nicki Minaj - Anaconda
|
95
108
|
"I ain't talkin bout Eiffel",
|
96
109
|
"Now he callin me NyQuil",
|
@@ -102,6 +115,16 @@ SHORT_SENTENCE_SAMPLES = [
|
|
102
115
|
"Talkin filets with the truffle butter",
|
103
116
|
"I ain't gotta compete with a single soul",
|
104
117
|
|
118
|
+
# Omarion - Post To Be
|
119
|
+
"I'm gettin money like I'm post to be",
|
120
|
+
"Ohhhh the hoes go for me",
|
121
|
+
"That's how it post to be",
|
122
|
+
"Everything good like it post to be",
|
123
|
+
"Gave it up like a groupie",
|
124
|
+
"I might let your boy chaffeur me",
|
125
|
+
"But he gotta eat the booty like groceries",
|
126
|
+
"But he gotta get rid of these hoes for me",
|
127
|
+
|
105
128
|
# Rae Srummond - Throw Sum Mo
|
106
129
|
"It's raining hunnids",
|
107
130
|
"Bad bitches on the floor",
|
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.0.
|
4
|
+
version: 0.0.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Victoria Chuang
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-07-09 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A rap lyric faker
|
14
14
|
email: victoriachuang@gmail.com
|
@@ -21,6 +21,7 @@ files:
|
|
21
21
|
- lib/long_sentence_samples.rb
|
22
22
|
- lib/names.rb
|
23
23
|
- lib/kanyeism.rb
|
24
|
+
- lib/cities.rb
|
24
25
|
homepage: https://rubygems.org/gems/rapsum
|
25
26
|
licenses:
|
26
27
|
- MIT
|