ai_summary 0.1.3 → 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 +4 -4
- data/.idea/workspace.xml +23 -7
- data/lib/ai_summary/railtie.rb +10 -0
- data/lib/ai_summary/version.rb +1 -1
- data/lib/ai_summary.rb +2 -5
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 422c6ef278ff8c09594823a6f0fbb88f91d188adc1d36dba9479fd2c5d498ac9
|
|
4
|
+
data.tar.gz: 7d5affbb9b322c2ba0e82b24db2111ab7a257088f14d72de59b949023ec8c0a1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 26a34bc7218877e6dd0241246e7479deb56376c8c3b5e549d20062aaa546624cbe0b233072b68458102bfaf537f196eed685fe6fcd38e97eedb897b64fb20365
|
|
7
|
+
data.tar.gz: 0dbb8aef55bd6ee350fef0e0a7325e396bf3ac67a819e7d634e5b28dd3ec069e59112c4855a88c728f0d0a59c3fd9dfbe1ee37712adec3a084162593e72d1e7a
|
data/.idea/workspace.xml
CHANGED
|
@@ -4,10 +4,8 @@
|
|
|
4
4
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
5
5
|
</component>
|
|
6
6
|
<component name="ChangeListManager">
|
|
7
|
-
<list default="true" id="34d5e5cf-2804-4d8f-a534-bf8fd82f58ab" name="Changes" comment="
|
|
8
|
-
<change beforePath="$PROJECT_DIR
|
|
9
|
-
<change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
|
|
10
|
-
<change beforePath="$PROJECT_DIR$/ai_summary.gemspec" beforeDir="false" afterPath="$PROJECT_DIR$/ai_summary.gemspec" afterDir="false" />
|
|
7
|
+
<list default="true" id="34d5e5cf-2804-4d8f-a534-bf8fd82f58ab" name="Changes" comment="Hotfix Rails s Error">
|
|
8
|
+
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
11
9
|
<change beforePath="$PROJECT_DIR$/lib/ai_summary/version.rb" beforeDir="false" afterPath="$PROJECT_DIR$/lib/ai_summary/version.rb" afterDir="false" />
|
|
12
10
|
</list>
|
|
13
11
|
<option name="SHOW_DIALOG" value="false" />
|
|
@@ -83,7 +81,7 @@
|
|
|
83
81
|
<option name="presentableId" value="Default" />
|
|
84
82
|
<updated>1753281082472</updated>
|
|
85
83
|
<workItem from="1753281097573" duration="753000" />
|
|
86
|
-
<workItem from="1753281853845" duration="
|
|
84
|
+
<workItem from="1753281853845" duration="4088000" />
|
|
87
85
|
</task>
|
|
88
86
|
<task id="LOCAL-00001" summary="Add README and Gemspec">
|
|
89
87
|
<option name="closed" value="true" />
|
|
@@ -157,7 +155,23 @@
|
|
|
157
155
|
<option name="project" value="LOCAL" />
|
|
158
156
|
<updated>1753285169489</updated>
|
|
159
157
|
</task>
|
|
160
|
-
<
|
|
158
|
+
<task id="LOCAL-00010" summary="Update README and Dependencies to allow rails 7 <">
|
|
159
|
+
<option name="closed" value="true" />
|
|
160
|
+
<created>1753285608911</created>
|
|
161
|
+
<option name="number" value="00010" />
|
|
162
|
+
<option name="presentableId" value="LOCAL-00010" />
|
|
163
|
+
<option name="project" value="LOCAL" />
|
|
164
|
+
<updated>1753285608911</updated>
|
|
165
|
+
</task>
|
|
166
|
+
<task id="LOCAL-00011" summary="Hotfix Rails s Error">
|
|
167
|
+
<option name="closed" value="true" />
|
|
168
|
+
<created>1753285929263</created>
|
|
169
|
+
<option name="number" value="00011" />
|
|
170
|
+
<option name="presentableId" value="LOCAL-00011" />
|
|
171
|
+
<option name="project" value="LOCAL" />
|
|
172
|
+
<updated>1753285929263</updated>
|
|
173
|
+
</task>
|
|
174
|
+
<option name="localTasksCounter" value="12" />
|
|
161
175
|
<servers />
|
|
162
176
|
</component>
|
|
163
177
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -182,6 +196,8 @@
|
|
|
182
196
|
<MESSAGE value="Test Github Action v3" />
|
|
183
197
|
<MESSAGE value="Add Dummy app and rspec" />
|
|
184
198
|
<MESSAGE value="Add Dummy app and rspec v2" />
|
|
185
|
-
<
|
|
199
|
+
<MESSAGE value="Update README and Dependencies to allow rails 7 <" />
|
|
200
|
+
<MESSAGE value="Hotfix Rails s Error" />
|
|
201
|
+
<option name="LAST_COMMIT_MESSAGE" value="Hotfix Rails s Error" />
|
|
186
202
|
</component>
|
|
187
203
|
</project>
|
data/lib/ai_summary/version.rb
CHANGED
data/lib/ai_summary.rb
CHANGED
|
@@ -1,13 +1,10 @@
|
|
|
1
|
+
# lib/ai_summary.rb
|
|
1
2
|
# frozen_string_literal: true
|
|
2
3
|
|
|
3
4
|
require_relative "ai_summary/version"
|
|
4
5
|
require_relative "ai_summary/summary_generator"
|
|
5
6
|
|
|
6
|
-
# Auto-load Rake tasks
|
|
7
|
-
task_file = File.expand_path("../tasks/ai_summary.rake", __FILE__)
|
|
8
|
-
load task_file if defined?(Rake)
|
|
9
|
-
|
|
10
7
|
module AiSummary
|
|
11
8
|
class Error < StandardError; end
|
|
12
|
-
# Your code goes here...
|
|
13
9
|
end
|
|
10
|
+
require_relative "ai_summary/railtie" if defined?(Rails::Railtie)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ai_summary
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Anders Jonassen
|
|
@@ -130,6 +130,7 @@ files:
|
|
|
130
130
|
- README.md
|
|
131
131
|
- Rakefile
|
|
132
132
|
- lib/ai_summary.rb
|
|
133
|
+
- lib/ai_summary/railtie.rb
|
|
133
134
|
- lib/ai_summary/summary_generator.rb
|
|
134
135
|
- lib/ai_summary/version.rb
|
|
135
136
|
- lib/tasks/ai_summary.rake
|