rapid_stack 0.1.0 → 0.1.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -1
- data/lib/rapid_stack/version.rb +1 -1
- metadata +23 -12
- data/templates/BackEnd/tmp/pids/server.pid +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9b8cf2b4281a971f1461888a46dc545462d95dc172daaf5c36ab564e3903dc51
|
4
|
+
data.tar.gz: 435d522a1a57668bec0ed4466efb54a37bcb611158040880e47213b03e490afb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e0ede91e4d6b2ebc158fe54bafd4cd2a431418c787424738e06f92efadcc92382c8512ce0be4d3fc9b065bc54a29b8f5eb8e67b472d79bf4f7f9e4de65335cf
|
7
|
+
data.tar.gz: aa156b2747353945c096f5c723d55fbfe29323fb40f505940c6402c1ef50375dc78e63cf42829e458991b233b5a84306c1be2218f3fde8b647bab8e7a9413b77
|
data/CHANGELOG.md
CHANGED
data/lib/rapid_stack/version.rb
CHANGED
metadata
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rapid_stack
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Kingsley Ijomah
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
@@ -100,10 +100,20 @@ dependencies:
|
|
100
100
|
- - "~>"
|
101
101
|
- !ruby/object:Gem::Version
|
102
102
|
version: '1.21'
|
103
|
-
description:
|
104
|
-
|
103
|
+
description: |-
|
104
|
+
RapidStack is an all-in-one solution for modern web applications. It includes:
|
105
|
+
- Rails 8.0 API backend with GraphQL and MongoDB
|
106
|
+
- Ionic Angular frontend with authentication
|
107
|
+
- HashiCorp Vault integration for secrets management
|
108
|
+
- Complete DevOps setup with Terraform and Ansible
|
109
|
+
- Docker containerization for development and production
|
110
|
+
- CI/CD pipelines with GitHub Actions
|
111
|
+
- Monitoring with Graylog
|
112
|
+
- Container management with Portainer
|
113
|
+
- NGINX reverse proxy with SSL
|
114
|
+
- Automated deployment scripts
|
105
115
|
email:
|
106
|
-
-
|
116
|
+
- kingsley@codehance.com
|
107
117
|
executables:
|
108
118
|
- rapid_stack
|
109
119
|
extensions: []
|
@@ -10272,7 +10282,6 @@ files:
|
|
10272
10282
|
- templates/BackEnd/tmp/cache/bootsnap/compile-cache-yaml/ff/f30b0e523025fd
|
10273
10283
|
- templates/BackEnd/tmp/cache/bootsnap/load-path-cache
|
10274
10284
|
- templates/BackEnd/tmp/local_secret.txt
|
10275
|
-
- templates/BackEnd/tmp/pids/server.pid
|
10276
10285
|
- templates/BackEnd/tmp/restart.txt
|
10277
10286
|
- templates/DevOps/README.md
|
10278
10287
|
- templates/DevOps/ansible.cfg
|
@@ -55665,14 +55674,14 @@ files:
|
|
55665
55674
|
- templates/Vault/vault/tls/vault.key
|
55666
55675
|
- templates/dev-start.sh
|
55667
55676
|
- templates/dev-stop.sh
|
55668
|
-
homepage: https://github.com/
|
55677
|
+
homepage: https://github.com/CodehanceHQ/rapid_stack
|
55669
55678
|
licenses:
|
55670
55679
|
- MIT
|
55671
55680
|
metadata:
|
55672
|
-
homepage_uri: https://github.com/
|
55673
|
-
source_code_uri: https://github.com/
|
55674
|
-
changelog_uri: https://github.com/
|
55675
|
-
documentation_uri: https://github.com/
|
55681
|
+
homepage_uri: https://github.com/CodehanceHQ/rapid_stack
|
55682
|
+
source_code_uri: https://github.com/CodehanceHQ/rapid_stack/tree/v0.1.1
|
55683
|
+
changelog_uri: https://github.com/CodehanceHQ/rapid_stack/blob/v0.1.1/CHANGELOG.md
|
55684
|
+
documentation_uri: https://github.com/CodehanceHQ/rapid_stack/blob/v0.1.1/README.md
|
55676
55685
|
post_install_message:
|
55677
55686
|
rdoc_options: []
|
55678
55687
|
require_paths:
|
@@ -55691,5 +55700,7 @@ requirements: []
|
|
55691
55700
|
rubygems_version: 3.5.9
|
55692
55701
|
signing_key:
|
55693
55702
|
specification_version: 4
|
55694
|
-
summary: A
|
55703
|
+
summary: A comprehensive full-stack development toolkit that provides a containerized
|
55704
|
+
Rails API backend, Ionic Angular frontend, and complete DevOps infrastructure with
|
55705
|
+
Terraform and Ansible
|
55695
55706
|
test_files: []
|
@@ -1 +0,0 @@
|
|
1
|
-
1
|