rails_schema_excel 0.2.0 → 0.2.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 +4 -4
- data/README.md +6 -0
- data/lib/rails_schema_excel/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c751c5957dd22af4545752424f62acccde3fb97ff77ad082ab24245e7215fd3c
|
4
|
+
data.tar.gz: 19e1493298e8d3dac82bcca0323e96d39fa1093cc3c905ab342f65123d2b4eaf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3819187e418ab8003ad2a72fb7e8698e0486b398fb6f57928edfd4d0dbe1bd6c498f2bfcb655d502c54d13194b619e97ef22e05656fbb8c75c28eeabb5573603
|
7
|
+
data.tar.gz: 4f24674c4fb11da68c19b7b2f7b186406f32122047a9a1478e02ae5024f313ecd21915c42f6d3c5ff458b540dcd196df9ee78686670afbdbee8255633aa9a195
|
data/README.md
CHANGED
@@ -1,7 +1,13 @@
|
|
1
1
|
# Rails Schema to Excel Converter
|
2
2
|
|
3
|
+
[](https://badge.fury.io/rb/rails_schema_excel)
|
4
|
+
|
5
|
+
[](https://www.buymeacoffee.com/ojisanchamchi)
|
6
|
+
|
3
7
|
Convert Rails database schema to Excel format with each table as a separate sheet in A5:SQL Mk-2 style.
|
4
8
|
|
9
|
+
<img width="798" height="637" alt="image" src="https://github.com/user-attachments/assets/d538365c-f83d-4536-890b-a0e7c28da534" />
|
10
|
+
|
5
11
|
## Installation
|
6
12
|
|
7
13
|
Add this line to your application's Gemfile:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_schema_excel
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dang Quang Minh
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-10-
|
11
|
+
date: 2025-10-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: caxlsx
|
@@ -40,8 +40,7 @@ dependencies:
|
|
40
40
|
version: '0.6'
|
41
41
|
description: 'Convert Rails database schema to Excel format with each table as a separate
|
42
42
|
sheet in A5:SQL Mk-2 style. Usage: rails_schema_excel -i schema.rb -o out.xlsx'
|
43
|
-
email:
|
44
|
-
- d-minh@ruby-dev.vn
|
43
|
+
email: ojisanchamchi@gmail.com
|
45
44
|
executables:
|
46
45
|
- rails_schema_excel
|
47
46
|
extensions: []
|
@@ -62,6 +61,7 @@ metadata:
|
|
62
61
|
homepage_uri: https://github.com/ojisanchamchi/rails_schema_excel
|
63
62
|
source_code_uri: https://github.com/ojisanchamchi/rails_schema_excel
|
64
63
|
changelog_uri: https://github.com/ojisanchamchi/rails_schema_excel/blob/main/CHANGELOG.md
|
64
|
+
github_repo: https://github.com/ojisanchamchi/rails_schema_excel
|
65
65
|
post_install_message:
|
66
66
|
rdoc_options: []
|
67
67
|
require_paths:
|