hypercast 0.0.2 → 0.1.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 +4 -4
- data/lib/hypercast.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: 3395bfc77bf9841bea17d19e0d1f789f2d61bed6e7c81f5be2c17239284a1a54
|
|
4
|
+
data.tar.gz: c898595ea8c8eda13d1fa9f90aad6c1dca50245d6db1d643758ef24814099f32
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ae631767cd6c8ce9bb0684fa4974e4bb3aa8035fca3c346329b700e2a685fff388584b9d5135fec632abd8a788c8586e86171aee02eaba12fb472ac2d3fd7550
|
|
7
|
+
data.tar.gz: cf671f8c7f3e1baeb561dd94489b07726bc4d50f9f96e1d85b4dbf5ae94abd698130c6c4f79c7847f8e5940679aaa14f633099b731d439f9a31ae18b4513c4fe
|
data/lib/hypercast.rb
CHANGED
|
@@ -23,7 +23,7 @@ require_relative "hypercast/runtime"
|
|
|
23
23
|
module HyperCast
|
|
24
24
|
# This gem's own version — kept in lockstep with hypercast.gemspec by the
|
|
25
25
|
# prepare-release workflow, so the two can never drift apart again.
|
|
26
|
-
VERSION = "0.0
|
|
26
|
+
VERSION = "0.1.0"
|
|
27
27
|
|
|
28
28
|
# The success case of a verdict: a cast value.
|
|
29
29
|
Success = Data.define(:value)
|