activeinteractor 1.1.6 → 1.1.7
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: 2dba96d833101b897fa1ab3e3a522b4aff05a6abb1eee04c33b597e708a8b2f7
|
|
4
|
+
data.tar.gz: 690122f879d3baff964a017ba3b97569feca951a8668d87655d021849bb27eeb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9828d4eccbe2a1ce46728284e96b123d5b1172645b4f2ebd8e8dcb7fd05876f354d97d340f5023d2599d7a08c8e24128a6ce4d2452be7890fa7ea12a8b52735d
|
|
7
|
+
data.tar.gz: d5381f476bc675958d34545b03d2b5fa7dc9a0f05d86a301ca659dc89ac354a3940f4d4dff7864dccfbc82fabed96b602b49931b80b4b5c7c7e113e9ac3ea2c8
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning].
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [v1.1.7] - 2022-09-26
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- [\#358] Typo in generator template name
|
|
15
|
+
|
|
10
16
|
## [v1.1.6] - 2022-04-25
|
|
11
17
|
|
|
12
18
|
### Changed
|
|
@@ -249,7 +255,8 @@ and this project adheres to [Semantic Versioning].
|
|
|
249
255
|
|
|
250
256
|
<!-- versions -->
|
|
251
257
|
|
|
252
|
-
[Unreleased]: https://github.com/aaronmallen/activeinteractor/compare/v1.1.
|
|
258
|
+
[Unreleased]: https://github.com/aaronmallen/activeinteractor/compare/v1.1.7...HEAD
|
|
259
|
+
[v1.1.7]: https://github.com/aaronmallen/activeinteractor/compare/v1.1.6...v1.1.7
|
|
253
260
|
[v1.1.6]: https://github.com/aaronmallen/activeinteractor/compare/v1.1.4...v1.1.6
|
|
254
261
|
[v1.1.4]: https://github.com/aaronmallen/activeinteractor/compare/v1.1.3...v1.1.4
|
|
255
262
|
[v1.1.3]: https://github.com/aaronmallen/activeinteractor/compare/v1.1.2...v1.1.3
|
|
@@ -16,7 +16,7 @@ module ActiveInteractor
|
|
|
16
16
|
|
|
17
17
|
# The ActiveInterctor patch version number
|
|
18
18
|
# @return [Integer] The ActiveInteractor patch version number
|
|
19
|
-
PATCH =
|
|
19
|
+
PATCH = 7
|
|
20
20
|
|
|
21
21
|
# The ActiveInterctor pre-release version
|
|
22
22
|
# @return [String | nil] The ActiveInteractor pre-release version
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activeinteractor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aaron Allen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-09-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activemodel
|
|
@@ -156,7 +156,7 @@ files:
|
|
|
156
156
|
- lib/rails/generators/templates/context_test_unit.erb
|
|
157
157
|
- lib/rails/generators/templates/interactor.erb
|
|
158
158
|
- lib/rails/generators/templates/interactor_spec.erb
|
|
159
|
-
- lib/rails/generators/templates/
|
|
159
|
+
- lib/rails/generators/templates/interactor_test_unit.erb
|
|
160
160
|
- lib/rails/generators/templates/organizer.erb
|
|
161
161
|
- spec/active_interactor/base_spec.rb
|
|
162
162
|
- spec/active_interactor/config_spec.rb
|
|
@@ -205,10 +205,10 @@ licenses:
|
|
|
205
205
|
- MIT
|
|
206
206
|
metadata:
|
|
207
207
|
bug_tracker_uri: https://github.com/aaronmallen/activeinteractor/issues
|
|
208
|
-
changelog_uri: https://github.com/aaronmallen/activeinteractor/blob/v1.1.
|
|
209
|
-
documentation_uri: https://www.rubydoc.info/gems/activeinteractor/1.1.
|
|
208
|
+
changelog_uri: https://github.com/aaronmallen/activeinteractor/blob/v1.1.7/CHANGELOG.md
|
|
209
|
+
documentation_uri: https://www.rubydoc.info/gems/activeinteractor/1.1.7
|
|
210
210
|
hompage_uri: https://github.com/aaronmallen/activeinteractor
|
|
211
|
-
source_code_uri: https://github.com/aaronmallen/activeinteractor/tree/v1.1.
|
|
211
|
+
source_code_uri: https://github.com/aaronmallen/activeinteractor/tree/v1.1.7
|
|
212
212
|
wiki_uri: https://github.com/aaronmallen/activeinteractor/wiki
|
|
213
213
|
post_install_message:
|
|
214
214
|
rdoc_options: []
|
|
@@ -230,45 +230,45 @@ signing_key:
|
|
|
230
230
|
specification_version: 4
|
|
231
231
|
summary: Ruby interactors with ActiveModel::Validations
|
|
232
232
|
test_files:
|
|
233
|
-
- spec/
|
|
234
|
-
- spec/integration/
|
|
235
|
-
- spec/integration/an_organizer_with_options_callbacks_spec.rb
|
|
233
|
+
- spec/integration/a_basic_organizer_spec.rb
|
|
234
|
+
- spec/integration/an_organizer_with_failing_nested_organizer_spec.rb
|
|
236
235
|
- spec/integration/an_interactor_with_before_perform_callbacks_spec.rb
|
|
237
|
-
- spec/integration/
|
|
236
|
+
- spec/integration/an_organizer_with_after_each_callbacks_spec.rb
|
|
237
|
+
- spec/integration/an_organizer_with_conditionally_organized_interactors_spec.rb
|
|
238
|
+
- spec/integration/active_record_integration_spec.rb
|
|
238
239
|
- spec/integration/an_organizer_with_before_each_callbacks_spec.rb
|
|
239
|
-
- spec/integration/
|
|
240
|
-
- spec/integration/an_organizer_with_failing_nested_organizer_spec.rb
|
|
240
|
+
- spec/integration/a_failing_interactor_spec.rb
|
|
241
241
|
- spec/integration/an_organizer_with_around_each_callbacks_spec.rb
|
|
242
|
-
- spec/integration/an_interactor_with_before_rollback_callbacks_spec.rb
|
|
243
242
|
- spec/integration/an_interactor_with_validations_on_called_spec.rb
|
|
244
|
-
- spec/integration/an_interactor_with_validations_on_calling_spec.rb
|
|
245
|
-
- spec/integration/an_organizer_with_conditionally_organized_interactors_spec.rb
|
|
246
|
-
- spec/integration/an_interactor_with_after_rollback_callbacks_spec.rb
|
|
247
243
|
- spec/integration/an_interactor_with_after_context_validation_callbacks_spec.rb
|
|
244
|
+
- spec/integration/an_interactor_with_before_rollback_callbacks_spec.rb
|
|
245
|
+
- spec/integration/an_organizer_performing_in_parallel_spec.rb
|
|
248
246
|
- spec/integration/an_interactor_with_around_rollback_callbacks_spec.rb
|
|
249
|
-
- spec/integration/
|
|
250
|
-
- spec/integration/
|
|
247
|
+
- spec/integration/an_interactor_with_an_existing_context_class_spec.rb
|
|
248
|
+
- spec/integration/an_organizer_with_options_callbacks_spec.rb
|
|
249
|
+
- spec/integration/an_interactor_with_after_rollback_callbacks_spec.rb
|
|
250
|
+
- spec/integration/an_interactor_with_validations_on_calling_spec.rb
|
|
251
251
|
- spec/integration/an_interactor_with_validations_spec.rb
|
|
252
252
|
- spec/integration/an_interactor_with_around_perform_callbacks_spec.rb
|
|
253
|
-
- spec/integration/active_record_integration_spec.rb
|
|
254
253
|
- spec/integration/an_interactor_with_after_perform_callbacks_spec.rb
|
|
255
|
-
- spec/integration/
|
|
254
|
+
- spec/integration/a_basic_interactor_spec.rb
|
|
256
255
|
- spec/active_interactor_spec.rb
|
|
257
|
-
- spec/support/
|
|
258
|
-
- spec/support/shared_examples/a_class_with_interactor_context_methods_example.rb
|
|
256
|
+
- spec/support/helpers/factories.rb
|
|
259
257
|
- spec/support/shared_examples/a_class_with_interactor_methods_example.rb
|
|
260
258
|
- spec/support/shared_examples/a_class_with_interactor_callback_methods_example.rb
|
|
261
259
|
- spec/support/shared_examples/a_class_that_extends_active_interactor_models_example.rb
|
|
262
|
-
- spec/support/
|
|
260
|
+
- spec/support/shared_examples/a_class_with_interactor_context_methods_example.rb
|
|
261
|
+
- spec/support/shared_examples/a_class_with_organizer_callback_methods_example.rb
|
|
263
262
|
- spec/support/coverage.rb
|
|
264
|
-
- spec/support/
|
|
263
|
+
- spec/support/spec_helpers.rb
|
|
264
|
+
- spec/active_interactor/base_spec.rb
|
|
265
|
+
- spec/active_interactor/error_spec.rb
|
|
266
|
+
- spec/active_interactor/config_spec.rb
|
|
265
267
|
- spec/active_interactor/interactor/worker_spec.rb
|
|
266
268
|
- spec/active_interactor/interactor/perform/options_spec.rb
|
|
269
|
+
- spec/active_interactor/context/base_spec.rb
|
|
267
270
|
- spec/active_interactor/version_spec.rb
|
|
271
|
+
- spec/active_interactor/organizer/base_spec.rb
|
|
268
272
|
- spec/active_interactor/organizer/interactor_interface_spec.rb
|
|
269
273
|
- spec/active_interactor/organizer/interactor_interface_collection_spec.rb
|
|
270
|
-
- spec/
|
|
271
|
-
- spec/active_interactor/config_spec.rb
|
|
272
|
-
- spec/active_interactor/context/base_spec.rb
|
|
273
|
-
- spec/active_interactor/error_spec.rb
|
|
274
|
-
- spec/active_interactor/base_spec.rb
|
|
274
|
+
- spec/spec_helper.rb
|