railsmaker-core 0.0.3 → 0.0.4

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: f05c4f4b0f5ad9d15c00afdeec1440cf972dbe3db796bccc1ea4f55434ae0347
4
- data.tar.gz: 74d4ec7c920e3250368705871a6d11c7b1fb6602287abdd1cb06ddac500afe54
3
+ metadata.gz: '0498a8c2eab4d7d8f917e3f55711a8097969e3dfb4b169dc6cfff766282969f2'
4
+ data.tar.gz: 2f1b5996ed10083ac0cac57ac593363855c5abcfc11aa8baad739ea728460cb5
5
5
  SHA512:
6
- metadata.gz: 8587b7796a95a59a031c0870b0d8c308537cc7f9d743fed24c4044a4eff5e5ae702eff51d102a0b1722b7ffa9683ca570046dace51bd4baeeb01aaa72bc92a04
7
- data.tar.gz: 8e420e2ac6e9979a9cd8745b0aa3022235b5e3c9636189b6ce8e12a0720aad5e839507181edb23282b5ef56de221f0800030dd66edc67bbb1b445dbed73abb16
6
+ metadata.gz: 0fa6105c8ed5cfa0e17fdb2468ea6833247846b7ffa3f896551e19b23059fd290b5e625af243a295591749a93b551d865d370b87024c9d3b8cc2a5d2d9cee472
7
+ data.tar.gz: 21996f9480c2c21d8d310efd729eeeeec5b5b94b5b261e0bf6e476c76241b8925ffbd20cd625719e7a9f5f24fc5843a015612303bdb28d0b667105b89a2bc88e
data/README.md CHANGED
@@ -3,10 +3,11 @@
3
3
  [![Live Demo](https://img.shields.io/badge/Live_Demo-Try_Now_-brightgreen?logo=rocket&color=00cc99)](https://railsmaker.com)
4
4
  [![Live Demo Repo](https://img.shields.io/badge/Live_Demo_Repo-View_Code-blue?logo=github)](https://github.com/sgerov/railsmaker-sample)
5
5
  [![Guide](https://img.shields.io/badge/Guide-10_Steps_To_Prod-orange?logo=book)](./10-STEPS-TO-PROD.md)
6
+ [![DaisyUI Templates](https://img.shields.io/badge/DaisyUI_Templates-70+_Templates-purple?logo=tailwindcss)](https://daisyuitemplates.com/)
6
7
 
7
8
  # 📦 Railsmaker
8
9
 
9
- Ship your MVP in hours, not weeks • Zero config needed • Save $120+/month and 20+ dev hours
10
+ Ship your MVP in hours, not weeks • Zero config needed • Save 20+ dev hours
10
11
 
11
12
  ## ⚡ Why Railsmaker?
12
13
  - **Ship Faster**: From zero to production in 15 minutes
@@ -72,17 +72,17 @@ module RailsMaker
72
72
 
73
73
  def setup_frontend
74
74
  say('Adding Tailwind CSS')
75
- gem 'tailwindcss-rails', '~> 4.0.0.rc5'
75
+ gem 'tailwindcss-rails', '~> 4.2.0'
76
76
 
77
77
  say('Installing gems')
78
78
  run 'bundle install --quiet'
79
79
 
80
80
  say('Setting up Tailwind')
81
- run 'bun add -d tailwindcss@4.0.0 @tailwindcss/cli@4.0.0'
81
+ run 'bun add -d tailwindcss@4.0.12 @tailwindcss/cli@4.0.12'
82
82
  rails_command 'tailwindcss:install'
83
83
 
84
84
  say('Installing DaisyUI')
85
- run 'bun add -d daisyui@5.0.0-beta.2'
85
+ run 'bun add -d daisyui@5.0.0'
86
86
 
87
87
  validate_gsub_strings([
88
88
  {
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RailsMaker
4
- VERSION = '0.0.3'
4
+ VERSION = '0.0.4'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: railsmaker-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sava Gerov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-16 00:00:00.000000000 Z
11
+ date: 2025-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: clearance