monad-oxide 0.11.0 → 0.12.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/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: 0be7d626dfbb5f8398d3b3ac58c4228bc28323fc0d64d74c4cd6d7e4f5966698
|
4
|
+
data.tar.gz: fed978afd4d3ea108a8ab1fece39379573ade7bab1ae167c92ea9a6ca8bb3836
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 90a2f66f1e4bcd4f08a39c96aa7c9b2d65dd7cdc5c92a9e7f3cb7660f00d64bae5645250fcb25fc9b4688b8d7bece8e4ceaa470de634ac868db03b4a025f1871
|
7
|
+
data.tar.gz: 9b64b9ad89870629f44a593429e1f43b70ee04124e139ce334db65acf805ccb436c88992846eee80d09baf1c97a6f60bdf660382aa318b1042b05c742a3757c3
|
data/lib/version.rb
CHANGED
@@ -3,5 +3,5 @@ module MonadOxide
|
|
3
3
|
# This version is locked to 0.x.0 because semver is a lie and this project
|
4
4
|
# uses CICD to push new versions. Any commits that appear on main will result
|
5
5
|
# in a new version of the gem created and published.
|
6
|
-
VERSION='0.
|
6
|
+
VERSION='0.12.0'
|
7
7
|
end
|