file_sorter_tool 0.2.2 → 0.2.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/file_sorter_tool +0 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 80305e0b26d5fbf0a29cd64cdcc3938ab19b1611
4
- data.tar.gz: 4db015aaeaef19fd3374a740c40d538eee20f6dd
3
+ metadata.gz: dff263b40867d099f720271fb3c904ee6c7d7788
4
+ data.tar.gz: 670ebc28a2f7f6182efa3b467da20106abde1b48
5
5
  SHA512:
6
- metadata.gz: aa20c051a8b32f15114359f8687e85a366732ae38f3f30613ecfded61f791b5284a624b0c1d0cee7085a8506e5559fa364b13dfe04e50f4c4c42ffdc435db341
7
- data.tar.gz: 8a6f185d29c893946ad6e5545fee5b4a72f80b2bdff5e2b30815e529e7614a3c790543c3bf3aa6c6415ca92f58d7bccf1a44c6de21e0ad31f8f61bee2f7409ae
6
+ metadata.gz: bf9c2efaac4f33d4e4f0dd0db105330a91619f891b1379744392ab6fae9469eeea8e0461b160cdf8d14e72b1634551de0f594e0936644cd528c491c046a10c92
7
+ data.tar.gz: 1ffcdbd8c4ba33046aab9861b8bfb0009e153db24af09cd7668a943e75fe13e9dd0bcec99590fce252926e229d44b022a760f99eed49f53321733860d583501d
data/bin/file_sorter_tool CHANGED
@@ -4,7 +4,6 @@ require 'file_sorter_tool'
4
4
 
5
5
  path = ARGV[0]
6
6
  if path == nil || path.empty?
7
- puts "path is empty!\n"
8
7
  puts "v. #{FileSorterTool::VERSION}.\nTool makes directory for each file extenfion and move files into this directories."
9
8
  puts "file_sorter_tool [PATH]"
10
9
  puts "example:\nfile_sorter_tool ~/Downloads"
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.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrey Torlopov