storazzo 0.3.8 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -0
- data/VERSION +1 -1
- data/bin/stats-with-md5 +428 -0
- data/lib/storazzo/media/gcs_bucket.rb +4 -2
- data/lib/storazzo/ric_disk.rb +54 -28
- data/lib/storazzo/ric_disk_config.rb +31 -20
- data/lib/storazzo/ric_disk_ugly.rb +245 -245
- data/storazzo.gemspec +4 -1
- data/test/test_gcs_bucket.rb +20 -12
- data/test/test_local_folder.rb +26 -4
- metadata +3 -1
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: storazzo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Riccardo Carlesso
|
@@ -15,6 +15,7 @@ description: A simple gem to manage your external hard drives and extract MD5 an
|
|
15
15
|
email: name dot surname at popular Google-owned Mail
|
16
16
|
executables:
|
17
17
|
- ricdisk-magic
|
18
|
+
- stats-with-md5
|
18
19
|
extensions: []
|
19
20
|
extra_rdoc_files: []
|
20
21
|
files:
|
@@ -25,6 +26,7 @@ files:
|
|
25
26
|
- Rakefile
|
26
27
|
- VERSION
|
27
28
|
- bin/ricdisk-magic
|
29
|
+
- bin/stats-with-md5
|
28
30
|
- lib/storazzo.rb
|
29
31
|
- lib/storazzo/colors.rb
|
30
32
|
- lib/storazzo/common.rb
|