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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aa70498d8da44c4794ae00a29448c7d601ff41e81da201c782708145ae00accb
4
- data.tar.gz: d5c44d72d8a1e96b07e1b6c29414c3575aaa4bbbd87d6c0ede793f5a38b12507
3
+ metadata.gz: acf7c7b501facc790dcfc02da30974c7ca0e0bc6f756ff5ae0a8eedfdac4baca
4
+ data.tar.gz: 3007ce3a3ceaeccb10dfc04b943b64e384f0da9e5ceebfac3107224ad673202f
5
5
  SHA512:
6
- metadata.gz: ac33e17fb7b363c51e728cec591618c42145acbac25122685a3d3ddb02a8cc8f564c8d213eaa79a365002658c70577749734120dbeb70b114f931c15bfefc69b
7
- data.tar.gz: d9cc8fc64f0d03a93a920d99f29eb6682d34f472edef567e7c19640c6833a47963f0a0377252e29588075c8f8aa97fa68b6da17ac57c77ceb3ac87a4ec98a078
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Ferryboat
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
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.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: []