activeinteractor 2.0.0.alpha.2.3.4 → 2.0.0.alpha.2.3.5

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: d75851d221fb7d266849601c5eef65939edfb615419818393ca9ea9b165a4279
4
- data.tar.gz: '08f62a487d21f34df03f63b0dc112010df68fbb0a6aa6f3931d972eb0dbaed36'
3
+ metadata.gz: ab3035e93ffbf3cfde70156570671c9a90de32ba543607a03c215b46f58e3e81
4
+ data.tar.gz: 385aa7d51c02bdae9dcb0f93b982b963a9b2a9cfe2d916dbfc6ac609d09c706a
5
5
  SHA512:
6
- metadata.gz: 533fa79817a6d0598c1dac316da54f19ac5e96067ede7f65869f26a2c84b5481a134fab044ed947061d6a19f9021c829dc428456e4cb25483ea276b44c5ba6a7
7
- data.tar.gz: 9efe50f237b0bd204678158dd9ba27482b93e640193f8c3f3cbd71025d2b46fb1490bbb19bf25b31adeecdb02298947dbf41a1bd7cb03659c3bc1871faf1605e
6
+ metadata.gz: aaef0f4cc31fef137a2eca0643e54329c9701fbb38940a3353a4413c80def525b8debf387c5d906a5703bf56a31ec20be63eda2da1a1c71e788538afdb1d2aeb
7
+ data.tar.gz: 6216f50618a751ad3aea02541f66d3ade78a771441ccbbc57dc482e6d2a4fa054a1ec8547dab4cf87d058d466c48d996bc788830c769899763a24a7e2b277558
data/README.md CHANGED
@@ -2,8 +2,11 @@
2
2
 
3
3
  [![Version](https://img.shields.io/gem/v/activeinteractor.svg?logo=ruby)](https://rubygems.org/gems/activeinteractor)
4
4
  [![Build](https://github.com/activeinteractor/activeinteractor/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/activeinteractor/activeinteractor/actions/workflows/build.yml)
5
+ [![Docs](https://img.shields.io/badge/docs-blue)](https://activeinteractor.org/)
5
6
  [![License](https://img.shields.io/github/license/activeinteractor/activeinteractor.svg?maxAge=300)](https://github.com/activeinteractor/activeinteractor/blob/main/LICENSE)
6
7
 
8
+ ![ActiveInteractor Logo](https://activeinteractor.org/assets/images/logo.png)
9
+
7
10
  ## DISCLAIMER
8
11
 
9
12
  This project is a work in progress. Go [here](https://github.com/aaronmallen/activeinteractor) for information on the current version of ActiveInteractor.
@@ -26,7 +26,7 @@ module ActiveInteractor
26
26
  result = nil
27
27
  with_notification(:rollback) do |payload|
28
28
  rollback
29
- result = Result.failure(data: parse_output!, errors: errors)
29
+ result = Result.failure(data: @output, errors: errors)
30
30
  payload[:result] = result
31
31
  end
32
32
 
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: 2.0.0.alpha.2.3.4
4
+ version: 2.0.0.alpha.2.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Allen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-17 00:00:00.000000000 Z
11
+ date: 2023-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel
@@ -88,15 +88,15 @@ files:
88
88
  - lib/active_interactor/type/list.rb
89
89
  - lib/active_interactor/type/union.rb
90
90
  - sig/active_interactor.rbs
91
- homepage: https://github.com/activeinteractor/activeinteractor
91
+ homepage: https://activeinteractor.org
92
92
  licenses:
93
93
  - MIT
94
94
  metadata:
95
95
  bug_tracker_uri: https://github.com/activeinteractor/activeinteractor/issues
96
- changelog_uri: https://github.com/activeinteractor/activeinteractor/blob/v2.0.0-alpha.2.3.4/CHANGELOG.md
97
- homepage_uri: https://github.com/activeinteractor/activeinteractor
98
- source_code_uri: https://github.com/activeinteractor/activeinteractor/tree/v2.0.0-alpha.2.3.4
99
- documentation_uri: https://api.activeinteractor.io
96
+ changelog_uri: https://github.com/activeinteractor/activeinteractor/blob/v2.0.0-alpha.2.3.5/CHANGELOG.md
97
+ homepage_uri: https://activeinteractor.org
98
+ source_code_uri: https://github.com/activeinteractor/activeinteractor/tree/v2.0.0-alpha.2.3.5
99
+ documentation_uri: https://activeinteractor.org/api/activeinteractor/v2.0.0-alpha.2.3.5
100
100
  wiki_uri: https://github.com/activeinteractor/activeinteractor/wiki
101
101
  rubygems_mfa_required: 'true'
102
102
  post_install_message:
@@ -114,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
114
114
  - !ruby/object:Gem::Version
115
115
  version: 1.3.1
116
116
  requirements: []
117
- rubygems_version: 3.4.20
117
+ rubygems_version: 3.4.21
118
118
  signing_key:
119
119
  specification_version: 4
120
120
  summary: Ruby interactors with ActiveModel::Validations