rapid_stack 1.0.1 → 1.0.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/CHANGELOG.md +4 -0
- data/lib/rapid_stack/version.rb +1 -1
- metadata +6 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 91b7690fd2f6a9d4e41685ec37ae786895a82d6bcaf270f006299c1009db48de
|
4
|
+
data.tar.gz: ce7aa5e90726a083ec35f41fec2990a1dfcbdc051d3984f12082a26eca342594
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a7cef8dc68caffab433ca60721ecb28f62acbe64ed9583e9d9b9d955259d9b603b576c07fd9d1dcb5c357f51d1129d9103cea73dd6a9b20b38bf46b821377c6
|
7
|
+
data.tar.gz: 24b34eaf4c38ba7062b156a064d56b555321757e0813688d27a3c1acb7cbf033c4de1d198ea303093ed4213bf762be5ef16ab234da7c08504386bcc1e35d7894
|
data/CHANGELOG.md
CHANGED
data/lib/rapid_stack/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rapid_stack
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kingsley Ijomah
|
@@ -114,16 +114,10 @@ dependencies:
|
|
114
114
|
- - "~>"
|
115
115
|
- !ruby/object:Gem::Version
|
116
116
|
version: '1.21'
|
117
|
-
description:
|
117
|
+
description: |-
|
118
118
|
It's your entire technical stack, from cloud architecture to databases, from server-side services to client interfaces, all unified into one cohesive system.
|
119
119
|
|
120
|
-
Think of it as your development blueprint that ensures consistency, accelerates learning, and eliminates the guesswork from building modern applications. Whether you're starting a new project or scaling an existing one, Rapid Stack gives you the confidence to build faster and smarter, with every component perfectly orchestrated.
|
121
|
-
• Automated Infrastructure: Leverages Terraform, Ansible, DigitalOcean droplets, and Docker for automated provisioning
|
122
|
-
• Backend Stack: Rails 8.0 API with MongoDB and GraphQL integration
|
123
|
-
• Frontend Framework: Ionic Angular with automated iOS/Android deployment
|
124
|
-
• DevOps Tools: HashiCorp Vault for secrets, GitHub Actions CI/CD, Graylog monitoring
|
125
|
-
• Production Ready: NGINX reverse proxy with SSL, Portainer container management
|
126
|
-
|
120
|
+
Think of it as your development blueprint that ensures consistency, accelerates learning, and eliminates the guesswork from building modern applications. Whether you're starting a new project or scaling an existing one, Rapid Stack gives you the confidence to build faster and smarter, with every component perfectly orchestrated.
|
127
121
|
email:
|
128
122
|
- kingsley@codehance.com
|
129
123
|
executables:
|
@@ -10757,9 +10751,9 @@ licenses:
|
|
10757
10751
|
- MIT
|
10758
10752
|
metadata:
|
10759
10753
|
homepage_uri: https://github.com/kingsley-ijomah/rapid_stack
|
10760
|
-
source_code_uri: https://github.com/kingsley-ijomah/rapid_stack/tree/v1.0.
|
10761
|
-
changelog_uri: https://github.com/kingsley-ijomah/rapid_stack/blob/v1.0.
|
10762
|
-
documentation_uri: https://github.com/kingsley-ijomah/rapid_stack/blob/v1.0.
|
10754
|
+
source_code_uri: https://github.com/kingsley-ijomah/rapid_stack/tree/v1.0.2
|
10755
|
+
changelog_uri: https://github.com/kingsley-ijomah/rapid_stack/blob/v1.0.2/CHANGELOG.md
|
10756
|
+
documentation_uri: https://github.com/kingsley-ijomah/rapid_stack/blob/v1.0.2/README.md
|
10763
10757
|
post_install_message: |
|
10764
10758
|
=======================================
|
10765
10759
|
Thank you for installing Rapid Stack!
|