maybe_monad 0.1.1 → 0.1.2
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/README.md +0 -3
- data/lib/maybe_monad/version.rb +1 -1
- metadata +1 -2
- data/maybe_monad.png +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7de1cc368e85965d80ded5e940604d8012360ba9
|
|
4
|
+
data.tar.gz: d85efe0752f4065dbaf09826d0f8d33bd5471209
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d220d8b2d77eea37ec16b51981f251a46846282a5b5f487a576fa82b611fc1c18dad24e0e3c333648deb75b25fc1c90a7b751602ebbd9b4d460585733f8167f6
|
|
7
|
+
data.tar.gz: 787994893407353bd0d1cc355fe3464f250d81df97e7e4ad10d91b1869c74bac0367d7399b686a059bb89146053af63b35095b7c9e0a5e3f6cb08576f732e060
|
data/README.md
CHANGED
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
Another maybe monad library for ruby.
|
|
4
4
|
|
|
5
|
-
![maybe_monad][]
|
|
6
|
-
|
|
7
5
|
## Installation
|
|
8
6
|
|
|
9
7
|
Add this line to your application's Gemfile:
|
|
@@ -30,4 +28,3 @@ TODO: Write usage instructions here
|
|
|
30
28
|
4. Push to the branch (`git push origin my-new-feature`)
|
|
31
29
|
5. Create new Pull Request
|
|
32
30
|
|
|
33
|
-
[maybe_monad]: maybe_monad.png
|
data/lib/maybe_monad/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: maybe_monad
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- liangjingyang
|
|
@@ -59,7 +59,6 @@ files:
|
|
|
59
59
|
- lib/maybe_monad.rb
|
|
60
60
|
- lib/maybe_monad/version.rb
|
|
61
61
|
- maybe_monad.gemspec
|
|
62
|
-
- maybe_monad.png
|
|
63
62
|
- spec/maybe_monad_spec.rb
|
|
64
63
|
- spec/spec_helper.rb
|
|
65
64
|
homepage: ''
|
data/maybe_monad.png
DELETED
|
Binary file
|