mangrove 0.30.0 → 0.30.1
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/mangrove/version.rb +1 -1
- metadata +6 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 71226a1d7d1fb7eba306e5838de3bb3f0558c5ecaaf765c4f598fbeac1177e5c
|
|
4
|
+
data.tar.gz: abce827cd50183555927cf71dbd87d04d2e42273ac71c2eeee6e7d14307ba95c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 973e7abe2127c628b8fd3172f62d82103c571910269b6a0256bb6f405ae29eefbd4779bcef569369a5ab79b5a8fc1709c6ef5190f9b2af26be04eb9a8a377d39
|
|
7
|
+
data.tar.gz: 8daf78cf239f11cd7bf83efad79dfe163f42953dc7d9be08e1bf0dc6a5976db6630f5c5b037062bc2acabe69c568737819adeaea158b42b0d91188006399910b
|
data/lib/mangrove/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mangrove
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.30.
|
|
4
|
+
version: 0.30.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kazuma Murata
|
|
@@ -24,7 +24,10 @@ dependencies:
|
|
|
24
24
|
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: 0.5.0
|
|
27
|
-
description:
|
|
27
|
+
description: Mangrove is a Ruby Gem designed to be the definitive toolkit for leveraging
|
|
28
|
+
Sorbet's type system in Ruby applications. It's designed to offer a robust, statically-typed
|
|
29
|
+
experience, focusing on solid types, a functional programming style, and an interface-driven
|
|
30
|
+
approach. Mangrove has `Result`, `Option` and `Algebraic Data Type` currently.
|
|
28
31
|
email:
|
|
29
32
|
- kazzix14@gmail.com
|
|
30
33
|
executables: []
|
|
@@ -132,5 +135,5 @@ requirements: []
|
|
|
132
135
|
rubygems_version: 3.5.9
|
|
133
136
|
signing_key:
|
|
134
137
|
specification_version: 4
|
|
135
|
-
summary:
|
|
138
|
+
summary: Toolkit for leveraging Sorbet's type system.
|
|
136
139
|
test_files: []
|