eac_ruby_utils 0.105.0 → 0.106.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/eac_ruby_utils/patches/object/to_bool.rb +12 -0
- data/lib/eac_ruby_utils/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d09c44eb96a5d9f1ea3fa5f6559e3f7b0185c536af8b254daea989f8abe71ffa
|
4
|
+
data.tar.gz: 732c0400447703cc639ca400c0a0eaf2c294d260dc2e7a91a8c88874ceae248d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a3f8342b15dc6f6b957efeb8f3a6b297876573f7a9ed29fce86307e6f42710914169f6785f41ed14c495cf35b6147f1399575955389c095a964480166b290f6
|
7
|
+
data.tar.gz: e03b9749f87b9dea75f376f152000a55365fc915d931d28cb7df97cf15566227e56083913a88ac52e42ea7635293637309f53e0b354221318522bb0778c784d0
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eac_ruby_utils
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.106.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Esquilo Azul Company
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-10-
|
11
|
+
date: 2022-10-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -234,6 +234,7 @@ files:
|
|
234
234
|
- lib/eac_ruby_utils/patches/object/if_nil.rb
|
235
235
|
- lib/eac_ruby_utils/patches/object/if_present.rb
|
236
236
|
- lib/eac_ruby_utils/patches/object/if_respond.rb
|
237
|
+
- lib/eac_ruby_utils/patches/object/to_bool.rb
|
237
238
|
- lib/eac_ruby_utils/patches/object/to_pathname.rb
|
238
239
|
- lib/eac_ruby_utils/patches/object/to_uri.rb
|
239
240
|
- lib/eac_ruby_utils/patches/pathname.rb
|