everythingrb 0.3.0 → 0.3.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/CHANGELOG.md +12 -1
- data/lib/everythingrb/core/hash.rb +1 -1
- data/lib/everythingrb/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: 747441fc1a0c8be071a4465edb190dead79eea7195b66b262976e8ae91b6bc0f
|
4
|
+
data.tar.gz: 491c3bc6c22bc02495425fecfb51166c8982d86ad0eede1b10980e2bf040b705
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f6605c462aeeb634fe3342a3befb424fe3a67f31059f486d4c835a3670192962a44f6237f51947629cbe1a27d7a21579c03a48f9c98e22f155821cdb62f1e8c1
|
7
|
+
data.tar.gz: e6d2ce8fca0b90b513c686dfc44f8010cfb2aca9cc3be84cdbd08c6fccbbac49727ffbe42805f5a0789496df7b3f68ace624b7c201b30f5ee5305be16af485fa
|
data/CHANGELOG.md
CHANGED
@@ -23,6 +23,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
23
23
|
|
24
24
|
### Removed
|
25
25
|
|
26
|
+
## [0.3.1] - 12025-04-09
|
27
|
+
|
28
|
+
### Added
|
29
|
+
|
30
|
+
### Changed
|
31
|
+
|
32
|
+
- Fixed `Hash#value_where` error when nothing is found
|
33
|
+
|
34
|
+
### Removed
|
35
|
+
|
26
36
|
## [0.3.0] - 12025-04-09
|
27
37
|
|
28
38
|
### Added
|
@@ -139,7 +149,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
139
149
|
|
140
150
|
- Added alias `each` to `each_pair` in OpenStruct for better enumerable compatibility
|
141
151
|
|
142
|
-
[unreleased]: https://github.com/itsthedevman/everythingrb/compare/v0.3.
|
152
|
+
[unreleased]: https://github.com/itsthedevman/everythingrb/compare/v0.3.1...HEAD
|
153
|
+
[0.3.1]: https://github.com/itsthedevman/everythingrb/compare/v0.3.0...v0.3.1
|
143
154
|
[0.3.0]: https://github.com/itsthedevman/everythingrb/compare/v0.2.5...v0.3.0
|
144
155
|
[0.2.5]: https://github.com/itsthedevman/everythingrb/compare/v0.2.4...v0.2.5
|
145
156
|
[0.2.4]: https://github.com/itsthedevman/everythingrb/compare/v0.2.3...v0.2.4
|
data/lib/everythingrb/version.rb
CHANGED