better_record 0.23.6 → 0.23.7

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: 4b45df8f4a0a4367670af21f83f6fb0f81772f5fc074efdb5b110819874fca57
4
- data.tar.gz: 5721f69ea4d6734a80b4168ba9084970f6ec10e4169d47ae7c84d2cf680855b4
3
+ metadata.gz: 71e38a32a6cddd2e761dfcb4563ecdd95517356246c22c53990a903b82eb9970
4
+ data.tar.gz: 3ea824e4b03979ee7900562cc7a499cf85ecd5cf6aa7e1b5473fe7d692f54ef6
5
5
  SHA512:
6
- metadata.gz: 7d7c5716e06a0ee5db4ad84c87f043d785f94867f694d0f99cb2561ffa8a58a4ba6060aa72603839a3285669319638507b94d7bd5732c8c101b667999ad77b69
7
- data.tar.gz: eb4dc88a3370f9c5ae6b1084ac704e9efeedd92f72db3c205b275f127ea91418f898bd34692d46851ca1fea3aa2d9bcd83f1abfc4d7ad71e3bea2f3142bf7029
6
+ metadata.gz: ccf1c9213deaee91558e5113ffe462d03fde05e6f3721531a41d6eca98311bb06560a95d70aaa4acb0c822197da7170bf830326fc56a959daf2d9a18648105f0
7
+ data.tar.gz: 40f68dc4593e6b51a8b005a65bd86d34db57643c7c948d8b067297a3173c11c57653c07c57ab832c9b6f3e0d92b75bf62366bd63c8c3122ca2bfef232d932928
@@ -50,7 +50,7 @@ module BetterRecord
50
50
  end
51
51
  end
52
52
  p "Present Polymorphic Values:", values if debug
53
- values
53
+ values.uniq
54
54
  end
55
55
  end
56
56
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BetterRecord
4
- VERSION = '0.23.6'
4
+ VERSION = '0.23.7'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: better_record
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.6
4
+ version: 0.23.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sampson Crowley
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-29 00:00:00.000000000 Z
11
+ date: 2019-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -360,7 +360,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
360
360
  - !ruby/object:Gem::Version
361
361
  version: '0'
362
362
  requirements: []
363
- rubygems_version: 3.0.4
363
+ rubygems_version: 3.0.6
364
364
  signing_key:
365
365
  specification_version: 4
366
366
  summary: Fix functions that are lacking in Active record to be compatible with multi-app