eco-helpers 2.1.5 → 2.1.6
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a60227ce2638442d0a7b4cb8a292506ef2b4f13b59535c53e7397afb0ac48eb0
|
|
4
|
+
data.tar.gz: 794d2c7e3c85e1a9e97c22677efd483e94fb47687ff6dd2c238613099022a7e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4186a76a325a920057c6a71a0dd1f774a9342a4f1e280c392e639ceb008f845a104b7615fa8e03d11f9dab73fd995e15f25551c3b989577fa2595a64505550b9
|
|
7
|
+
data.tar.gz: 2ab664150646c1f9af560aca8c2a1dff9ddd651f867e28bddd5d560ec89c4ae9bbc8884fadd07346ab7ec6544288adcc2ce9be866adadbb63db04f0e521ee3e9
|
data/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,19 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
|
|
4
|
-
## [2.1.
|
|
4
|
+
## [2.1.7] - 2022-11-xx
|
|
5
5
|
|
|
6
6
|
### Added
|
|
7
7
|
### Changed
|
|
8
8
|
### Fixed
|
|
9
9
|
|
|
10
|
-
## [2.1.
|
|
10
|
+
## [2.1.6] - 2022-11-17
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
- `Eco::API::UseCases::OozeSamples::Helpers::Shortcuts#to_i` (missing param on method)
|
|
14
|
+
- `Eco::API::UseCases::OozeSamples::module HelpersMigration::TypedFieldsPairing#multi_delete` typo
|
|
15
|
+
|
|
16
|
+
## [2.1.5] - 2022-11-17
|
|
11
17
|
|
|
12
18
|
### Added
|
|
13
19
|
- `Eco::API::UseCases::OozeSamples::RegisterUpdateCase` added creation count
|
|
@@ -16,7 +22,7 @@ All notable changes to this project will be documented in this file.
|
|
|
16
22
|
- `with_rescue` that prompts user to continue
|
|
17
23
|
- this is for usage in child classes
|
|
18
24
|
- new use case and helpers thereof `Eco::API::UseCases::OozeSamples::RegisterMigrationCase`
|
|
19
|
-
|
|
25
|
+
|
|
20
26
|
### Changed
|
|
21
27
|
- upgraded `ecoportal-api-v2` **gem**
|
|
22
28
|
- **refactored** `Eco::API::UseCases::OozeSamples::Helpers::Shortcuts#same_string?`
|
data/lib/eco/version.rb
CHANGED