waystation 0.1.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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/waystation.rb +5 -0
  3. metadata +40 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 17103ffde0ed23b098270f7943629b6a9a7703e5b8207e5aed4f00dd444f61fa
4
+ data.tar.gz: c4ce3cfa84c74a4db3efa773972a1dc7bcb140f00fa8981b46b0ace13b965815
5
+ SHA512:
6
+ metadata.gz: acc947bedc24d76aa10976aa3a5c3d94a2e6a920c7ebe66abc5950dbba5a3cbd02f9ef1d76472ae36d22a22fef6ff645ddb528f3f4bb380ae3c21220e2223e24
7
+ data.tar.gz: 54f37a2cfe889484861a809edcc9ffc69ba4ca8b4dc8ef1bf9ecfeda1391cd0dd9c2bea3420396ff1ee781462ee7e0903bd115d7833db71f25dc448c7c5f0d4d
data/lib/waystation.rb ADDED
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Waystation
4
+ VERSION = "0.1.0"
5
+ end
metadata ADDED
@@ -0,0 +1,40 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: waystation
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Aaron F Stanton
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ email:
13
+ - afstanton@gmail.com
14
+ executables: []
15
+ extensions: []
16
+ extra_rdoc_files: []
17
+ files:
18
+ - lib/waystation.rb
19
+ licenses:
20
+ - MIT
21
+ metadata:
22
+ rubygems_mfa_required: 'true'
23
+ rdoc_options: []
24
+ require_paths:
25
+ - lib
26
+ required_ruby_version: !ruby/object:Gem::Requirement
27
+ requirements:
28
+ - - ">="
29
+ - !ruby/object:Gem::Version
30
+ version: 3.2.0
31
+ required_rubygems_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ requirements: []
37
+ rubygems_version: 4.0.11
38
+ specification_version: 4
39
+ summary: waystation — reserved
40
+ test_files: []