dry-monads 1.0.0.beta3 → 1.0.0.rc1

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
  SHA256:
3
- metadata.gz: 8849066c430ded6b537994abd57845ad1c6ca7c4737c3706a23a51c8dfad8475
4
- data.tar.gz: 8dddde497c9b5715fc30144d68caf5adf5cfe88a4d4103ffcd40498d84fda9ee
3
+ metadata.gz: 9a933594c83d022c2ea836bda86858c51e64f19c0d1a9514197c4c36fb51520c
4
+ data.tar.gz: c87704cede481b120e3eab95cd4c5a5c06c4ae361fdd7534b88204f26eb04d21
5
5
  SHA512:
6
- metadata.gz: 238f0fbe18d9040be53cbd525116151e1893d044f4f26a298743b135cf4aa38d5a1cbdca7a4f17c70afbb725ebbbc4d81dc47f8d32430c51593115095ced196f
7
- data.tar.gz: 653974ff351c688181e8443f294eecdb4449fe0df61ee27275ca317bf67cb48fb8df938866877454ff909ae5d11fe3bef628a5a77f1deb024f005705e76c0ba5
6
+ metadata.gz: 26daa08fd23ac890b175955d74ca4e8562277d179bfca351e4b2d0b24a6a4a63ed6ae6e59d47475d05341ff31f614c058d8887b113f537559d91f3f34a8fe44d
7
+ data.tar.gz: 1b00eda7bf09a6ff06930862b9fbe2a9ee90c4811e38fa24f0ac91759b48c7c6581a1069c8821fdc23a84af685412da6bc75c34e6a9ff68cfbec68a312a2d15b
data/lib/dry/monads/do.rb CHANGED
@@ -86,6 +86,15 @@ module Dry
86
86
  end
87
87
  end
88
88
 
89
+ # @api private
90
+ def self.included(base)
91
+ super
92
+
93
+ # Actually mixes in Do::All
94
+ require 'dry/monads/do/all'
95
+ base.include All
96
+ end
97
+
89
98
  protected
90
99
 
91
100
  # @private
@@ -1,6 +1,6 @@
1
1
  module Dry
2
2
  module Monads
3
3
  # @private
4
- VERSION = '1.0.0.beta3'.freeze
4
+ VERSION = '1.0.0.rc1'.freeze
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dry-monads
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.beta3
4
+ version: 1.0.0.rc1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nikita Shilnikov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-05-27 00:00:00.000000000 Z
11
+ date: 2018-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dry-equalizer