oncall 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/oncall.rb +5 -0
  3. metadata +43 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 470be91216389a94cebd3dc7e8b5a87fa6c41e902dd64e4f4049ae376cc78221
4
+ data.tar.gz: e0a2ec336b6cd6392df1ba231f8a046d4af0b81252949ecdb51fdca643639d79
5
+ SHA512:
6
+ metadata.gz: d090ea85a9740cff6e87fc50cce23a51ebe5305568d1dcec7a6ee6bafdba200ed01194c8a5f0e68c5f338b2c5f5d1550cc801bc78ff082eccb03207a1ffa715e
7
+ data.tar.gz: 252f0397c161163bf5746825e0e8bc600a7fdee3d3b5d0ccb0f0d7516733ed09baa23687ab82c5bc1a916043c0e8facd306f09e22c76dd72d001ebcc04dbc03f
data/lib/oncall.rb ADDED
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Oncall
4
+ module Oncall
5
+ end
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: oncall
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Koen Woortman
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-10-18 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: ''
14
+ email: koensw@outlook.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/oncall.rb
20
+ homepage:
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '2.3'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubygems_version: 3.0.3
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: oncall-0.0.1
43
+ test_files: []