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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8603ce964a0084b2b701952533eef526185c8e9d983750a63ec58f1286381909
4
- data.tar.gz: e85202b72240ff6765c71671e83239e15ebda83dff0aa7bae0829a6245034083
3
+ metadata.gz: 9b8cf2b4281a971f1461888a46dc545462d95dc172daaf5c36ab564e3903dc51
4
+ data.tar.gz: 435d522a1a57668bec0ed4466efb54a37bcb611158040880e47213b03e490afb
5
5
  SHA512:
6
- metadata.gz: f99a3b3b684e9789a4bc5fc686f1fc62a375678a974e44c84d02f9166feeabf72507a2ae1e88c74363c1a32a75e68bd940554d3280bdbf7bb80f03032b96c959
7
- data.tar.gz: 7101fbc2ac5588fc3319846e425285afc36ae2ccdcbc788767ea47a9c31202a78536b6b8ca93a6a86755db94bb10449afd69b969e66b8be7cbbcdfd0cdca0599
6
+ metadata.gz: 0e0ede91e4d6b2ebc158fe54bafd4cd2a431418c787424738e06f92efadcc92382c8512ce0be4d3fc9b065bc54a29b8f5eb8e67b472d79bf4f7f9e4de65335cf
7
+ data.tar.gz: aa156b2747353945c096f5c723d55fbfe29323fb40f505940c6402c1ef50375dc78e63cf42829e458991b233b5a84306c1be2218f3fde8b647bab8e7a9413b77
data/CHANGELOG.md CHANGED
@@ -1,7 +1,11 @@
1
1
  # Changelog
2
2
 
3
- ## [0.1.0] - 2025-02-13
3
+ ## [0.1.1] - 2025-03-13
4
+ ### Fixed
5
+ - Fixed typo in Gemspec
6
+ - Other changes...
4
7
 
8
+ ## [0.1.0] - 2024-03-XX
5
9
  ### Added
6
10
  - Initial release
7
11
  - CLI tool for project initialization
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RapidStack
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
- - Your Name
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: RapidStack provides a complete solution for Rails applications with Vault
104
- integration, secure credential management, and deployment configurations
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
- - your.email@example.com
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/yourusername/rapid_stack
55677
+ homepage: https://github.com/CodehanceHQ/rapid_stack
55669
55678
  licenses:
55670
55679
  - MIT
55671
55680
  metadata:
55672
- homepage_uri: https://github.com/yourusername/rapid_stack
55673
- source_code_uri: https://github.com/yourusername/rapid_stack/tree/v0.1.0
55674
- changelog_uri: https://github.com/yourusername/rapid_stack/blob/v0.1.0/CHANGELOG.md
55675
- documentation_uri: https://github.com/yourusername/rapid_stack/blob/v0.1.0/README.md
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 rapid development stack for Rails applications with Vault integration
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