genregen 0.0.7 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +5 -5
  2. data/LICENSE +17 -28
  3. data/lib/data.yml +41 -0
  4. data/lib/genregen.rb +1 -1
  5. metadata +7 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 0f42ebcf11d12ab3ad327f0f8a69de02e2220a4d
4
- data.tar.gz: 7bd69b1c8dc7d884bf88660cbeb0d143ff89fe0a
2
+ SHA256:
3
+ metadata.gz: 86f1b5f0fd219eb6a43a7ebd9ed001b1a3a4f0f445415ddfeb09fdc4349df7a8
4
+ data.tar.gz: cf9fe5d1c310cb3d557bb0deb8f9aa717331f1d582a5eefd3e2328bd4f2120a4
5
5
  SHA512:
6
- metadata.gz: c7fc1fc0290f0845cd1395e8c0bba5585d4a7a01764f5b0a4033df1e12fb558593fb6cd32e274284b0c7e37b567c747ee57ca8b7d3dc718f2f6d2cd3aa806b04
7
- data.tar.gz: 92834df6579e17a56dc948b6ca2705d1c3f14b5f00e4f80fa0eac6b50b91273fe071bce1dfd77d4a6c6c3f96363c70098757dfaff9aaf0d06e6960a4a4a5e2dc
6
+ metadata.gz: 2175719003552853775691959c1ad3c15d2f2c483b0c69081580b30a1948e2eeed6ed8f6e1fe4754921928c06016aec1015a0ae7f355b76fb6fba05331b79ac8
7
+ data.tar.gz: '0319ae19c83e90c733fc4e820084f87a899034e3c74362f674428d54f724bc1296427c66d4068cbc8d54500752ebfdbf55c5442336e12f579ea2bcfdcd3250cd'
data/LICENSE CHANGED
@@ -1,32 +1,21 @@
1
- This software is Copyright (c) 2015 by William Woodruff.
1
+ The MIT License (MIT)
2
2
 
3
- This is free software, licensed under:
3
+ Copyright (c) 2022 William Woodruff <william @ yossarian.net>
4
4
 
5
- The MIT (X11) License
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
6
11
 
7
- The MIT License
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
8
14
 
9
- Permission is hereby granted, free of charge, to any person
10
- obtaining a copy of this software and associated
11
- documentation files (the "Software"), to deal in the Software
12
- without restriction, including without limitation the rights to
13
- use, copy, modify, merge, publish, distribute, sublicense,
14
- and/or sell copies of the Software, and to permit persons to
15
- whom the Software is furnished to do so, subject to the
16
- following conditions:
17
-
18
- The above copyright notice and this permission notice shall
19
- be included in all copies or substantial portions of the
20
- Software.
21
-
22
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT
23
- WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
24
- INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
25
- MERCHANTABILITY, FITNESS FOR A PARTICULAR
26
- PURPOSE AND NONINFRINGEMENT. IN NO EVENT
27
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
28
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
30
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
31
- CONNECTION WITH THE SOFTWARE OR THE USE OR
32
- OTHER DEALINGS IN THE SOFTWARE.
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/lib/data.yml CHANGED
@@ -1,5 +1,18 @@
1
1
  ---
2
2
 
3
+ # XXX: some genres don't go well with prefixes and suffixes, and probably
4
+ # belong in their own category once there are enough of them:
5
+ # - bossa nova
6
+ # - big band
7
+ # - nashville sound
8
+ # - ragtime
9
+ # - honky-tonk
10
+ # - turntablism
11
+ # - sea shanties
12
+ # - yodeling
13
+ # - throat singing
14
+ # - americana
15
+
3
16
  templates:
4
17
  - "%{genre}%{suffix}"
5
18
  - "%{prefix}-%{genre}"
@@ -7,6 +20,7 @@ templates:
7
20
  - "%{adjective} %{prefix}-%{genre}"
8
21
  - "%{adjective} %{genre}%{suffix}"
9
22
  - "%{adjective} %{prefix}-%{genre}%{suffix}"
23
+ - "%{adjective} %{prefix}%{suffix}"
10
24
 
11
25
  adjectives:
12
26
  - 80s
@@ -26,6 +40,9 @@ adjectives:
26
40
  - continental
27
41
  - cool
28
42
  - cosmic
43
+ - czech
44
+ - dank
45
+ - detroit
29
46
  - digital
30
47
  - downtempo
31
48
  - east-coast
@@ -33,6 +50,7 @@ adjectives:
33
50
  - electronic
34
51
  - epic
35
52
  - fast
53
+ - fat
36
54
  - freaky
37
55
  - french
38
56
  - gangsta
@@ -62,9 +80,12 @@ adjectives:
62
80
  - medieval
63
81
  - melodic
64
82
  - midwest
83
+ - minimal
65
84
  - modern
85
+ - mushroom
66
86
  - new
67
87
  - new-age
88
+ - new york
68
89
  - old-school
69
90
  - orchestral
70
91
  - positive
@@ -76,11 +97,13 @@ adjectives:
76
97
  - quiet
77
98
  - raw
78
99
  - renaissance
100
+ - romantic
79
101
  - scandinavian
80
102
  - shoegaze
81
103
  - slow
82
104
  - smooth
83
105
  - soft
106
+ - space-age
84
107
  - sparse
85
108
  - stoner
86
109
  - straightedge
@@ -88,6 +111,7 @@ adjectives:
88
111
  - traditional
89
112
  - trippy
90
113
  - twee
114
+ - tenderqueer
91
115
  - underground
92
116
  - uptempo
93
117
  - urban
@@ -100,18 +124,24 @@ prefixes:
100
124
  - anarcho
101
125
  - anti
102
126
  - arena
127
+ - auto
103
128
  - black
104
129
  - break
105
130
  - brit
131
+ - chill
132
+ - chip
106
133
  - cow
107
134
  - crunk
108
135
  - crust
109
136
  - death
110
137
  - dixie
111
138
  - doom
139
+ - down
112
140
  - dream
113
141
  - drone
142
+ - e
114
143
  - electro
144
+ - emo
115
145
  - ethno
116
146
  - euro
117
147
  - freak
@@ -135,6 +165,7 @@ prefixes:
135
165
  - nintendo
136
166
  - noise
137
167
  - nu
168
+ - party
138
169
  - post
139
170
  - power
140
171
  - proto
@@ -153,7 +184,10 @@ prefixes:
153
184
  - trans
154
185
  - trap
155
186
  - trip
187
+ - unblack
188
+ - ur
156
189
  - vapor
190
+ - viking
157
191
 
158
192
  suffixes:
159
193
  - beat
@@ -170,12 +204,14 @@ suffixes:
170
204
  - step
171
205
  - style
172
206
  - tech
207
+ - tune
173
208
  - violence
174
209
  - wave
175
210
 
176
211
  genres:
177
212
  - baroque
178
213
  - blues
214
+ - boogaloo
179
215
  - calypso
180
216
  - chant
181
217
  - classical
@@ -193,11 +229,13 @@ genres:
193
229
  - klezmer
194
230
  - latin
195
231
  - lounge
232
+ - mambo
196
233
  - mariachi
197
234
  - metal
198
235
  - opera
199
236
  - polka
200
237
  - rap
238
+ - rave
201
239
  - reggae
202
240
  - rock
203
241
  - rumba
@@ -205,5 +243,8 @@ genres:
205
243
  - salsa
206
244
  - sing-along
207
245
  - ska
246
+ - skiffle
208
247
  - swing
248
+ - techno
249
+ - vocaloid
209
250
  - zydeco
data/lib/genregen.rb CHANGED
@@ -5,7 +5,7 @@ require 'yaml'
5
5
  # The primary namespace for genregen.
6
6
  module GenreGen
7
7
  # release version
8
- VERSION = "0.0.7".freeze
8
+ VERSION = "0.0.9".freeze
9
9
 
10
10
  # data hash
11
11
  DATA = YAML::load_file(File.join(File.dirname(__FILE__), 'data.yml'))
metadata CHANGED
@@ -1,17 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: genregen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Woodruff
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-29 00:00:00.000000000 Z
11
+ date: 2022-11-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A gem for generating music genres.
14
- email: william@tuffbizz.com
14
+ email: william@yossarian.net
15
15
  executables:
16
16
  - genregen
17
17
  extensions: []
@@ -27,7 +27,7 @@ homepage: https://github.com/and-the-rest/genregen
27
27
  licenses:
28
28
  - MIT
29
29
  metadata: {}
30
- post_install_message:
30
+ post_install_message:
31
31
  rdoc_options: []
32
32
  require_paths:
33
33
  - lib
@@ -42,9 +42,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
42
42
  - !ruby/object:Gem::Version
43
43
  version: '0'
44
44
  requirements: []
45
- rubyforge_project:
46
- rubygems_version: 2.5.1
47
- signing_key:
45
+ rubygems_version: 3.3.7
46
+ signing_key:
48
47
  specification_version: 4
49
48
  summary: genregen - A music genre generator.
50
49
  test_files: []