kettle-jem 7.0.0

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: fd6f2a3afd5726dbea491b3483ea013dcedcf983e75b1db809209bd45a6989c2
4
+ data.tar.gz: 9f20902a834021bf28e3965b7365b0e1e89a1d48e39e916f967aa0ab6c4c3577
5
+ SHA512:
6
+ metadata.gz: ecc0316925ba12299e8146bcbb2b7f836d1801562d7b225db98a3690b130d2f34c9a5d46e6a108dfbd2a305d74b4e6421f708a7ad3ad9dfdb3c5d66704db2111
7
+ data.tar.gz: f708b5017130c75084417598130f5622a2e69b6288b5a7e7d490a3599f139e6e72b4596bc99f3ea3d9dc4303c1670d41b59fb7cb2a834b1c78fd2f587a563a18
checksums.yaml.gz.sig ADDED
Binary file
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Kettle
4
+ module Jem
5
+ module Version
6
+ VERSION = "7.0.0"
7
+ end
8
+
9
+ VERSION = Version::VERSION
10
+ end
11
+ end