callee 0.2.0 → 0.2.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/.rubocop.yml +3 -0
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/lib/callee/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b7b5acd465a45dd124829ffbc1530c7f6c762b4a4bfd7c98dbb7f90fea57c861
|
|
4
|
+
data.tar.gz: 45c7a23a942c5213868c20155991da8b80d5290f2a148a56255f43d265de1f70
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 34e89951e1f0d964f67bf29b50ec257b9536a6fad0cf3acec46299c2e5acb614b5b40f14065856607160f15baf0c5ed20d9c9f2d3a15c62ec20237cc5430d3c6
|
|
7
|
+
data.tar.gz: 3f1fabbe17b727dcadfb8786d2dbeeee8216c5339ef8c719130f59c31d7f37ce6827c60097ada2cc68b8296f764d3f399a275bcfd2a71511bd43bd494ed98025
|
data/.rubocop.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
+
## [0.2.1] - 2019-08-07
|
|
8
|
+
|
|
9
|
+
- `#call` method is now consistent with the way `Dry::Initializer` constructor accepts params and options.
|
|
10
|
+
|
|
7
11
|
## [0.1.3] - 2019-07-29
|
|
8
12
|
|
|
9
13
|
- Implement `to_proc` method to support Ruby ampersand shorthand.
|
data/Gemfile.lock
CHANGED
data/lib/callee/version.rb
CHANGED