activeinteractor 1.1.3 → 1.1.4
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 +8 -1
- data/lib/active_interactor/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: db44b925fee62b19ed7c6ce4fcdd34f47df0ec40c6092a64e1c7f8b0c68c6319
|
|
4
|
+
data.tar.gz: cecf7423c0e19bdfac2ccf1da81847702091dd94e5565e04d9cc4a704f1dc6b2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 965b0ace916447617faf9a1d41ba8cb7e4842bd02933df39ae962b8415f928d6623c5e728b7cd64137ba85ab2a2ed25903a5024429138e5f733025059fe04572
|
|
7
|
+
data.tar.gz: fe9ca1ef603aaeacd57a3ff7b2cb39905e4311525f16edeb26954a9fbeb1bca57f2bb5fa31107db4a296d22c457664f095511104676ba9e26fa107afbb59c600
|
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.4] - 2022-03-07
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- [\#340] Bump activemodel and activesupport to 6.1.4.6
|
|
15
|
+
|
|
10
16
|
## [v1.1.3] - 2022-02-16
|
|
11
17
|
|
|
12
18
|
### Changed
|
|
@@ -237,7 +243,8 @@ and this project adheres to [Semantic Versioning].
|
|
|
237
243
|
|
|
238
244
|
<!-- versions -->
|
|
239
245
|
|
|
240
|
-
[Unreleased]: https://github.com/aaronmallen/activeinteractor/compare/v1.1.
|
|
246
|
+
[Unreleased]: https://github.com/aaronmallen/activeinteractor/compare/v1.1.4...HEAD
|
|
247
|
+
[v1.1.4]: https://github.com/aaronmallen/activeinteractor/compare/v1.1.3...v1.1.4
|
|
241
248
|
[v1.1.3]: https://github.com/aaronmallen/activeinteractor/compare/v1.1.2...v1.1.3
|
|
242
249
|
[v1.1.2]: https://github.com/aaronmallen/activeinteractor/compare/v1.1.1...v1.1.2
|
|
243
250
|
[v1.1.1]: https://github.com/aaronmallen/activeinteractor/compare/v1.1.0...v1.1.1
|
|
@@ -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 = 4
|
|
20
20
|
|
|
21
21
|
# The ActiveInterctor pre-release version
|
|
22
22
|
# @return [String | nil] The ActiveInteractor pre-release version
|
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.4
|
|
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-03-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activemodel
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '4.2'
|
|
20
20
|
- - "<="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 6.1.4.
|
|
22
|
+
version: 6.1.4.6
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '4.2'
|
|
30
30
|
- - "<="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 6.1.4.
|
|
32
|
+
version: 6.1.4.6
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: activesupport
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -39,7 +39,7 @@ dependencies:
|
|
|
39
39
|
version: '4.2'
|
|
40
40
|
- - "<="
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
|
-
version: 6.1.4.
|
|
42
|
+
version: 6.1.4.6
|
|
43
43
|
type: :runtime
|
|
44
44
|
prerelease: false
|
|
45
45
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -49,7 +49,7 @@ dependencies:
|
|
|
49
49
|
version: '4.2'
|
|
50
50
|
- - "<="
|
|
51
51
|
- !ruby/object:Gem::Version
|
|
52
|
-
version: 6.1.4.
|
|
52
|
+
version: 6.1.4.6
|
|
53
53
|
- !ruby/object:Gem::Dependency
|
|
54
54
|
name: bundler
|
|
55
55
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -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.4/CHANGELOG.md
|
|
209
|
+
documentation_uri: https://www.rubydoc.info/gems/activeinteractor/1.1.4
|
|
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.4
|
|
212
212
|
wiki_uri: https://github.com/aaronmallen/activeinteractor/wiki
|
|
213
213
|
post_install_message:
|
|
214
214
|
rdoc_options: []
|