first_existing 1.1.0 → 1.2.0
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/.gitignore +8 -0
- data/.idea/first_existing.iml +51 -0
- data/.idea/inspectionProfiles/Project_Default.xml +6 -0
- data/.idea/misc.xml +4 -0
- data/.idea/modules.xml +8 -0
- data/.idea/vcs.xml +6 -0
- data/lib/first_existing.rb +1 -0
- data/lib/first_existing/hash.rb +9 -0
- data/lib/first_existing/version.rb +1 -1
- metadata +8 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 83f8e64fc658e4134105649fdc42026c4b9e8dfd6d0ebc510daaab180cecd062
|
|
4
|
+
data.tar.gz: 6751682d59b6551db5da8eaefd41ab329ebbf918cd56b6ec2eabe9266df29682
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bba831b536e1b06107599bebcd111fc2aaedf9cedb0edbb8216d9ee698b1cba0c48cd42fd76a399405481bee2501dc362632936625e10065a39c981148396d0a
|
|
7
|
+
data.tar.gz: 16adbf868e64d75cba9baa55576a6d6d5613cbac2e62e24232568b49b8631a9d020143bd06979b64b74bd7f9b0b15fb9aeb55ec3335ca609e39df50653ad3acd
|
data/.idea/.gitignore
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
|
3
|
+
<component name="ModuleRunConfigurationManager">
|
|
4
|
+
<shared />
|
|
5
|
+
</component>
|
|
6
|
+
<component name="NewModuleRootManager">
|
|
7
|
+
<content url="file://$MODULE_DIR$">
|
|
8
|
+
<sourceFolder url="file://$MODULE_DIR$/features" isTestSource="true" />
|
|
9
|
+
<sourceFolder url="file://$MODULE_DIR$/spec" isTestSource="true" />
|
|
10
|
+
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
|
|
11
|
+
</content>
|
|
12
|
+
<orderEntry type="inheritedJdk" />
|
|
13
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
|
14
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v2.2.4, rbenv: 3.0.0) [gem]" level="application" />
|
|
15
|
+
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.4.4, rbenv: 3.0.0) [gem]" level="application" />
|
|
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.10.0, rbenv: 3.0.0) [gem]" level="application" />
|
|
18
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v3.10.1, rbenv: 3.0.0) [gem]" level="application" />
|
|
19
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.10.1, rbenv: 3.0.0) [gem]" level="application" />
|
|
20
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.10.2, rbenv: 3.0.0) [gem]" level="application" />
|
|
21
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.10.2, rbenv: 3.0.0) [gem]" level="application" />
|
|
22
|
+
</component>
|
|
23
|
+
<component name="RakeTasksCache">
|
|
24
|
+
<option name="myRootTask">
|
|
25
|
+
<RakeTaskImpl id="rake">
|
|
26
|
+
<subtasks>
|
|
27
|
+
<RakeTaskImpl description="Build first_existing-0.1.0.gem into the pkg directory" fullCommand="build" id="build" />
|
|
28
|
+
<RakeTaskImpl description="Remove any temporary products" fullCommand="clean" id="clean" />
|
|
29
|
+
<RakeTaskImpl description="Remove any generated files" fullCommand="clobber" id="clobber" />
|
|
30
|
+
<RakeTaskImpl description="Build and install first_existing-0.1.0.gem into system gems" fullCommand="install" id="install" />
|
|
31
|
+
<RakeTaskImpl id="install">
|
|
32
|
+
<subtasks>
|
|
33
|
+
<RakeTaskImpl description="Build and install first_existing-0.1.0.gem into system gems without network access" fullCommand="install:local" id="local" />
|
|
34
|
+
</subtasks>
|
|
35
|
+
</RakeTaskImpl>
|
|
36
|
+
<RakeTaskImpl description="Create tag v0.1.0 and build and push first_existing-0.1.0.gem to TODO: Set to 'http://mygemserver.com'" fullCommand="release[remote]" id="release[remote]" />
|
|
37
|
+
<RakeTaskImpl description="Run RSpec code examples" fullCommand="spec" id="spec" />
|
|
38
|
+
<RakeTaskImpl description="" fullCommand="default" id="default" />
|
|
39
|
+
<RakeTaskImpl description="" fullCommand="release" id="release" />
|
|
40
|
+
<RakeTaskImpl id="release">
|
|
41
|
+
<subtasks>
|
|
42
|
+
<RakeTaskImpl description="" fullCommand="release:guard_clean" id="guard_clean" />
|
|
43
|
+
<RakeTaskImpl description="" fullCommand="release:rubygem_push" id="rubygem_push" />
|
|
44
|
+
<RakeTaskImpl description="" fullCommand="release:source_control_push" id="source_control_push" />
|
|
45
|
+
</subtasks>
|
|
46
|
+
</RakeTaskImpl>
|
|
47
|
+
</subtasks>
|
|
48
|
+
</RakeTaskImpl>
|
|
49
|
+
</option>
|
|
50
|
+
</component>
|
|
51
|
+
</module>
|
data/.idea/misc.xml
ADDED
data/.idea/modules.xml
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ProjectModuleManager">
|
|
4
|
+
<modules>
|
|
5
|
+
<module fileurl="file://$PROJECT_DIR$/.idea/first_existing.iml" filepath="$PROJECT_DIR$/.idea/first_existing.iml" />
|
|
6
|
+
</modules>
|
|
7
|
+
</component>
|
|
8
|
+
</project>
|
data/.idea/vcs.xml
ADDED
data/lib/first_existing.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: first_existing
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jacob Lockard
|
|
@@ -19,6 +19,12 @@ extensions: []
|
|
|
19
19
|
extra_rdoc_files: []
|
|
20
20
|
files:
|
|
21
21
|
- ".gitignore"
|
|
22
|
+
- ".idea/.gitignore"
|
|
23
|
+
- ".idea/first_existing.iml"
|
|
24
|
+
- ".idea/inspectionProfiles/Project_Default.xml"
|
|
25
|
+
- ".idea/misc.xml"
|
|
26
|
+
- ".idea/modules.xml"
|
|
27
|
+
- ".idea/vcs.xml"
|
|
22
28
|
- ".rspec"
|
|
23
29
|
- ".travis.yml"
|
|
24
30
|
- Gemfile
|
|
@@ -29,6 +35,7 @@ files:
|
|
|
29
35
|
- bin/setup
|
|
30
36
|
- first_existing.gemspec
|
|
31
37
|
- lib/first_existing.rb
|
|
38
|
+
- lib/first_existing/hash.rb
|
|
32
39
|
- lib/first_existing/kernel.rb
|
|
33
40
|
- lib/first_existing/version.rb
|
|
34
41
|
homepage:
|