senren-ui 0.1.2 → 0.1.3

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: 9b6cd2ac8863ce382b37a0f2e4d4efe3b109628d396be64186ecc3458b2afa22
4
- data.tar.gz: a91a6fa5df442ae7c67c2a12dbe3b074f6ae7d2437edd9e3739eee1fd9d797ae
3
+ metadata.gz: 4faf9e9f31f33386d09a0d5627aefcb57fb81caa2d30dceb26393a5264fab3ec
4
+ data.tar.gz: 86554b736bbe51c931c449d6b9b9141327d6cbe273fcf3783f9f076bdd094187
5
5
  SHA512:
6
- metadata.gz: cf6dfdfda509f6bb568b50c0d5ea488d7c00c38537ee74621f2e05907dc2c5f78f7354ca21ccd04b055ba2f9df0b94d5da85606cdde91e271ea03526bb3018d9
7
- data.tar.gz: a391a49b1f9152f7b2ccdab3c31276d34cc199929e5315bc10185c51ff6bf660101a42ea56a455df6def66fc215d66097b0610ea919d2531cda606a5076537a2
6
+ metadata.gz: e033a2d37fea9cb223350818ef554d0065a60a27da9d35e4a681cf8110da7191845c81d17aa10600e221d698a85ea8f6cd7982142e10a183fc4fbe4e476afddc
7
+ data.tar.gz: a372309914368659762128d8751d94c88b868af32bfa170fa82670f81559c18692334baf840d99cf6c8c0608c1dec9fdfb2e8cebc54f08406530401632a72aa0
data/CHANGELOG.md CHANGED
@@ -7,7 +7,12 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
  v0.x is a pre-stable line: minor bumps may break things; patch bumps are
8
8
  bug fixes only.
9
9
 
10
- ## [Unreleased]
10
+ ## [0.1.3] — 2026-05-02
11
+
12
+ ### Added
13
+
14
+ - Documentation site deployed at [senren-ui.dev](https://www.senren-ui.dev).
15
+ - Gem homepage now points to the live docs site.
11
16
 
12
17
  ## [0.1.2] — 2026-05-02
13
18
 
data/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  > 洗練 — refined, polished, sophisticated.
4
4
 
5
+ **[Live Docs & Component Reference → senren-ui.dev](https://www.senren-ui.dev)**
6
+
5
7
  A Rails-native UI component library built on **ViewComponent**, **Hotwire
6
8
  (Turbo + Stimulus)**, and **TailwindCSS**, with a centralized AI-agent
7
9
  skill system and a source-copy install model inspired by shadcn/ui.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Senren
4
4
  module Rails
5
- VERSION = '0.1.2'
5
+ VERSION = '0.1.3'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: senren-ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - vutt
@@ -228,13 +228,13 @@ files:
228
228
  - templates/controllers/tabs_controller.js
229
229
  - templates/controllers/theme_toggle_controller.js
230
230
  - templates/controllers/tooltip_controller.js
231
- homepage: https://github.com/vuth-dogo/senren-ui
231
+ homepage: https://www.senren-ui.dev
232
232
  licenses:
233
233
  - MIT
234
234
  metadata:
235
- homepage_uri: https://github.com/vuth-dogo/senren-ui
236
- source_code_uri: https://github.com/vuth-dogo/senren-ui/tree/main
237
- changelog_uri: https://github.com/vuth-dogo/senren-ui/blob/main/CHANGELOG.md
235
+ homepage_uri: https://www.senren-ui.dev
236
+ source_code_uri: https://www.senren-ui.dev/tree/main
237
+ changelog_uri: https://www.senren-ui.dev/blob/main/CHANGELOG.md
238
238
  rubygems_mfa_required: 'true'
239
239
  rdoc_options: []
240
240
  require_paths: