rails_schema_excel 0.1.1 → 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 +4 -4
- data/lib/rails_schema_excel/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9ca2c5c25650cbe83f4e34a4809b680b153c8464a5c05257cdc835c9b73096e6
|
4
|
+
data.tar.gz: a4bb4881afa7eba50f8fbb04bdfb2c683506fea70bfeae633a339d30228009f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e4597b96173ec81907c9757e9a7345a2cff752610215d8041fe7c006a40751515d682dab24a5efa39e9dac45a2af682c2161898d748c91187f0313a38e63a4d4
|
7
|
+
data.tar.gz: 1906767bc8338df278b758f0996217df8735b01e2248664de03b04c2234ce372eb9a35bd73d865300fb0a1d2b25e6ef293d9ae823ab8fbdb427cd94d67d65bc0
|
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.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dang Quang Minh
|
@@ -38,8 +38,9 @@ dependencies:
|
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0.6'
|
41
|
-
description: Convert Rails database schema to Excel format with each table as a separate
|
42
|
-
sheet in A5:SQL Mk-2 style
|
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 (interactive) | rails_schema_excel
|
43
|
+
-i schema.rb -o out.xlsx (command line) | rails_schema_excel --help'
|
43
44
|
email:
|
44
45
|
- d-minh@ruby-dev.vn
|
45
46
|
executables:
|