songfile 1.0.0 → 1.0.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.txt +3 -3
  3. metadata +7 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7df1397b9db1fa3f47f171ffb299e5bf1adb4cf13c79a46d530d38ca8bf3c827
4
- data.tar.gz: a7fc63446d0eb7e1d0dd62e3e2e07acada88837d7c79df54fc6a0ed19eefdf82
3
+ metadata.gz: 371a52a75684a2cdddebe909a0b62d4b63b2da5804c9740180ca24a306918910
4
+ data.tar.gz: 6b36b2fb8a9bfa0615a221e4b34d34172e07102ee20f5d43e9a0125c57af3cd7
5
5
  SHA512:
6
- metadata.gz: e6d6bbef6b0464361f0c01d50f33d1e2a552ca911c9a427f1cd34d763ab953d760af6640ccb717b642870ea040677e08851acb4976f1504cff7c2b134be4459b
7
- data.tar.gz: 46c141fa5607114913b52f9dbf8e31080ecf31e19ff09ae5a21aed71b06e278025f3c32e3d649e26234f451cf1bd072779757e3e566843baf5b40428100120c0
6
+ metadata.gz: aecaabdb82b4b788e1fb6c4aaecc502e400cd61b38cb6abdd5d108a231768c9f7e99de900c7f4622fb5025928b437f6fc269ae0a4c770cc03231b66bc9a3babd
7
+ data.tar.gz: 8f8be50d0be3706aef22e67d37ab4b89b4b32178ff75b9b5e88619734044dd1724509946b3e135521e9b967661fa3dd64510f073fdeecca9379dd23721c42321
data/README.txt CHANGED
@@ -1,9 +1,9 @@
1
1
  ************************************** BASIC INSTRUCTIONS **************************************
2
2
  TO RUN DEFAULT CSV SHEET (THE WALL)):
3
- ruby bin/songfile
3
+ songfile
4
4
 
5
- TO RUN DARK SIDE OF THE MOON ALBUM SONGS
6
- ruby bin/songfile bin/DSOTM.csv
5
+ TO RUN DARK SIDE OF THE MOON ALBUM SONGS:
6
+ songfile bin/DSOTM.csv
7
7
 
8
8
  TO RUN SPECS:
9
9
  rspec (not "rspec .")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: songfile
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamie Clark
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-23 00:00:00.000000000 Z
11
+ date: 2022-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -33,15 +33,16 @@ dependencies:
33
33
  description: |
34
34
  ************************************** BASIC INSTRUCTIONS **************************************
35
35
  TO RUN DEFAULT CSV SHEET (THE WALL)):
36
- ruby bin/songfile
36
+ songfile
37
37
 
38
- TO RUN DARK SIDE OF THE MOON ALBUM SONGS
39
- ruby bin/songfile bin/DSOTM.csv
38
+ TO RUN DARK SIDE OF THE MOON ALBUM SONGS:
39
+ songfile bin/DSOTM.csv
40
40
 
41
41
  TO RUN SPECS:
42
42
  rspec (not "rspec .")
43
43
  email: clarkcjamie@gmail.com
44
- executables: []
44
+ executables:
45
+ - songfile
45
46
  extensions: []
46
47
  extra_rdoc_files: []
47
48
  files: