storazzo 0.7.3 → 0.7.5
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/VERSION +1 -1
- data/storazzo.gemspec +7 -8
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5f4d23c9cd30839667e21e3c6ab051a1903102b6bd1452c4d2b742616dc7214d
|
|
4
|
+
data.tar.gz: 47a848096049ae19ad862c41726ef5f49ed80951f7f40743d0fca2effe575cc0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2162e8ca1debeb4b8e344cf34dafc3bd842d4f034981245cef435e283050214fdce855a30d795dc989fe9a69bff44d7d13922b381bc9aeb881cadaf48cebb60f
|
|
7
|
+
data.tar.gz: eb6a399ae718721b09d56809108090a816c723721893f390dc7b29de5bbcb54fed400aceba37567da16308d3544846493e2805537aec5cc1f1ea3741484d2b8c
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.7.
|
|
1
|
+
0.7.5
|
data/storazzo.gemspec
CHANGED
|
@@ -20,14 +20,13 @@ Gem::Specification.new do |s|
|
|
|
20
20
|
s.executables = Dir['bin/*'].map do |full_path| # bin/blah-blah
|
|
21
21
|
full_path.gsub('bin/', '')
|
|
22
22
|
end
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
s.homepage = 'https://rubygems.org/gems/storazzo' # maybe https://github.com/palladius/storazzo
|
|
23
|
+
|
|
24
|
+
s.metadata = {
|
|
25
|
+
"github_repo" => "https://github.com/palladius/storazzo",
|
|
26
|
+
"changelog_uri" => "https://github.com/palladius/storazzo/blob/main/CHANGELOG.md"
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
s.homepage = 'https://github.com/palladius/storazzo'
|
|
31
30
|
s.license = 'MIT'
|
|
32
31
|
|
|
33
32
|
s.add_dependency "sqlite3"
|
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.7.
|
|
4
|
+
version: 0.7.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Riccardo Carlesso
|
|
@@ -117,10 +117,12 @@ files:
|
|
|
117
117
|
- var/test/disks/disk02-full/fake file.touch
|
|
118
118
|
- var/test/disks/disk02-full/ls.txt
|
|
119
119
|
- var/test/disks/ricdisk_stats_v11.rds
|
|
120
|
-
homepage: https://
|
|
120
|
+
homepage: https://github.com/palladius/storazzo
|
|
121
121
|
licenses:
|
|
122
122
|
- MIT
|
|
123
|
-
metadata:
|
|
123
|
+
metadata:
|
|
124
|
+
github_repo: https://github.com/palladius/storazzo
|
|
125
|
+
changelog_uri: https://github.com/palladius/storazzo/blob/main/CHANGELOG.md
|
|
124
126
|
rdoc_options: []
|
|
125
127
|
require_paths:
|
|
126
128
|
- lib
|