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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a64ce008d8b1264545caeac3f6f961f6dda21b05842f393ca364bc45bea75c06
4
- data.tar.gz: d36ceb5d796aefde54209620bd11598da50d1beb7d133200efc01eaf48701a5b
3
+ metadata.gz: 91b7690fd2f6a9d4e41685ec37ae786895a82d6bcaf270f006299c1009db48de
4
+ data.tar.gz: ce7aa5e90726a083ec35f41fec2990a1dfcbdc051d3984f12082a26eca342594
5
5
  SHA512:
6
- metadata.gz: 57f67f9b88b7913bd786c2d187139caff6ce31ff1736af8ca7f1ce2482097dcb00d7a0daab47d7079dfade2cc71e484f4742231d8601f4365a4ed98c184ed34b
7
- data.tar.gz: 19ac53cfa49191583753d83139ad359aadba35304bf6efca997059162bb26d598a4dec2c7f49ba598598e9f9294871e2e1c606952846bc703c0e8811d67e722e
6
+ metadata.gz: 7a7cef8dc68caffab433ca60721ecb28f62acbe64ed9583e9d9b9d955259d9b603b576c07fd9d1dcb5c357f51d1129d9103cea73dd6a9b20b38bf46b821377c6
7
+ data.tar.gz: 24b34eaf4c38ba7062b156a064d56b555321757e0813688d27a3c1acb7cbf033c4de1d198ea303093ed4213bf762be5ef16ab234da7c08504386bcc1e35d7894
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [1.0.2] - 2025-03-27
2
+ ### Changed
3
+ - Changed wrong formatting on gemspec
4
+
1
5
  ## [1.0.1] - 2025-03-27
2
6
  ### Added
3
7
  - rapid init can now automatically install git and gh
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RapidStack
4
- VERSION = "1.0.1"
4
+ VERSION = "1.0.2"
5
5
  end
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.1
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.Key Features:
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.1
10761
- changelog_uri: https://github.com/kingsley-ijomah/rapid_stack/blob/v1.0.1/CHANGELOG.md
10762
- documentation_uri: https://github.com/kingsley-ijomah/rapid_stack/blob/v1.0.1/README.md
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!