cl-magic 0.4.0 → 1.2.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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cl-magic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Don Najd
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-18 00:00:00.000000000 Z
11
+ date: 2023-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -80,6 +80,48 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: tty-spinner
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ type: :runtime
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
97
+ - !ruby/object:Gem::Dependency
98
+ name: tty-progressbar
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - ">="
102
+ - !ruby/object:Gem::Version
103
+ version: '0'
104
+ type: :runtime
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: '0'
111
+ - !ruby/object:Gem::Dependency
112
+ name: concurrent-ruby
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - ">="
116
+ - !ruby/object:Gem::Version
117
+ version: '0'
118
+ type: :runtime
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - ">="
123
+ - !ruby/object:Gem::Version
124
+ version: '0'
83
125
  - !ruby/object:Gem::Dependency
84
126
  name: pastel
85
127
  requirement: !ruby/object:Gem::Requirement
@@ -108,6 +150,20 @@ dependencies:
108
150
  - - ">="
109
151
  - !ruby/object:Gem::Version
110
152
  version: '0'
153
+ - !ruby/object:Gem::Dependency
154
+ name: baran
155
+ requirement: !ruby/object:Gem::Requirement
156
+ requirements:
157
+ - - ">="
158
+ - !ruby/object:Gem::Version
159
+ version: '0'
160
+ type: :runtime
161
+ prerelease: false
162
+ version_requirements: !ruby/object:Gem::Requirement
163
+ requirements:
164
+ - - ">="
165
+ - !ruby/object:Gem::Version
166
+ version: '0'
111
167
  - !ruby/object:Gem::Dependency
112
168
  name: byebug
113
169
  requirement: !ruby/object:Gem::Requirement
@@ -139,15 +195,25 @@ files:
139
195
  - cl-magic.gemspec
140
196
  - lib/cl/magic.rb
141
197
  - lib/cl/magic/cl
198
+ - lib/cl/magic/cl-ai-chat
199
+ - lib/cl/magic/cl-ai-query
200
+ - lib/cl/magic/cl-ai-store-jira
142
201
  - lib/cl/magic/cl-auth
143
202
  - lib/cl/magic/cl-dk
203
+ - lib/cl/magic/cl-dk-make
204
+ - lib/cl/magic/cl-dk-make-world
205
+ - lib/cl/magic/cl-dk-parts
206
+ - lib/cl/magic/cl-dk-world
144
207
  - lib/cl/magic/cl-envkey
145
208
  - lib/cl/magic/cl-gc-sql
146
209
  - lib/cl/magic/cl-gc-tags
147
210
  - lib/cl/magic/cl-glab-commit
148
211
  - lib/cl/magic/cl-history
149
212
  - lib/cl/magic/cl-jira-fetch
150
- - lib/cl/magic/cl-jira-stats
213
+ - lib/cl/magic/cl-jira-fetch-by-epics
214
+ - lib/cl/magic/cl-jira-to-elastic
215
+ - lib/cl/magic/cl-jira-to-markdown
216
+ - lib/cl/magic/cl-jira-to-stats
151
217
  - lib/cl/magic/cl-kube-cp
152
218
  - lib/cl/magic/cl-kube-deployment
153
219
  - lib/cl/magic/cl-kube-ktx
@@ -159,12 +225,20 @@ files:
159
225
  - lib/cl/magic/cl-poll
160
226
  - lib/cl/magic/cl-sandbox
161
227
  - lib/cl/magic/cl-vault
228
+ - lib/cl/magic/common/ai_prompt.rb
229
+ - lib/cl/magic/common/ai_text_splitter.rb
162
230
  - lib/cl/magic/common/common_options.rb
231
+ - lib/cl/magic/common/elastic.rb
163
232
  - lib/cl/magic/common/gcloud.rb
164
233
  - lib/cl/magic/common/jira.rb
165
234
  - lib/cl/magic/common/kubectl.rb
166
235
  - lib/cl/magic/common/logging.rb
236
+ - lib/cl/magic/common/milvus.rb
167
237
  - lib/cl/magic/common/parse_and_pick.rb
238
+ - lib/cl/magic/dk/help_printer.rb
239
+ - lib/cl/magic/dk/parts_merger.rb
240
+ - lib/cl/magic/dk/world_settings.rb
241
+ - lib/cl/magic/dk/yaml_arg_munger.rb
168
242
  - lib/cl/magic/version.rb
169
243
  homepage: https://gitlab.com/beesbot/cl-magic
170
244
  licenses: