vicary 0.2.6 → 0.2.7
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/vicary/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: 25117b10df871bcdc67c69a5e53bd4e6601c8a3a079d92d3903b7d3dd970dc86
|
|
4
|
+
data.tar.gz: 1401ae6b4b7ca9c7a09da18afd61cd70071c9a0e8d781d01093963cf3117035c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8d1d32375429a8e26e1b1419aa10e4dbca16e3c724800bfc115e9fa748478061dc83630389c5896846b74363a3ac2d7880be7b7cd077f983f22aa12405d36b3f
|
|
7
|
+
data.tar.gz: ed1e3fbde7b0366db3f4b038bdcd01da4f11268873384846d105f39c0429d6391961f80ebfcfd85a43d13d9ff9da2ba72b7a86119dc1021f1b5610ec667864b5
|
data/lib/vicary/version.rb
CHANGED
|
@@ -6,5 +6,5 @@ module Vicary
|
|
|
6
6
|
# Shared across all three front doors on purpose: one detector, one number. A
|
|
7
7
|
# gem 0.3.0 that corresponds to nothing on PyPI cannot be reasoned about, and
|
|
8
8
|
# the parity claim is between *versions*, not between package names.
|
|
9
|
-
VERSION = "0.2.
|
|
9
|
+
VERSION = "0.2.7"
|
|
10
10
|
end
|