docit 0.3.1 → 0.5.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: docit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - S13G
@@ -43,8 +43,6 @@ files:
43
43
  - Rakefile
44
44
  - app/controllers/docit/ui_controller.rb
45
45
  - config/routes.rb
46
- - docs/images/scalar_image.png
47
- - docs/images/swagger_image.png
48
46
  - lib/docit.rb
49
47
  - lib/docit/ai.rb
50
48
  - lib/docit/ai/anthropic_client.rb
@@ -58,6 +56,7 @@ files:
58
56
  - lib/docit/ai/openai_client.rb
59
57
  - lib/docit/ai/prompt_builder.rb
60
58
  - lib/docit/ai/scaffold_generator.rb
59
+ - lib/docit/ai/system_insight_generator.rb
61
60
  - lib/docit/ai/tag_injector.rb
62
61
  - lib/docit/builders/parameter_builder.rb
63
62
  - lib/docit/builders/request_body_builder.rb
@@ -71,23 +70,33 @@ files:
71
70
  - lib/docit/route_inspector.rb
72
71
  - lib/docit/schema_definition.rb
73
72
  - lib/docit/schema_generator.rb
73
+ - lib/docit/system_graph.rb
74
+ - lib/docit/system_graph/edge.rb
75
+ - lib/docit/system_graph/generator.rb
76
+ - lib/docit/system_graph/graph.rb
77
+ - lib/docit/system_graph/node.rb
78
+ - lib/docit/system_graph/rails_analyzer.rb
79
+ - lib/docit/system_graph/source_scanner.rb
74
80
  - lib/docit/ui/base_renderer.rb
75
81
  - lib/docit/ui/scalar_renderer.rb
76
82
  - lib/docit/ui/swagger_renderer.rb
83
+ - lib/docit/ui/system_renderer.rb
84
+ - lib/docit/ui/system_script.rb
85
+ - lib/docit/ui/system_styles.rb
77
86
  - lib/docit/version.rb
78
87
  - lib/generators/docit/ai_setup/ai_setup_generator.rb
79
88
  - lib/generators/docit/install/install_generator.rb
80
89
  - lib/generators/docit/install/templates/initializer.rb
81
90
  - lib/tasks/docit.rake
82
91
  - sig/docit.rbs
83
- homepage: https://github.com/S13G/docit
92
+ homepage: https://doc-it.dev
84
93
  licenses:
85
94
  - MIT
86
95
  metadata:
87
- homepage_uri: https://github.com/S13G/docit
96
+ homepage_uri: https://doc-it.dev
88
97
  source_code_uri: https://github.com/S13G/docit
89
98
  changelog_uri: https://github.com/S13G/docit/blob/master/CHANGELOG.md
90
- documentation_uri: https://rubydoc.info/gems/docit
99
+ documentation_uri: https://doc-it.dev/docs
91
100
  bug_tracker_uri: https://github.com/S13G/docit/issues
92
101
  rubygems_mfa_required: 'true'
93
102
  rdoc_options: []
Binary file
Binary file