make_dirs_from_list 0.1.2 → 0.1.3
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/README.md +2 -2
- data/lib/make_dirs_from_list/version.rb +1 -1
- 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: af1dca61c94a09f5c9094ebed355bb8b47f64077
|
|
4
|
+
data.tar.gz: f5b5d4f28068d8ef803c23b41cdba8aff7fe5c60
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 10f26fa41f864948a93f2b7b5cc68c06452dc38d42b1ff763380d63eb40f2fae06cef886779282ead551acb7cfd2757778ff5ddf117aad165c6f877919d98e63
|
|
7
|
+
data.tar.gz: 229036b0241f29a6eaaa0b603eacd6c529f877210fb797880179067cf8ab0de3e1d3b5fbddcdb4c71c9a2204f29ec90426dac1c7ccaa0b98251707946fb26e3f
|
data/README.md
CHANGED
|
@@ -12,7 +12,7 @@ Open the terminal and run:
|
|
|
12
12
|
|
|
13
13
|
$ make_dirs_from_list path/to/sheet.xlsx /target/parent/dir "F3_F4"
|
|
14
14
|
|
|
15
|
-
The directory name template "F3_F4" denotes column placeholders i.e. for each row of the spreadsheet, get data in column 3 and 4 and join together with a "_".
|
|
15
|
+
The directory name template "F3_F4" denotes column placeholders i.e. for each row of the spreadsheet, get data in column 3 and 4 and join together with a "_". The result will be the name of the directory for that row.
|
|
16
16
|
|
|
17
17
|
## Development
|
|
18
18
|
|
|
@@ -22,5 +22,5 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
|
22
22
|
|
|
23
23
|
## Contributing
|
|
24
24
|
|
|
25
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
25
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/DiegoSalazar/make_dirs_from_list.
|
|
26
26
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: make_dirs_from_list
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Diego Salazar
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-08-
|
|
11
|
+
date: 2016-08-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: roo
|