first_existing 1.2.0 → 1.2.1
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 +4 -4
- data/.idea/first_existing.iml +9 -9
- data/lib/first_existing/hash.rb +4 -0
- data/lib/first_existing/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cfdc191d9551b59e9160be520068314af9eccfc04060d7897b9042e7f137538c
|
|
4
|
+
data.tar.gz: 785407560f4233ac962bfe632bfb70c5033bcd8a34da0cec77790b39e10a79bc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 87392dcdda39ffcb1152a8764e2167bf021b7f33d5057c6c616fee15146f95a0aeee9a9dedccd65cba9382546a959b25a081f79f31a5d152bdf89bc0c5de3477
|
|
7
|
+
data.tar.gz: 93cde3c3744303922d1714bfa722e96c6a1b41917764796c53e08bdc326ebc9581a36f33a84cdf5083a031b53c36d4962ec755490b307547ca78889f188358d4
|
data/.idea/first_existing.iml
CHANGED
|
@@ -14,26 +14,26 @@
|
|
|
14
14
|
<orderEntry type="library" scope="PROVIDED" name="bundler (v2.2.4, rbenv: 3.0.0) [gem]" level="application" />
|
|
15
15
|
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.4.4, rbenv: 3.0.0) [gem]" level="application" />
|
|
16
16
|
<orderEntry type="library" scope="PROVIDED" name="rake (v12.3.3, rbenv: 3.0.0) [gem]" level="application" />
|
|
17
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec (v3.
|
|
18
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v3.
|
|
19
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.
|
|
20
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.
|
|
21
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.
|
|
17
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec (v3.9.0, rbenv: 3.0.0) [gem]" level="application" />
|
|
18
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v3.9.2, rbenv: 3.0.0) [gem]" level="application" />
|
|
19
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.9.2, rbenv: 3.0.0) [gem]" level="application" />
|
|
20
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.9.1, rbenv: 3.0.0) [gem]" level="application" />
|
|
21
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.9.3, rbenv: 3.0.0) [gem]" level="application" />
|
|
22
22
|
</component>
|
|
23
23
|
<component name="RakeTasksCache">
|
|
24
24
|
<option name="myRootTask">
|
|
25
25
|
<RakeTaskImpl id="rake">
|
|
26
26
|
<subtasks>
|
|
27
|
-
<RakeTaskImpl description="Build first_existing-
|
|
27
|
+
<RakeTaskImpl description="Build first_existing-1.2.0.gem into the pkg directory" fullCommand="build" id="build" />
|
|
28
28
|
<RakeTaskImpl description="Remove any temporary products" fullCommand="clean" id="clean" />
|
|
29
29
|
<RakeTaskImpl description="Remove any generated files" fullCommand="clobber" id="clobber" />
|
|
30
|
-
<RakeTaskImpl description="Build and install first_existing-
|
|
30
|
+
<RakeTaskImpl description="Build and install first_existing-1.2.0.gem into system gems" fullCommand="install" id="install" />
|
|
31
31
|
<RakeTaskImpl id="install">
|
|
32
32
|
<subtasks>
|
|
33
|
-
<RakeTaskImpl description="Build and install first_existing-
|
|
33
|
+
<RakeTaskImpl description="Build and install first_existing-1.2.0.gem into system gems without network access" fullCommand="install:local" id="local" />
|
|
34
34
|
</subtasks>
|
|
35
35
|
</RakeTaskImpl>
|
|
36
|
-
<RakeTaskImpl description="Create tag
|
|
36
|
+
<RakeTaskImpl description="Create tag v1.2.0 and build and push first_existing-1.2.0.gem to rubygems.org" fullCommand="release[remote]" id="release[remote]" />
|
|
37
37
|
<RakeTaskImpl description="Run RSpec code examples" fullCommand="spec" id="spec" />
|
|
38
38
|
<RakeTaskImpl description="" fullCommand="default" id="default" />
|
|
39
39
|
<RakeTaskImpl description="" fullCommand="release" id="release" />
|
data/lib/first_existing/hash.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: first_existing
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jacob Lockard
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-02-
|
|
11
|
+
date: 2021-02-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: A simple Ruby gem that selects the first existing (non-nil) object in
|
|
14
14
|
a set of objects.
|
|
@@ -38,11 +38,11 @@ files:
|
|
|
38
38
|
- lib/first_existing/hash.rb
|
|
39
39
|
- lib/first_existing/kernel.rb
|
|
40
40
|
- lib/first_existing/version.rb
|
|
41
|
-
homepage:
|
|
41
|
+
homepage:
|
|
42
42
|
licenses:
|
|
43
43
|
- MIT
|
|
44
44
|
metadata: {}
|
|
45
|
-
post_install_message:
|
|
45
|
+
post_install_message:
|
|
46
46
|
rdoc_options: []
|
|
47
47
|
require_paths:
|
|
48
48
|
- lib
|
|
@@ -58,7 +58,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
58
58
|
version: '0'
|
|
59
59
|
requirements: []
|
|
60
60
|
rubygems_version: 3.2.3
|
|
61
|
-
signing_key:
|
|
61
|
+
signing_key:
|
|
62
62
|
specification_version: 4
|
|
63
63
|
summary: Selects the first existing object.
|
|
64
64
|
test_files: []
|