walk_up 0.0.5 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.md +21 -0
- data/README.md +3 -0
- data/main/main.rb +3 -0
- metadata +8 -5
- data/Users/jeffhykin/repos/walk_up/main/main.rb +0 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ea52c06154c5692caa1643c5bee7d5a7132ac85e3910d28910d1d02c630cd779
|
4
|
+
data.tar.gz: 8ebb3853f559f7a144dc40fe97a34ba64bea4805d2354af7f85b49d0bcaef3e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 392e9a317737702b92b0c0a2f46a201fdf4b800fa77d01e5f1a1c4f5881a2bc4a91e35053082ecfb6e99e344f9cb164cd9683008a7d05f54159f1100d49ecbce
|
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/README.md
ADDED
data/main/main.rb
ADDED
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
|
+
version: 0.0.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jeff Hykin
|
@@ -16,20 +16,23 @@ executables: []
|
|
16
16
|
extensions: []
|
17
17
|
extra_rdoc_files: []
|
18
18
|
files:
|
19
|
-
-
|
19
|
+
- LICENSE.md
|
20
|
+
- README.md
|
21
|
+
- main/main.rb
|
20
22
|
homepage: https://github.com/jeff-hykin/walk_up.git
|
21
23
|
licenses:
|
22
24
|
- MIT
|
23
|
-
metadata:
|
25
|
+
metadata:
|
26
|
+
yard.run: yri
|
24
27
|
post_install_message:
|
25
28
|
rdoc_options: []
|
26
29
|
require_paths:
|
27
|
-
- "
|
30
|
+
- "./main"
|
28
31
|
required_ruby_version: !ruby/object:Gem::Requirement
|
29
32
|
requirements:
|
30
33
|
- - ">="
|
31
34
|
- !ruby/object:Gem::Version
|
32
|
-
version: 2.
|
35
|
+
version: 2.5.0
|
33
36
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
34
37
|
requirements:
|
35
38
|
- - ">="
|