walk_up 0.0.4 → 0.0.8

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 18c78145f6791b6b0f1cf52929189bd9beda3a331ea3758233c6f5ae29718554
4
- data.tar.gz: 54d4ee741abe1d0b89f2f1dd1697611ac78b4f6c166e853f46088ff782f3ae84
3
+ metadata.gz: 3030968711207d64b5fdf48b10902b6716899841fe70c16218143d6d103fde58
4
+ data.tar.gz: 8ebb3853f559f7a144dc40fe97a34ba64bea4805d2354af7f85b49d0bcaef3e5
5
5
  SHA512:
6
- metadata.gz: 3cce17257b895a6aecaefb43e5077b27f93dcedeced367c9a9662090c0d61552ffc1a3ea8ae6a5a64ca61b564507c029543266643537a7e1ad443b1582db54cf
7
- data.tar.gz: f7f60258e46c0d625e6bb5bfe16631818f06faff768a682028694e389d60186e181bb11b4cc03815523e57eb2e26fb04cc43047f8b4043795acfbd03e0e153fc
6
+ metadata.gz: 16b7534a9a53a2ab2162bca9413840d3656397f1927a7c90e8e2b1f117d6554c3106b6c4ed7cc867d6ea4da8548b6567e2112dae792a1e03bec79fc47a809787
7
+ data.tar.gz: 0b59bab6e4af53a6b7f38b869c0483c550b2f5bd5af1365f79664094bbec5b5390bfe402f695053e55adaa022b6c3f7153af7e2089c7b1b8c3abab9b09a54114
data/LICENSE.md ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2019 Jeff Hykin
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/main/main.rb ADDED
@@ -0,0 +1,3 @@
1
+ # frozen_string_literal: true
2
+
3
+ puts "You found main!"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: walk_up
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Hykin
@@ -16,22 +16,23 @@ executables: []
16
16
  extensions: []
17
17
  extra_rdoc_files: []
18
18
  files:
19
- - "/Users/jeffhykin/repos/walk_up/LICENSE.md"
20
- - "/Users/jeffhykin/repos/walk_up/README.md"
21
- - "/Users/jeffhykin/repos/walk_up/main/main.rb"
19
+ - LICENSE.md
20
+ - README.md
21
+ - main/main.rb
22
22
  homepage: https://github.com/jeff-hykin/walk_up.git
23
23
  licenses:
24
24
  - MIT
25
- metadata: {}
25
+ metadata:
26
+ yard.run: yri
26
27
  post_install_message:
27
28
  rdoc_options: []
28
29
  require_paths:
29
- - "/Users/jeffhykin/repos/walk_up/main"
30
+ - lib
30
31
  required_ruby_version: !ruby/object:Gem::Requirement
31
32
  requirements:
32
33
  - - ">="
33
34
  - !ruby/object:Gem::Version
34
- version: 2.2.0
35
+ version: 2.5.0
35
36
  required_rubygems_version: !ruby/object:Gem::Requirement
36
37
  requirements:
37
38
  - - ">="
@@ -1 +0,0 @@
1
- This work is licensed under the Creative Commons Attribution-NoDerivatives 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nd/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
@@ -1,3 +0,0 @@
1
- module Testing
2
- puts "testing worked"
3
- end