activeinteractor 1.1.3 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6326a8924b24caa906991b69c80eebeb735183386bf0914b6efb04881910ff03
4
- data.tar.gz: aa2c69acce205ff007a54ec141b7eef0a917d9af68805ce7bd68b91686882139
3
+ metadata.gz: db44b925fee62b19ed7c6ce4fcdd34f47df0ec40c6092a64e1c7f8b0c68c6319
4
+ data.tar.gz: cecf7423c0e19bdfac2ccf1da81847702091dd94e5565e04d9cc4a704f1dc6b2
5
5
  SHA512:
6
- metadata.gz: 145052b08089c27b93ef87cfe7a9e29a6ffca822d3a190e8b9925117331a262a2179c2275365fe14c6e4d6997f81fbd96a4a581d8412797743c941a34caed8ec
7
- data.tar.gz: 8eafb80d3c0fab16fe28a9b5669b237f00ca738e37729869488c4a32ebe36b0afd39b82384a9c66e758e1c8f10159f68a71e38914154361484fedc8c9407a910
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.3...HEAD
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 = 3
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.3
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-02-16 00:00:00.000000000 Z
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.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.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.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.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.3/CHANGELOG.md
209
- documentation_uri: https://www.rubydoc.info/gems/activeinteractor/1.1.3
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.3
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: []