rails_schema_excel 0.1.2 → 0.1.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: 3c0cf2a54ab3c6c6b72db5f29ced90b1a49920ef29943a7e43ddee5f502533b2
4
- data.tar.gz: 05677dd19b3b51733d424c5be6a547de0dbb4157a9e2b7f829143ed52d8763f3
3
+ metadata.gz: 83c201c8fe60f4b97fba60b7a97313397bd34da4046ef717118eb4fe5a9ac643
4
+ data.tar.gz: 7d92d9e96c69cb14dbaca69a3e3705f8b6bfcec019d3b5be8e212e9cbcdbbed0
5
5
  SHA512:
6
- metadata.gz: c1f15e989f542bec3a58b2c04d57eaf374ba63849110e177d3c7df4e4f3d29e43a07dcaebbb54ecbc91e5adb6e13467ad944d4da8a53275c6c29082f1640220c
7
- data.tar.gz: 67790396b31cede9881081dd4e3c2312c4aeba9aec0116a3881dd7a0ba6136ccb63852bcfd92d29362ec81334d40b02535638062e86092da967dbcfc9c65b549
6
+ metadata.gz: 2e62f5d45fb99e46e9b98c995be0fc6786a985e431a79d90dddf2e7b35e567a6627884195be2f4551e6bf8a3c4a077ca7e48c4fc6af4fbc7ebd87a8c32d67b17
7
+ data.tar.gz: dd2565aa2142075c667012648849e8a3c9e038fff1665857feefdc1909d159785cc6d3d3fc6e4d1d02c7924d64aced8c092f5328a2bb11da9c4f3fa2965ca8ff
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RailsSchemaExcel
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.4"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_schema_excel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dang Quang Minh
@@ -38,13 +38,8 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0.6'
41
- description: |
42
- Convert Rails database schema to Excel format with each table as a separate sheet in A5:SQL Mk-2 style.
43
-
44
- Usage:
45
- rails_schema_excel # Interactive mode
46
- rails_schema_excel -i schema.rb -o out.xlsx # Command line mode
47
- rails_schema_excel --help # Show help
41
+ description: 'Convert Rails database schema to Excel format with each table as a separate
42
+ sheet in A5:SQL Mk-2 style. Usage: rails_schema_excel -i schema.rb -o out.xlsx'
48
43
  email:
49
44
  - d-minh@ruby-dev.vn
50
45
  executables: