not_nil 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NjAzZGRhYmVjYzg0NjkwZGE2YmVjMGEwMDYxOGIyZDA4NGY1NzcxMA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MDE4ZTliNTcxYzcyOTc0ZjdhY2E4ZTY3YzExYzVjOGFiYzhjOGE0OA==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MGFiMTU1MjhhMWFhOTBlNTA2ZGJlN2UzZWUwZTE5MDAyODQ3Y2VjNDA0Nzgw
|
|
10
|
+
MDY0ZTM3N2UwMGE4NDZmNTkwYzQwNjNhZjYyZTkwZjI4MjQ2MTIyYjA0ZTdh
|
|
11
|
+
OGJmMTk5Y2E1YjdjMWI1YzhmZTAxNWM0ODFjN2FhNTM1ZjQ2NGI=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MTQzMTlmZDAzOGMwMGVkNzk2NWM0NDkxOTE1ZmUxMTc5OTliMWUxODAwN2Ix
|
|
14
|
+
MDI5MTkxMjRjMGY1ZWUxMzNlMzQxZjhiMjEyNDhiZDBiMTVkMWE0YWU5NTQ0
|
|
15
|
+
YjQ2ODkwNzE4NGUyNjYyN2M3OTY2MDZlZTkwM2VkNmExMGZkZWE=
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: not_nil
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mark Platt
|
|
@@ -24,7 +24,8 @@ dependencies:
|
|
|
24
24
|
- - ! '>='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '0'
|
|
27
|
-
description: not_nil adds not_nil? to
|
|
27
|
+
description: not_nil adds not_nil? to object. This allows you to use not_nil on everything
|
|
28
|
+
that inherits from Object.
|
|
28
29
|
email: mplatt@tammantech.com
|
|
29
30
|
executables: []
|
|
30
31
|
extensions: []
|