shellup 0.0.1

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/shellup.rb +1 -0
  3. metadata +40 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 3be97845662e34242e09e5a28c505fdf1e972e3267ceea32e5b071ad1010b79e
4
+ data.tar.gz: 8819da618b7350e4994a9e7824a0ec1bde05ff528d01c298dcd125599dfa7d73
5
+ SHA512:
6
+ metadata.gz: 8795e154faaabcc694d713551646405b7686ac1cf38c6e30b03311bed00b312251fc3a09d71b938042eac1bc42ccd69a758a8aa4f5f66ea851e89bd1cdeb3f2f
7
+ data.tar.gz: e5d71a0144f29e410877f2da9396492acefc79fdefef5b39119a3ebc3335577b1f7dc6e2366fdcb3a58831f4632229c0658a3aef59ddaba7aa117dce537f35c9
data/lib/shellup.rb ADDED
@@ -0,0 +1 @@
1
+ raise "shellup is not yet available. Check back soon."
metadata ADDED
@@ -0,0 +1,40 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: shellup
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Frank Cort
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: shellup - coming soon
13
+ email: cortfr@gmail.com
14
+ executables: []
15
+ extensions: []
16
+ extra_rdoc_files: []
17
+ files:
18
+ - lib/shellup.rb
19
+ homepage: https://github.com/shellup/shellup
20
+ licenses:
21
+ - MIT
22
+ metadata: {}
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: '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: 3.6.7
38
+ specification_version: 4
39
+ summary: shellup - coming soon
40
+ test_files: []