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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c043b6263be9b68cb3b976d1f4e94f0a8aa45664f1971f6370b2ddd639324d99
4
- data.tar.gz: d29f7a8badf42bec62fef098036e95d525b39e1541f88f5cbcc35cb656b87d47
3
+ metadata.gz: ea52c06154c5692caa1643c5bee7d5a7132ac85e3910d28910d1d02c630cd779
4
+ data.tar.gz: 8ebb3853f559f7a144dc40fe97a34ba64bea4805d2354af7f85b49d0bcaef3e5
5
5
  SHA512:
6
- metadata.gz: 81b4a8dfe8c5dafb624e729a70c791a0a6761d50894fa710e114c61892dd37da0542a05a0c338c00d71b95e3e552b3cbf5c9b71d9ba0eff6da20fa508019bad7
7
- data.tar.gz: 1b9a1d7e65e84ffc5ea0abf0883ffb6db20e470986aa52c0fb0f5fb0d774158cc45a21d253e06ada40ddf360900972ba045547685a424857b013f5547a23cb54
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
@@ -0,0 +1,3 @@
1
+ # Setup
2
+
3
+ Everything is detailed in the `documentation/setup.md`!
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.5
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
- - "/Users/jeffhykin/repos/walk_up/main/main.rb"
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
- - "/Users/jeffhykin/repos/walk_up/main"
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.2.0
35
+ version: 2.5.0
33
36
  required_rubygems_version: !ruby/object:Gem::Requirement
34
37
  requirements:
35
38
  - - ">="
@@ -1,3 +0,0 @@
1
- module Testing
2
- puts "testing worked"
3
- end