erd_map 0.1.0

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.
metadata ADDED
@@ -0,0 +1,108 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: erd_map
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - makicamel
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 2025-01-15 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: rails
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - ">="
17
+ - !ruby/object:Gem::Version
18
+ version: '0'
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - ">="
24
+ - !ruby/object:Gem::Version
25
+ version: '0'
26
+ - !ruby/object:Gem::Dependency
27
+ name: pycall
28
+ requirement: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ type: :runtime
34
+ prerelease: false
35
+ version_requirements: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ - !ruby/object:Gem::Dependency
41
+ name: fiddle
42
+ requirement: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
47
+ type: :runtime
48
+ prerelease: false
49
+ version_requirements: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
54
+ description: ErdMap visualizes key models and associations in Rails applications,
55
+ helping you understand their architecture by starting with the most important models
56
+ and allowing zoom-in exploration.
57
+ email:
58
+ - unright@gmail.com
59
+ executables: []
60
+ extensions: []
61
+ extra_rdoc_files: []
62
+ files:
63
+ - MIT-LICENSE
64
+ - README.md
65
+ - Rakefile
66
+ - app/assets/stylesheets/erd_map/application.css
67
+ - app/controllers/erd_map/application_controller.rb
68
+ - app/controllers/erd_map/erd_map_controller.rb
69
+ - app/helpers/erd_map/application_helper.rb
70
+ - app/models/erd_map/application_record.rb
71
+ - app/views/layouts/erd_map/application.html.erb
72
+ - config/initializers/erd_map.rb
73
+ - config/routes.rb
74
+ - lib/erd_map.rb
75
+ - lib/erd_map/engine.rb
76
+ - lib/erd_map/graph.rb
77
+ - lib/erd_map/graph_manager.js
78
+ - lib/erd_map/graph_renderer.rb
79
+ - lib/erd_map/map_builder.rb
80
+ - lib/erd_map/plot.rb
81
+ - lib/erd_map/py_call_modules.rb
82
+ - lib/erd_map/version.rb
83
+ - lib/tasks/erd_map_tasks.rake
84
+ homepage: https://github.com/makicamel/erd_map
85
+ licenses:
86
+ - MIT
87
+ metadata:
88
+ homepage_uri: https://github.com/makicamel/erd_map
89
+ source_code_uri: https://github.com/makicamel/erd_map
90
+ changelog_uri: https://github.com/makicamel/erd_map/blob/main/CHANGELOG.md
91
+ rdoc_options: []
92
+ require_paths:
93
+ - lib
94
+ required_ruby_version: !ruby/object:Gem::Requirement
95
+ requirements:
96
+ - - ">="
97
+ - !ruby/object:Gem::Version
98
+ version: '0'
99
+ required_rubygems_version: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - ">="
102
+ - !ruby/object:Gem::Version
103
+ version: '0'
104
+ requirements: []
105
+ rubygems_version: 3.6.2
106
+ specification_version: 4
107
+ summary: An ERD map viewer as a Rails engine.
108
+ test_files: []