rapsum 0.0.7 → 0.0.8
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 +6 -0
- data/lib/names.rb +1 -0
- data/lib/short_sentence_samples.rb +19 -5
- 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: 62da80f01c71c7bf6ac904b35e8c172d53c5925c
|
4
|
+
data.tar.gz: 0c441f89028bc405f0b9e5af31892c448b9b1c92
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a30f1dc127903031595916eebaa483fe97099590b122a03df3077728f1b1c020e02d3957bc328561980fad6ade1be5c7e8870ee82d7ea41edbf09b7fa696971c
|
7
|
+
data.tar.gz: 055938b7b241712ac3564b2daf98b89d09521f433bac8bf15464c46903d3550e6810e1c7dbc99c3fe6ac666b79f305212c4e5fc53eda041226f0e1ecdea0b35f
|
@@ -4,9 +4,15 @@ LONG_SENTENCE_SAMPLES = [
|
|
4
4
|
"I got a million trillion things I'd rather fucking do",
|
5
5
|
"I got a bitch who text me she ain't got no clothes on",
|
6
6
|
|
7
|
+
# Bobby Shmurda - Hot ninja
|
8
|
+
"Get that money back and spend it on the same thing",
|
9
|
+
|
7
10
|
# Childish Gambino - Freaks and Geeks
|
8
11
|
"Bunnies wantin to be fed, I mean hunnies oh forget it",
|
9
12
|
|
13
|
+
# Chris Brown - Loyal
|
14
|
+
"All this money in the air, I wanna see you dance",
|
15
|
+
|
10
16
|
# Drake - Started From The Bottom
|
11
17
|
"Story stay the same through the money and the fame",
|
12
18
|
"Started from the bottom now the whole team here",
|
data/lib/names.rb
CHANGED
@@ -15,6 +15,25 @@ SHORT_SENTENCE_SAMPLES = [
|
|
15
15
|
"I just dodged a bullet from a crazy bitch",
|
16
16
|
"She got a bird brain",
|
17
17
|
|
18
|
+
# Bobby Shmurda - Hot Ninja
|
19
|
+
"How much shmoney's that?",
|
20
|
+
"We keep em nine millis on my block",
|
21
|
+
"Runnin through these checks til I pass out",
|
22
|
+
"All I do is cash out",
|
23
|
+
"All I do is cache out",
|
24
|
+
"If you ain't a ho, get up out my trap house",
|
25
|
+
"I be gettin money til I fall out",
|
26
|
+
"GS for my gun squad",
|
27
|
+
"Some wayyyyy, free Breezy ho",
|
28
|
+
"Bout a week agoooo",
|
29
|
+
"Shots poppin out the AR",
|
30
|
+
|
31
|
+
# Chris Brown - Loyal
|
32
|
+
"I know these hoes ain't right",
|
33
|
+
"These hoes ain't loyal",
|
34
|
+
"Just got rich",
|
35
|
+
"I can make a broke bitch rich",
|
36
|
+
|
18
37
|
# Drake - The Motto
|
19
38
|
"25 sittin on 25 mill",
|
20
39
|
"The pimpin ice cold",
|
@@ -89,11 +108,6 @@ SHORT_SENTENCE_SAMPLES = [
|
|
89
108
|
"Throw some more",
|
90
109
|
"The faster you spend it, the faster it go",
|
91
110
|
|
92
|
-
# Shmurda - Hot Ninja
|
93
|
-
"All I do is cash out",
|
94
|
-
"Bout a week agoooo",
|
95
|
-
"Shots poppin out the AR",
|
96
|
-
|
97
111
|
# Tyga - Rack City
|
98
112
|
"Rack city bitch",
|
99
113
|
"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.0.
|
4
|
+
version: 0.0.8
|
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-04-21 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A rap lyric faker
|
14
14
|
email: victoriachuang@gmail.com
|