your_ai_insight 1.0.7

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,132 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: your_ai_insight
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.7
5
+ platform: ruby
6
+ authors:
7
+ - AllPro IFM
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-03-18 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rails
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '6.0'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '8'
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '6.0'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '8'
33
+ - !ruby/object:Gem::Dependency
34
+ name: httparty
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '0.21'
40
+ type: :runtime
41
+ prerelease: false
42
+ version_requirements: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: '0.21'
47
+ - !ruby/object:Gem::Dependency
48
+ name: rspec-rails
49
+ requirement: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - "~>"
52
+ - !ruby/object:Gem::Version
53
+ version: '5.0'
54
+ type: :development
55
+ prerelease: false
56
+ version_requirements: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - "~>"
59
+ - !ruby/object:Gem::Version
60
+ version: '5.0'
61
+ - !ruby/object:Gem::Dependency
62
+ name: pg
63
+ requirement: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - "~>"
66
+ - !ruby/object:Gem::Version
67
+ version: '1.4'
68
+ type: :development
69
+ prerelease: false
70
+ version_requirements: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - "~>"
73
+ - !ruby/object:Gem::Version
74
+ version: '1.4'
75
+ description: Drop-in Rails Engine that adds Claude-powered summary dashboards, compliance
76
+ audit reports, job/task analytics, vendor insights, and a natural language chat
77
+ assistant to any facility management Rails app.
78
+ email:
79
+ - dev@allproifm.com
80
+ executables: []
81
+ extensions: []
82
+ extra_rdoc_files: []
83
+ files:
84
+ - LICENSE
85
+ - README.md
86
+ - app/controllers/your_ai_insight/application_controller.rb
87
+ - app/controllers/your_ai_insight/chats_controller.rb
88
+ - app/controllers/your_ai_insight/dashboard_controller.rb
89
+ - app/controllers/your_ai_insight/reports_controller.rb
90
+ - app/jobs/your_ai_insight/scheduled_report_job.rb
91
+ - app/mailers/your_ai_insight/ai_report_mailer.rb
92
+ - app/models/your_ai_insight/ai_report.rb
93
+ - app/services/your_ai_insight/claude_service.rb
94
+ - app/services/your_ai_insight/facility_data_service.rb
95
+ - app/views/your_ai_insight/chat/_widget.html.erb
96
+ - app/views/your_ai_insight/dashboard/index.html.erb
97
+ - config/routes.rb
98
+ - db/migrate/20240101000001_create_your_ai_insight_reports.rb
99
+ - lib/tasks/your_ai_insight.rake
100
+ - lib/tasks/your_ai_insight_seed.rake
101
+ - lib/your_ai_insight.rb
102
+ - lib/your_ai_insight/configuration.rb
103
+ - lib/your_ai_insight/engine.rb
104
+ - lib/your_ai_insight/version.rb
105
+ homepage: https://github.com/ronakabhattrz/your_ai_insight
106
+ licenses:
107
+ - MIT
108
+ metadata:
109
+ homepage_uri: https://github.com/ronakabhattrz/your_ai_insight
110
+ source_code_uri: https://github.com/ronakabhattrz/your_ai_insight
111
+ changelog_uri: https://github.com/ronakabhattrz/your_ai_insight/blob/main/CHANGELOG.md
112
+ post_install_message:
113
+ rdoc_options: []
114
+ require_paths:
115
+ - lib
116
+ required_ruby_version: !ruby/object:Gem::Requirement
117
+ requirements:
118
+ - - ">="
119
+ - !ruby/object:Gem::Version
120
+ version: 2.6.0
121
+ required_rubygems_version: !ruby/object:Gem::Requirement
122
+ requirements:
123
+ - - ">="
124
+ - !ruby/object:Gem::Version
125
+ version: '0'
126
+ requirements: []
127
+ rubygems_version: 3.4.19
128
+ signing_key:
129
+ specification_version: 4
130
+ summary: AI-powered facility management dashboards & compliance reports for Rails
131
+ 6+
132
+ test_files: []