songfile 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.txt +15 -2
  3. metadata +13 -11
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 371a52a75684a2cdddebe909a0b62d4b63b2da5804c9740180ca24a306918910
4
- data.tar.gz: 6b36b2fb8a9bfa0615a221e4b34d34172e07102ee20f5d43e9a0125c57af3cd7
3
+ metadata.gz: b9dccf2047e69d4c2b2787639f99705d65388625301ff304901b916aec8a65c1
4
+ data.tar.gz: 83d18d1e8bb93300bcf90cbe537bafe1c4472b1c8f692667ebad1dfec742d80e
5
5
  SHA512:
6
- metadata.gz: aecaabdb82b4b788e1fb6c4aaecc502e400cd61b38cb6abdd5d108a231768c9f7e99de900c7f4622fb5025928b437f6fc269ae0a4c770cc03231b66bc9a3babd
7
- data.tar.gz: 8f8be50d0be3706aef22e67d37ab4b89b4b32178ff75b9b5e88619734044dd1724509946b3e135521e9b967661fa3dd64510f073fdeecca9379dd23721c42321
6
+ metadata.gz: e2c6cf91456ec668e175b89d85771b464cb014313f5cdd253964a6a8cb65527c3c0a040cf426174679a0474c53b825208203a94b075955765787968963709a9a
7
+ data.tar.gz: b2e50fd22677a25d9c10b68eb373deaec0990d769a5ce8c9185aa37f8ee8da758db09743587031e767eacf0813be6e3451a6f6c89288539a5b3ae65b8ed5123f
data/README.txt CHANGED
@@ -1,9 +1,22 @@
1
- ************************************** BASIC INSTRUCTIONS **************************************
1
+ BASIC INSTRUCTIONS
2
+ This gem re-ranks your playlist according to Pink Floyd band members chosen at random.
3
+ The re-ranked playlist is then exported to your current directory after the program has finished ('quit' to exit).
4
+
2
5
  TO RUN DEFAULT CSV SHEET (THE WALL)):
3
6
  songfile
4
7
 
5
8
  TO RUN DARK SIDE OF THE MOON ALBUM SONGS:
6
9
  songfile bin/DSOTM.csv
7
10
 
8
- TO RUN SPECS:
11
+ TO RUN A CSV FILE FROM YOUR CURRENT DIRECTORY:
12
+ songfile your_file_name.csv
13
+
14
+ NOTE: All CSV files must be formatted appropriately with:
15
+ No header or other text at the top
16
+ Column 1: lists all song titles in plain text (The program will appropriately capitalize titles for you.)
17
+ Column 2: lists integer values for your song ranks (Any negative character "-" will be ignored. If left blank, a default rank of 10,000 is given.)
18
+ Low rank # means you want the song ranked higher on the playlist.
19
+ High rank # means you want the song ranked lower on the playlist.
20
+
21
+ TO TEST ALL PROGRAM SPEC FILES:
9
22
  rspec (not "rspec .")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: songfile
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamie Clark
@@ -30,16 +30,18 @@ dependencies:
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.8.0
33
- description: |
34
- ************************************** BASIC INSTRUCTIONS **************************************
35
- TO RUN DEFAULT CSV SHEET (THE WALL)):
36
- songfile
37
-
38
- TO RUN DARK SIDE OF THE MOON ALBUM SONGS:
39
- songfile bin/DSOTM.csv
40
-
41
- TO RUN SPECS:
42
- rspec (not "rspec .")
33
+ description: "BASIC INSTRUCTIONS\nThis gem re-ranks your playlist according to Pink
34
+ Floyd band members chosen at random.\nThe re-ranked playlist is then exported to
35
+ your current directory after the program has finished ('quit' to exit).\n\nTO RUN
36
+ DEFAULT CSV SHEET (THE WALL)):\nsongfile\n\nTO RUN DARK SIDE OF THE MOON ALBUM SONGS:\nsongfile
37
+ bin/DSOTM.csv\n\nTO RUN A CSV FILE FROM YOUR CURRENT DIRECTORY:\nsongfile your_file_name.csv\n\nNOTE:
38
+ All CSV files must be formatted appropriately with:\nNo header or other text at
39
+ the top \nColumn 1: lists all song titles in plain text (The program will appropriately
40
+ capitalize titles for you.)\nColumn 2: lists integer values for your song ranks
41
+ (Any negative character \"-\" will be ignored. If left blank, a default rank of
42
+ 10,000 is given.)\nLow rank # means you want the song ranked higher on the playlist.\nHigh
43
+ rank # means you want the song ranked lower on the playlist.\n\nTO TEST ALL PROGRAM
44
+ SPEC FILES:\nrspec (not \"rspec .\")\n"
43
45
  email: clarkcjamie@gmail.com
44
46
  executables:
45
47
  - songfile