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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f764aebbaae44b81e26bd18cfe2e697f048aee4d
4
- data.tar.gz: 4015da28b157817efabeb2140517a1eec0b1a7ad
3
+ metadata.gz: 7de1cc368e85965d80ded5e940604d8012360ba9
4
+ data.tar.gz: d85efe0752f4065dbaf09826d0f8d33bd5471209
5
5
  SHA512:
6
- metadata.gz: 8fb900691fce3ee764dadbd8e4da8b60df0414dedae99ae97f9f0b4a41080fed94e3b4d190372f4e86bdfb27956b895736accda2b96c83ab6cd79eb406e30b33
7
- data.tar.gz: 5b3d3b75119dbaf5b3464c151624fad7b706de43423e5dd46b84857f77a8b34e7916cca4764fea3f34aa5f216c9e8b865d4b51e4144a936aca4e0fdcb870b2e2
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
@@ -1,3 +1,3 @@
1
1
  module MaybeMonad
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
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.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