simple_kamal_setup 0.0.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/simple_kamal_setup.rb +5 -0
  3. metadata +41 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: bce7a5d898b61361cfd5ab9e1390a62fafc8602f6dc15499ab0ba60f90e5d34a
4
+ data.tar.gz: 19892fa8a35895c2091429d802d91d2fba0a67897d45e8e8db813aa1f9244618
5
+ SHA512:
6
+ metadata.gz: 8e95b5c2953fc8e8cb714d64e10cf5290ec45bca04f453423c89fa74822426017507d7c843534062bd67de096e7f9ee5032aedc4bec4e627722238448ac94593
7
+ data.tar.gz: 8cd7d151ab4661be465b5f4a7c13bdc107f6f62ea11cd3bb550c8e0baa60453fcc2df8e849c60040c33d6cf244b57cbd920d83b8a53e5acc3a0a51d0da8a7de6
@@ -0,0 +1,5 @@
1
+ class SimpleKamalSetup
2
+ def self.hello
3
+ puts "Hello world!"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,41 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: simple_kamal_setup
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Indigo Tech Tutorials
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: Easily deploy new Kamal apps with this gem which makes the config step
13
+ easier. For fast deploys and setup of Kamal
14
+ email: indigotechtutorials@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/simple_kamal_setup.rb
20
+ homepage: https://rubygems.org/gems/simple_kamal_setup
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ rdoc_options: []
25
+ require_paths:
26
+ - lib
27
+ required_ruby_version: !ruby/object:Gem::Requirement
28
+ requirements:
29
+ - - ">="
30
+ - !ruby/object:Gem::Version
31
+ version: '0'
32
+ required_rubygems_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ requirements: []
38
+ rubygems_version: 3.6.7
39
+ specification_version: 4
40
+ summary: Simplify config and setup of new deployments with kamal
41
+ test_files: []