internal-affairs 1.1.0 → 1.1.1

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: d991704519b18d9e6abf8ae03c6be280d1072b51168492d78276de6bd8f75c72
4
- data.tar.gz: 1c688fab5586a71f4134ab6088ac77f2c433779dd4c038f89a349cda6e49b8cc
3
+ metadata.gz: 7d68c1725f5a01f069f22a21898d61a6e2885d1f328bded5769c2ca504c5381b
4
+ data.tar.gz: 683a47e7585140d33373f1d96dcc9d6b0488dc02c30e68e8cd3f988879c45d71
5
5
  SHA512:
6
- metadata.gz: 7c4bc039aaf508c9b4fe7502f74bf4b729d8b8f49bc957928e471df836efb986c9bcb76082fb11d1ee69a71e31e317828bca825e94d4276b0b8cbbbf71247083
7
- data.tar.gz: d4025700f4fcbd8a1295cf3efbb1b055e2f7a54af4842d8337bd67b04ed598ef7cb61d337f375e59fb4981d28aa945c115eb5a71844747d054c01507352b0d51
6
+ metadata.gz: b8d980847138ab2631d0c5e113e7e532b8f5eaa309b5847a97404c707a4b4c29cfe1bf29ce830525195b78d5ef975faa7c6138cfe520a63d0aaeac8a542d8074
7
+ data.tar.gz: 46432eec1aecd5c103d5e8c84a7e1300b25d2f552da64e4e3278e734540af462c89fb575139bb1841e719f324efaa400209a3d6c32ef636ad134b50686c15c37
@@ -2,8 +2,8 @@ module InternalAffairs
2
2
  class NoopOperation
3
3
  attr_reader :attributes
4
4
 
5
- def self.load_from_operation_serialized_attributes(_attributes)
6
- new(_attributes)
5
+ def self.load_from_operation_serialized_attributes(**_attributes)
6
+ new(**_attributes)
7
7
  end
8
8
 
9
9
  def attributes_for_operation_serialization
@@ -28,7 +28,7 @@ module InternalAffairs
28
28
  def load_target
29
29
  return nil if target_class.nil?
30
30
 
31
- target_class.constantize.load_from_operation_serialized_attributes(target_attributes)
31
+ target_class.constantize.load_from_operation_serialized_attributes(**target_attributes)
32
32
  end
33
33
  end
34
34
  end
@@ -1,3 +1,3 @@
1
1
  module InternalAffairs
2
- VERSION = '1.1.0'
2
+ VERSION = '1.1.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: internal-affairs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - devs@buda.com
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-01-25 00:00:00.000000000 Z
11
+ date: 2024-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionpack
@@ -328,8 +328,8 @@ dependencies:
328
328
  - - "~>"
329
329
  - !ruby/object:Gem::Version
330
330
  version: 3.14.0
331
- description:
332
- email:
331
+ description:
332
+ email:
333
333
  executables: []
334
334
  extensions: []
335
335
  extra_rdoc_files: []
@@ -356,10 +356,10 @@ files:
356
356
  - lib/internal_affairs/pending_operation.rb
357
357
  - lib/internal_affairs/pending_operations_update_job.rb
358
358
  - lib/internal_affairs/version.rb
359
- homepage:
359
+ homepage:
360
360
  licenses: []
361
361
  metadata: {}
362
- post_install_message:
362
+ post_install_message:
363
363
  rdoc_options: []
364
364
  require_paths:
365
365
  - lib
@@ -375,7 +375,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
375
375
  version: '0'
376
376
  requirements: []
377
377
  rubygems_version: 3.1.6
378
- signing_key:
378
+ signing_key:
379
379
  specification_version: 4
380
380
  summary: Internal Affairs integration helper
381
381
  test_files: []