rapsum 0.0.10 → 0.1.1
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 +13 -0
- data/lib/short_sentence_samples.rb +12 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b468b49f78b7d2e3e2ea432950dab87e236bed11
|
4
|
+
data.tar.gz: 808e74d531cd490be88e29259baeda29d04e0821
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9365b170e0fa47295e8753635ba35f4b2984da4c30975e436dc4a3a600cfe90c00c6dbe4a3986688d256403d8a30adfc25a457c617925dbfb443301be28ea9fc
|
7
|
+
data.tar.gz: 017ef8c6cb0bb1bb9756120e69abb4bc0ff7fcb681ccba45263936c5df8dad336f8b6c62621fa2c3ec661027f6e41366048ec150a96cfd2240627579f49ae4f0
|
@@ -34,6 +34,9 @@ LONG_SENTENCE_SAMPLES = [
|
|
34
34
|
# Kanye West - Get Em High
|
35
35
|
"My flow is in the pocket like wallace, I got the bounce like hydrolics",
|
36
36
|
|
37
|
+
# Lil Wayne - 6 Foot 7 Foot
|
38
|
+
"But most of y'all don't get the picture less the flash is on",
|
39
|
+
|
37
40
|
# Lil Wayne - Watch My Shoes
|
38
41
|
"Syrup got me slow like a turtle round this hoe",
|
39
42
|
"I'm flyer than the highest flying bird around this hoe",
|
@@ -41,6 +44,16 @@ LONG_SENTENCE_SAMPLES = [
|
|
41
44
|
# Luke Christopher - Ms. Holy Water
|
42
45
|
"Not to mention that the booty's almost better than the face",
|
43
46
|
|
47
|
+
# Nelly - "Grillz"
|
48
|
+
"Rob the jewelry store and tell 'em make me a grill",
|
49
|
+
"Add the whole top diamond and the bottom row's gold",
|
50
|
+
"I'm changing grills errday, like Jay change clothes",
|
51
|
+
"Got 30 down at the bottom, 30 more at the top",
|
52
|
+
"I might cause a cold front if I take a deep breath",
|
53
|
+
"Open up my mouth and you see more carrots than a salad",
|
54
|
+
"Call me George Foreman cause I'm selling everybody grills",
|
55
|
+
"Got a bill in my mouth like I'm Hillary Rodham",
|
56
|
+
|
44
57
|
# Nelly - Tip Drill
|
45
58
|
"We throwin money in the air like we don't give a fuck",
|
46
59
|
"Now mama girl you got a friend that don't mind joining in",
|
@@ -93,6 +93,12 @@ SHORT_SENTENCE_SAMPLES = [
|
|
93
93
|
"No ceilings",
|
94
94
|
"Motherfucker good morning",
|
95
95
|
|
96
|
+
# Nelly - "Grillz"
|
97
|
+
"But my lil mama love it",
|
98
|
+
"Let me see your grill",
|
99
|
+
"Let you see my what",
|
100
|
+
"Ya, ya grill, ya, ya, ya grill",
|
101
|
+
|
96
102
|
# Nelly - Tip Drill
|
97
103
|
"Must be your ass, cause it ain't your face",
|
98
104
|
"I need a tip drill",
|
@@ -131,6 +137,12 @@ SHORT_SENTENCE_SAMPLES = [
|
|
131
137
|
"Throw some more",
|
132
138
|
"The faster you spend it, the faster it go",
|
133
139
|
|
140
|
+
# Rich Homie Quan
|
141
|
+
"Walked in dernernernerner",
|
142
|
+
"Walked in $30,000 in my pocket",
|
143
|
+
"Fidundolla",
|
144
|
+
"$50,000 on your bitch",
|
145
|
+
|
134
146
|
# Tyga - Rack City
|
135
147
|
"Rack city bitch",
|
136
148
|
"Rack rack city bitch",
|
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.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Victoria Chuang
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-02-04 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A rap lyric faker
|
14
14
|
email: victoriachuang@gmail.com
|
@@ -32,12 +32,12 @@ require_paths:
|
|
32
32
|
- lib
|
33
33
|
required_ruby_version: !ruby/object:Gem::Requirement
|
34
34
|
requirements:
|
35
|
-
- -
|
35
|
+
- - ">="
|
36
36
|
- !ruby/object:Gem::Version
|
37
37
|
version: '0'
|
38
38
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
39
39
|
requirements:
|
40
|
-
- -
|
40
|
+
- - ">="
|
41
41
|
- !ruby/object:Gem::Version
|
42
42
|
version: '0'
|
43
43
|
requirements: []
|