protip 0.37.2 → 0.37.3

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: 236eb63af48bf81e28875f5dcdef16158ba69db7785436f47013481bab29fd51
4
- data.tar.gz: 948cede4acce33d7da2e13af36da7f51d35cd073327ca6d666759004afd15140
3
+ metadata.gz: 2d0ba0385857ba76a2c585332dd13c8a19d1f3b2205ab6480100fefd50500f10
4
+ data.tar.gz: 78f859d43d303f01ee1db7a4727d9de872d223df7c39e8d16ce9a8b809842adc
5
5
  SHA512:
6
- metadata.gz: 833843e0287ad841903526db31eb40daef4dfaa389b23ab7dd34643bdc508c5696ee2f58f8a2a51697558008f1205e0a0180361129a090f6adf34d7d54a14787
7
- data.tar.gz: b799bb1e32e81541ffe1a90e3a64721df338ee5fe8e315bfbab83486e4e1212866705af804bfd55308d0f39a9e11d07e54fd0613c9de1dc933e34bbb82463196
6
+ metadata.gz: 45dcf8ed4869b8def8240236f3cc7879a93bb47b62946fa923c99f5a86d530a48a6b69d389324ca036efb5acfea5e1efef87e0a07c839e03f0e8265fd2b644b8
7
+ data.tar.gz: fe5e9e0a7414e5d650ff48d15a869a40faaebf25dac535bd6aaca3b01977eaf0a4230a6c0e60e7d8b43140da470fccd1b27e3a3705c83d91169392489f15d997
@@ -61,4 +61,4 @@ module Protip
61
61
  end
62
62
  end
63
63
  end
64
- end
64
+ end
@@ -235,7 +235,7 @@ module Protip
235
235
  end
236
236
 
237
237
  def belongs_to(association_name, options = {})
238
- association = ::Protip::Resource::Associations::BelongsToAssociation.new(self, association_name, options)
238
+ association = ::Protip::Resource::Associations::BelongsToAssociation.new(self, association_name, **options)
239
239
  association.define_accessors!
240
240
  @belongs_to_associations.add association
241
241
  association
@@ -260,7 +260,7 @@ module Protip
260
260
  nested_association_creator.instance_eval(&block)
261
261
 
262
262
  association = ::Protip::Resource::Associations::BelongsToPolymorphicAssociation.new self,
263
- association_name, nested_association_creator.associations, options
263
+ association_name, nested_association_creator.associations, **options
264
264
  association.define_accessors!
265
265
  @belongs_to_polymorphic_associations.add association
266
266
  association
@@ -1,3 +1,3 @@
1
1
  module Protip
2
- VERSION = '0.37.2'
2
+ VERSION = '0.37.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: protip
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.37.2
4
+ version: 0.37.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - AngelList
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-14 00:00:00.000000000 Z
11
+ date: 2023-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel