activeinteractor 2.0.0.alpha.4.0.0 → 2.0.0.alpha.4.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fc451865dfb531e53701af2784f24db10856e07edff20046bd034c389e959121
|
4
|
+
data.tar.gz: cfc832189a947dc7be86b9ae84e7cc933ae5220e8d2ce83bc0ce3a3e8a45f529
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 59502fe574c00069b29558599baaf545201e7a48a4d7439bbafa5ee7f2a3eb3ba797346f086d18956fd28369bb712b6c137dfc977fdce2d6e1eac043a7eae0de
|
7
|
+
data.tar.gz: 79bc149020a1cbf36090a1937de49689312e2b62a1001e4d06e4e0d6cf83557876009416ab9fe5d839520610dfbd3989cbc4c4cdcb7758ed18942a2f0e8ef23d
|
metadata
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activeinteractor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.0.alpha.4.0.
|
4
|
+
version: 2.0.0.alpha.4.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aaron Allen
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
date: 2024-01-09 00:00:00.000000000 Z
|
@@ -89,13 +89,13 @@ licenses:
|
|
89
89
|
- MIT
|
90
90
|
metadata:
|
91
91
|
bug_tracker_uri: https://github.com/activeinteractor/activeinteractor/issues
|
92
|
-
changelog_uri: https://github.com/activeinteractor/activeinteractor/blob/v2.0.0-alpha.4.0.
|
92
|
+
changelog_uri: https://github.com/activeinteractor/activeinteractor/blob/v2.0.0-alpha.4.0.1/CHANGELOG.md
|
93
93
|
homepage_uri: https://activeinteractor.org
|
94
|
-
source_code_uri: https://github.com/activeinteractor/activeinteractor/tree/v2.0.0-alpha.4.0.
|
95
|
-
documentation_uri: https://activeinteractor.org/api/activeinteractor/v2.0.0-alpha.4.0.
|
94
|
+
source_code_uri: https://github.com/activeinteractor/activeinteractor/tree/v2.0.0-alpha.4.0.1
|
95
|
+
documentation_uri: https://activeinteractor.org/api/activeinteractor/v2.0.0-alpha.4.0.1
|
96
96
|
wiki_uri: https://github.com/activeinteractor/activeinteractor/wiki
|
97
97
|
rubygems_mfa_required: 'true'
|
98
|
-
post_install_message:
|
98
|
+
post_install_message:
|
99
99
|
rdoc_options: []
|
100
100
|
require_paths:
|
101
101
|
- lib
|
@@ -110,8 +110,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
110
110
|
- !ruby/object:Gem::Version
|
111
111
|
version: 1.3.1
|
112
112
|
requirements: []
|
113
|
-
rubygems_version: 3.
|
114
|
-
signing_key:
|
113
|
+
rubygems_version: 3.2.33
|
114
|
+
signing_key:
|
115
115
|
specification_version: 4
|
116
116
|
summary: Ruby interactors with ActiveModel::Validations
|
117
117
|
test_files: []
|