kdeploy 0.5.0 → 0.6.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3e4e44b572cceb902d9267bfac535bceffcb116b0e5ef8f4de78aafece8dfead
4
- data.tar.gz: c57baa1fccd958c63f60253c682c975bb993f6cc5802ac73d96ed797aea527cc
3
+ metadata.gz: e4f616b19f975f2dd2c092c929917abef3ffb8692868a94e11eb817c10ff9047
4
+ data.tar.gz: 16177a298947b32df45fde284312d693dde19403d53356058c7297aa1b99c693
5
5
  SHA512:
6
- metadata.gz: 9a194eb2b3b5f89853493f4ec34e0053db6c1ae25dddeca768bedc9809eb51ad138aafce09c0bcd3f80a43c5872ad02b57b98bfbc0a0f324634a7015425d037a
7
- data.tar.gz: 97880efd10a46ac87bec1de2312d338ddb2603eac34610e4cd17cd505f7dc8648844b001a37e95633b9410b08f3f55aaa887f11e888d0ea8bf5a66a64451c730
6
+ metadata.gz: fdfd65082400f89565ff0387cce6cf22d8a69d16138bd8e3b3b6e70bdc7d2597735edc6f06575287c163d942f6bdb29d5a9df69db6746408b95225c14db0b6e9
7
+ data.tar.gz: 562dcdcff3008e15d637fbecb1fde2459c0275b37396989f74cb582f62e40168e9309691b4b9c2c75af21fc8ce4c23438236e7f61268a81f1d0b4d367fc5318b
data/README.md CHANGED
@@ -1,4 +1,18 @@
1
1
  # Kdeploy
2
+ ```
3
+ _ _
4
+ /\ /\__| | ___ _ __ | | ___ _ _
5
+ / //_/ _` |/ _ \ '_ \| |/ _ \| | | |
6
+ / __ \ (_| | __/ |_) | | (_) | |_| |
7
+ \/ \/\__,_|\___| .__/|_|\___/ \__, |
8
+ |_| |___/
9
+
10
+
11
+ ⚡ Lightweight Agentless Deployment Tool
12
+ 🚀 Deploy with confidence, scale with ease
13
+
14
+ =====================================================================================================
15
+ ```
2
16
 
3
17
  A lightweight agentless deployment automation tool written in Ruby.
4
18
 
@@ -156,6 +156,20 @@ module Kdeploy
156
156
  def create_readme
157
157
  File.write(File.join(@target_dir, 'README.md'), <<~MD)
158
158
  # Deployment Project
159
+ ```
160
+ _ _
161
+ /\ /\__| | ___ _ __ | | ___ _ _
162
+ / //_/ _` |/ _ \ '_ \| |/ _ \| | | |
163
+ / __ \ (_| | __/ |_) | | (_) | |_| |
164
+ \/ \/\__,_|\___| .__/|_|\___/ \__, |
165
+ |_| |___/
166
+
167
+
168
+ ⚡ Lightweight Agentless Deployment Tool
169
+ 🚀 Deploy with confidence, scale with ease
170
+
171
+ =====================================================================================================
172
+ ```
159
173
 
160
174
  This is a deployment project created with Kdeploy.
161
175
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Kdeploy
4
- VERSION = '0.5.0'
4
+ VERSION = '0.6.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kdeploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Norton