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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/storazzo.gemspec +7 -8
  4. metadata +5 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6948ac6219b8540a46f7a2c0a155e097168656ed6b09f0adc9b2601b62bc466d
4
- data.tar.gz: b6f40f0dd0c025c0a03b59a11ba75b9a6ed0f398f93fb6ce1bf18538ef9ebdbf
3
+ metadata.gz: 5f4d23c9cd30839667e21e3c6ab051a1903102b6bd1452c4d2b742616dc7214d
4
+ data.tar.gz: 47a848096049ae19ad862c41726ef5f49ed80951f7f40743d0fca2effe575cc0
5
5
  SHA512:
6
- metadata.gz: e2133288626b087aa3ec75c95626b7f23cb09b3073589bef4582837b12f7a1559b96afc0a7d42c4422c9fae61372143673170fcfca6ad6bfc9a509b3f1cef404
7
- data.tar.gz: 1dc88ed96a2d77e5b38f68528315cecc409263bd350acb657ed643eb8e451247db28a23319816f2cfe3a65dc81b43a04fb90b059be36e6e289507a95b23ce49f
6
+ metadata.gz: 2162e8ca1debeb4b8e344cf34dafc3bd842d4f034981245cef435e283050214fdce855a30d795dc989fe9a69bff44d7d13922b381bc9aeb881cadaf48cebb60f
7
+ data.tar.gz: eb6a399ae718721b09d56809108090a816c723721893f390dc7b29de5bbcb54fed400aceba37567da16308d3544846493e2805537aec5cc1f1ea3741484d2b8c
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.7.3
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
- # # todo: everything in bin/
25
- # "ricdisk-magic",
26
- # "stats-with-md5",
27
- # "storazzo",
28
- # "hello-storazzo",
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.3
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://rubygems.org/gems/storazzo
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