hoodoo 2.4.2 → 2.4.3
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/lib/hoodoo/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ce758beb5008e4badbf7b78e912ed1a3fc09e5659f3a1dd585ad13f69571d568
|
4
|
+
data.tar.gz: 76573396fd9b41de0098b8c511ce5601137d289f751cac9597c91d1bc13ea1ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19d0366a7da0aaa8c228d4aa1a96f2bd5701bdb9ea70a56c159bca77b959f2705c16b2b803fc3e894f6eeb24d24acb4d63bc0c2b84118673b121f46daf21de38
|
7
|
+
data.tar.gz: 25853720d4851bdd5c992c40645385fd146cfbb0033d17925b6216c4ff97d6fc1d7b9e4244c323ef0696d21e139c2a30c5116e2315e20a179b952803bccadd26
|
data/lib/hoodoo/version.rb
CHANGED
@@ -12,7 +12,7 @@ module Hoodoo
|
|
12
12
|
# The Hoodoo gem version. If this changes, be sure to re-run
|
13
13
|
# <tt>bundle install</tt> or <tt>bundle update</tt>.
|
14
14
|
#
|
15
|
-
VERSION = '2.4.
|
15
|
+
VERSION = '2.4.3'
|
16
16
|
|
17
17
|
# The Hoodoo gem date. If this changes, be sure to re-run
|
18
18
|
# <tt>bundle install</tt> or <tt>bundle update</tt>.
|