storazzo 0.2.1 → 0.2.2
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/Gemfile +1 -1
- data/README.md +1 -1
- data/VERSION +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 75b835462aa0c27cc1ba757bbd80eedda8922fa24dce607ce47a191e242ab384
|
|
4
|
+
data.tar.gz: c7b3124551abc5da4378411b7dd1cd8e79fcf298973ad5f18b55b5fe5742afe0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5be4a025c291a432ae9f07ab75f84c405e77562c3a7c673d2581c19b693294385265ecababb96521ec16a605233d825fd4042511914df8b0adae298a01217a0a
|
|
7
|
+
data.tar.gz: b853906799fea55cbf8579b546603e7297fcaf57a488ff49ae714cf07efde40eefc1749666757209764723c2208809ace495ff8dba9a0323442acaa377c81e51
|
data/Gemfile
CHANGED
data/README.md
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
Inspiration from:
|
|
15
15
|
|
|
16
|
-
* hola gem awesome guide: https://guides.rubygems.org/make-your-own-gem/
|
|
16
|
+
* `hola` gem awesome guide: https://guides.rubygems.org/make-your-own-gem/
|
|
17
17
|
* RubyGem from DHH: https://github.com/rails/strong_parameters/tree/master/lib for how to trustucre lib/ and gemspec.
|
|
18
18
|
* Stackoverflow and Google for the rest.
|
|
19
19
|
* Elio e le Storie Tese: _Sai chi ti scandisce il disco un casino? Storazzo!_
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.2
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: storazzo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Riccardo Carlesso
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-07-
|
|
11
|
+
date: 2022-07-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: A simple gem to manage your external hard drives and extract MD5 and
|
|
14
14
|
common stuff from them.
|
|
@@ -62,7 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
62
62
|
- !ruby/object:Gem::Version
|
|
63
63
|
version: '0'
|
|
64
64
|
requirements: []
|
|
65
|
-
rubygems_version: 3.1.
|
|
65
|
+
rubygems_version: 3.1.6
|
|
66
66
|
signing_key:
|
|
67
67
|
specification_version: 4
|
|
68
68
|
summary: storazzo is an amazing gem. Code is in https://github.com/palladius/storazzo
|