songfile 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.txt +2 -5
  3. data/bin/songfile +1 -0
  4. metadata +21 -13
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b9dccf2047e69d4c2b2787639f99705d65388625301ff304901b916aec8a65c1
4
- data.tar.gz: 83d18d1e8bb93300bcf90cbe537bafe1c4472b1c8f692667ebad1dfec742d80e
3
+ metadata.gz: 1ed85686f8cd80e2614c6647579f62fc2f7899be2a7495a25ad4b0a532871a1e
4
+ data.tar.gz: c3ad5276d2b8fd846ee39c53fb0e2674ae418b57e4d8d26d15e788c7bff4651a
5
5
  SHA512:
6
- metadata.gz: e2c6cf91456ec668e175b89d85771b464cb014313f5cdd253964a6a8cb65527c3c0a040cf426174679a0474c53b825208203a94b075955765787968963709a9a
7
- data.tar.gz: b2e50fd22677a25d9c10b68eb373deaec0990d769a5ce8c9185aa37f8ee8da758db09743587031e767eacf0813be6e3451a6f6c89288539a5b3ae65b8ed5123f
6
+ metadata.gz: 0ab428055f484bc60b418fd964567c604eb02a9f53a63c001f44c055c46d24117f68a3bd8eec154b211296e4949098c10cae1e1c69dbd9b3af267cf04d58a477
7
+ data.tar.gz: '05490e21f82efda947a47b7426e64aa189854a1aa961742433d5fd2d67aac4c4bb3c091736d7dc04a8c2977e9cb38efb741d30d0642d56aa7a7f357a16cc844f'
data/README.txt CHANGED
@@ -2,7 +2,7 @@ BASIC INSTRUCTIONS
2
2
  This gem re-ranks your playlist according to Pink Floyd band members chosen at random.
3
3
  The re-ranked playlist is then exported to your current directory after the program has finished ('quit' to exit).
4
4
 
5
- TO RUN DEFAULT CSV SHEET (THE WALL)):
5
+ TO RUN DEFAULT CSV SHEET (Some songs from 'The Wall')):
6
6
  songfile
7
7
 
8
8
  TO RUN DARK SIDE OF THE MOON ALBUM SONGS:
@@ -12,11 +12,8 @@ TO RUN A CSV FILE FROM YOUR CURRENT DIRECTORY:
12
12
  songfile your_file_name.csv
13
13
 
14
14
  NOTE: All CSV files must be formatted appropriately with:
15
- No header or other text at the top
15
+ No header or other text at the top!
16
16
  Column 1: lists all song titles in plain text (The program will appropriately capitalize titles for you.)
17
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
18
  Low rank # means you want the song ranked higher on the playlist.
19
19
  High rank # means you want the song ranked lower on the playlist.
20
-
21
- TO TEST ALL PROGRAM SPEC FILES:
22
- rspec (not "rspec .")
data/bin/songfile CHANGED
@@ -10,6 +10,7 @@
10
10
  #day eight is 8:55pm - 11:45pm 6/20/22
11
11
  #day nine is 11:47pm - 5:34am!! 6/22/22 (night)
12
12
  #day ten is 8:08pm - 12:24am and 12:50am - 3:30am 6/22/22 (day)
13
+ #day eleven is 12:24pm - 2pm 6/23/22 (Thanks Mike for gem help!)
13
14
 
14
15
  require_relative '../lib/songfile/playlist' # calls the playlist class file
15
16
  require_relative '../lib/songfile/song' # calls the song class file
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.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamie Clark
@@ -30,18 +30,26 @@ dependencies:
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.8.0
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"
33
+ description: |
34
+ BASIC INSTRUCTIONS
35
+ This gem re-ranks your playlist according to Pink Floyd band members chosen at random.
36
+ The re-ranked playlist is then exported to your current directory after the program has finished ('quit' to exit).
37
+
38
+ TO RUN DEFAULT CSV SHEET (Some songs from 'The Wall')):
39
+ songfile
40
+
41
+ TO RUN DARK SIDE OF THE MOON ALBUM SONGS:
42
+ songfile bin/DSOTM.csv
43
+
44
+ TO RUN A CSV FILE FROM YOUR CURRENT DIRECTORY:
45
+ songfile your_file_name.csv
46
+
47
+ NOTE: All CSV files must be formatted appropriately with:
48
+ No header or other text at the top!
49
+ Column 1: lists all song titles in plain text (The program will appropriately capitalize titles for you.)
50
+ 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.)
51
+ Low rank # means you want the song ranked higher on the playlist.
52
+ High rank # means you want the song ranked lower on the playlist.
45
53
  email: clarkcjamie@gmail.com
46
54
  executables:
47
55
  - songfile