method_composition 0.0.1 → 0.0.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
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b2f3234fb42081d23d254978b77c9af42166c234c0b24e63d6b564904c2cfdd6
|
4
|
+
data.tar.gz: de432b5e3d1a8375fe57ef5c03d4a44dda8f61f6a10a3c5d61f086c1260e2a6f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fcc8470918ccfdf1fc9e267a995f053ffd21f556b258cd7109e899b7634aac0135cc7c7118b8527ab7176ac0427758c23bfe0c7fd096cb76c82202e52bfae34a
|
7
|
+
data.tar.gz: 145dfdd15c08286965d36fc1059a8d02619b80bc95c0ede9aa5d10eff7bab5995d0e264f9a09039670707bb1edc2187755abd24a9375df990cf7b0f461176628
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: method_composition
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- mdziardziel
|
@@ -11,7 +11,7 @@ cert_chain: []
|
|
11
11
|
date: 2020-04-19 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Do you know function composition e.g. from elixir? Now
|
14
|
-
you can easily build classes based on this
|
14
|
+
you can easily build classes based on this feature! Just include
|
15
15
|
MethodComposition module and define methods fire order using methods_chain method.
|
16
16
|
email:
|
17
17
|
executables: []
|