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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ffda178abb54e4ecfb57eaf09f395905bd093d8e96628e46c67685e976b728ff
4
- data.tar.gz: 8404809de92962a09cf9da2a8b7e57c361fb6c3b2b6d53dc7c49dc27ce70a065
3
+ metadata.gz: c751c5957dd22af4545752424f62acccde3fb97ff77ad082ab24245e7215fd3c
4
+ data.tar.gz: 19e1493298e8d3dac82bcca0323e96d39fa1093cc3c905ab342f65123d2b4eaf
5
5
  SHA512:
6
- metadata.gz: 85f0740990d69e34cecb425f8893e35ab6b7fa3a96ff7ea54679e78fcb5498bfbbea9aee2ac0f4e42a1fe47c10fa05146bb3bfdfba97f2a77a6cefb943263b46
7
- data.tar.gz: d5d20e8bb7610892e77eedb9f54d4408ae6ec4e52bd96f6cab5d77c66e65dad59edc7e2fa1f9ff14a6d4ee38c351e6966d32edfec9b46eb3fd75366e845b5959
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
+ [![Gem Version](https://badge.fury.io/rb/rails_schema_excel.svg)](https://badge.fury.io/rb/rails_schema_excel)
4
+
5
+ [!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](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:
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RailsSchemaExcel
4
- VERSION = "0.2.0"
4
+ VERSION = '0.2.1'
5
5
  end
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.0
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-08 00:00:00.000000000 Z
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: