file_sorter_tool 0.2.3 → 0.2.4
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
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 30b624d087dbd9093471d6c137f367fa258931bf
|
4
|
+
data.tar.gz: 240cdc22fe50d86087c8cae2d2ed5f8ee5501453
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 81e439fa6dec5c358d0c6ab8eaab9c41d15fa1be7e6d455527a7324306095e0d69fef742410b78406d2788ce837106902340f7e04d24bfea77b85b952e897736
|
7
|
+
data.tar.gz: d32350a1d8fb9f66cb5b2279f5b1d9aefd5b397963bac4e05c415c3d34af43dbb9136fdd975d9a1d7541a4ca41528b66cd233c2539e755c08e0cbcc795a15649
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: file_sorter_tool
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrey Torlopov
|
@@ -10,7 +10,7 @@ bindir: bin
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2017-05-29 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description: A simple gem that sorting files in selected directory
|
13
|
+
description: A simple gem that sorting files in selected directory.
|
14
14
|
email: torlopov.andrey@gmail.com
|
15
15
|
executables:
|
16
16
|
- file_sorter_tool
|
@@ -21,7 +21,7 @@ files:
|
|
21
21
|
- bin/file_sorter_tool
|
22
22
|
- lib/file_sorter_tool.rb
|
23
23
|
- lib/file_sorter_tool/file_sorter.rb
|
24
|
-
homepage:
|
24
|
+
homepage: https://github.com/Torlopov-Andrey/FileSorterTool
|
25
25
|
licenses:
|
26
26
|
- MIT
|
27
27
|
metadata: {}
|