tallty_duck_record 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: 40baa9e448d464f1d3c958bff4d59b006e6a408813e48cbbd1395de65cff12fa
4
- data.tar.gz: 291da08ebbab5a900120b90e4d2ea235daf257549db0467e3a47a268d771937f
3
+ metadata.gz: 71b85add88df5f6f2af73be3848c89c23cc6f0fd2f3ece55214a18584c7fa184
4
+ data.tar.gz: 95f39c4bcf8cefd38671423a6c412f7ebf8b70cfc8708b8470fc4f57df5386cd
5
5
  SHA512:
6
- metadata.gz: 066bbd87424cee9dddad726866cf50cc0a6a384b9ef3f5d351fb08760393028d3bb33e8e62a96eede2cba470b9efab07b6049bc6be41dc263cb5d1afd3555fa4
7
- data.tar.gz: 8a9c1269fc39c19a7350ae3cc30f4c91096f4927f301109aecf67542ed3de3d659b56bd5534f1df939d05e10e31922b722998b0a99703e000365198ea2fcdc8a
6
+ metadata.gz: 77c87252746b9aafe8b56d22f304090678320703484f4f8038d0a677e8395907573bb3a0639380cb5553bfe3971b302277b11089816c7d2db1efa1ddfe4faff6
7
+ data.tar.gz: 562abfe4375c0d7c86bf341db039dbb396a544bbdd3043bf4d79896a4527b886073ed34b0218f9da7ec6cd40ceda38d8a15c781270da648c036d5bebfbf61958
@@ -7,7 +7,7 @@ require "active_support/core_ext/module/attribute_accessors"
7
7
  require "active_support/core_ext/array/extract_options"
8
8
  require "active_support/core_ext/hash/deep_merge"
9
9
  require "active_support/core_ext/hash/slice"
10
- require "active_support/core_ext/hash/transform_values"
10
+ # require "active_support/core_ext/hash/transform_values"
11
11
  require "active_support/core_ext/string/behavior"
12
12
  require "active_support/core_ext/kernel/singleton_class"
13
13
  require "active_support/core_ext/module/introspection"
@@ -1,3 +1,3 @@
1
1
  module DuckRecord
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: tallty_duck_record
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
  - tallty
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-26 00:00:00.000000000 Z
11
+ date: 2021-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport