ferryboat 0.1.1 → 0.1.2
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 +4 -4
- data/README.md +1 -1
- data/lib/ferryboat/cli.rb +0 -0
- data/lib/ferryboat/deployer.rb +0 -0
- data/lib/ferryboat/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: acf7c7b501facc790dcfc02da30974c7ca0e0bc6f756ff5ae0a8eedfdac4baca
|
4
|
+
data.tar.gz: 3007ce3a3ceaeccb10dfc04b943b64e384f0da9e5ceebfac3107224ad673202f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0ef8c0b48dfa47ed6e8974998787ccf2052ac5824dc5d86289617c52fee8e70bcf248e0c970b59dfff6668ac490311d91e409d4819fadb7f197609745db9eb9
|
7
|
+
data.tar.gz: 874cd8a690a4fd14e58411f3528c5d1569f00c3f2d61465a12049092aaf8d10d1ede998f079afd1c42b39f7f9433c4e5d5c6709489117f43e8e65a9bba30337b
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Ferryboat ⚓️
|
2
2
|
|
3
|
-
**Ferryboat** is a lightweight deployment tool built by **21tycoons** for teams who want **zero-downtime deployments** without the complexity of Kubernetes or heavyweight DevOps stacks.
|
3
|
+
**Ferryboat** is a lightweight deployment tool built by **21tycoons** for teams who want **zero-downtime deployments** for marketing/static sites without the complexity of Kubernetes or heavyweight DevOps stacks.
|
4
4
|
|
5
5
|
It’s designed for marketing sites, micro-apps, and fast-moving projects that need **confidence in production** while staying **simple, portable, and developer-friendly**.
|
6
6
|
|
File without changes
|
File without changes
|
data/lib/ferryboat/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ferryboat
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- 21tycoons
|
@@ -38,7 +38,7 @@ dependencies:
|
|
38
38
|
- !ruby/object:Gem::Version
|
39
39
|
version: '1.0'
|
40
40
|
description: |
|
41
|
-
Ferryboat is a deployment solution focused on simplicity and reliability.
|
41
|
+
Ferryboat is a deployment solution for marketing/static sites focused on simplicity and reliability.
|
42
42
|
It supports zero-downtime rollouts, staging environments, and basic volume
|
43
43
|
backups. Designed to work with Docker and SSH, it helps teams deliver code
|
44
44
|
safely to production without unnecessary complexity.
|
@@ -50,6 +50,8 @@ extra_rdoc_files: []
|
|
50
50
|
files:
|
51
51
|
- README.md
|
52
52
|
- lib/ferryboat.rb
|
53
|
+
- lib/ferryboat/cli.rb
|
54
|
+
- lib/ferryboat/deployer.rb
|
53
55
|
- lib/ferryboat/version.rb
|
54
56
|
homepage: https://github.com/21tycoons/ferryboat
|
55
57
|
licenses:
|
@@ -71,5 +73,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
73
|
requirements: []
|
72
74
|
rubygems_version: 3.6.5
|
73
75
|
specification_version: 4
|
74
|
-
summary: Lightweight zero-downtime deployment tool.
|
76
|
+
summary: Lightweight zero-downtime deployment tool for marketing/static sites.
|
75
77
|
test_files: []
|