ghost_train 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/bin/train +5 -0
  3. data/lib/ghost_train.rb +5 -0
  4. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 278c8701fbfc5273e1e3558677cdbc9295f5ad9b35ca122e170fee3c8c1b37ea
4
+ data.tar.gz: 44a8debfd9d64c6c4d6d1c7198617381a58919ded1a0ed17a1fc44bc3fa6c47a
5
+ SHA512:
6
+ metadata.gz: a39578cb029f5f089c39be52a4b3f317878ede73c5db600bfc42464d31b9343b050f2dd93cffc7f6f897e6e180175d0a35aa89ed07400f0f470a05e7352aab84
7
+ data.tar.gz: b63a8af74d8fe1d7afc9d5c455c40c4b78d04c92e8ccf324a68ac65cb7376e47365b54672b74ed6b610079a7be04ca2946e14c9f85418b5ac3f98c50476b79e5
data/bin/train ADDED
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "ghost_train"
4
+
5
+ GhostTrain.call
@@ -0,0 +1,5 @@
1
+ class GhostTrain
2
+ def self.call
3
+ puts "All aboard!"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ghost_train
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Thomas Hutterer
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-05-09 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: I could've just used a ghost train.
14
+ email: tohu@tuta.io
15
+ executables:
16
+ - train
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - bin/train
21
+ - lib/ghost_train.rb
22
+ homepage: https://rubygems.org/gems/ghost_train
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubygems_version: 3.1.2
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: All aboard!
45
+ test_files: []