rails-kompot 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: ce2101caab873f356ff63b3262ae0b1a7e88b616376acc10c5c9853be7dc8861
4
- data.tar.gz: b03b947969c3eb99899c611485d3b4677716117db1ecda2c5edd35a7c8228001
3
+ metadata.gz: 6f5a5412c97c904030f4356388ee2a9670b5c7a824e51ecf65a653162b1da648
4
+ data.tar.gz: ed995d8a58209b2347e03949d08a7dc14f8c15212bca5d695f9b76fbd3f0c540
5
5
  SHA512:
6
- metadata.gz: 8ffa3135b12e83c99298c1f4822363f1712cfe6abf29ca5d47f8de5aea342bf2fc99ce9af750e48dae3d5b5bb3b7dfd52c44d85b0a6e0eec4720851b7ad0e0a9
7
- data.tar.gz: 866b22ee5d2e925234a8ce4583de9605dab28ede63f436009563f9d942b698c7189470b74dfe8eafeb0c822f03b1b468ff2d80eb2da1a48d89d90ece666d07b5
6
+ metadata.gz: 73bc9dece9d50a4cb8254ac9abe296acd22569d628e19458db397a491e4dd589ec1a19716505119f9ee39e0e3d8f7a83beb565f1f76983f14dbdb378e51356c4
7
+ data.tar.gz: 27d102cd291a34f34ead1f5f7676f593ee952fdd23c3ac3bc0539984409a050771d2e8896690fb278b486215e0e804ae4156782a11b4759de0a56dca283526dd
data/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.1.1] - 2026-03-02
9
+
10
+ ### Changed
11
+
12
+ - Updated gem description
13
+
8
14
  ## [0.1.0] - 2026-03-02
9
15
 
10
16
  ### Added
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rails
4
4
  module Kompot
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-kompot
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
7
  - Anatolii Kryvishyn
@@ -30,7 +30,9 @@ dependencies:
30
30
  - !ruby/object:Gem::Version
31
31
  version: '9'
32
32
  description: A CLI wrapper around `rails new` that applies preset flags (-d postgresql
33
- -T --api --minimal).
33
+ -T --api --minimal), adds a curated set of gems (RSpec, RuboCop, factory_bot, Bullet,
34
+ SimpleCov, test-prof), and bootstraps Claude Code slash commands for common development
35
+ tasks (fix, lint, commit, review-pr, add-tests, code-coverage, docs, deliver).
34
36
  email:
35
37
  - 9845250+anatoliikryvishyn@users.noreply.github.com
36
38
  executables:
@@ -81,6 +83,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
83
  requirements: []
82
84
  rubygems_version: 4.0.3
83
85
  specification_version: 4
84
- summary: 'Rails new with sensible defaults: PostgreSQL, API-only, minimal, no test
85
- framework.'
86
+ summary: Opinionated Rails API generator with pre-configured gems and Claude Code
87
+ skills.
86
88
  test_files: []