completion-kit 0.2.0 → 0.3.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.
- checksums.yaml +4 -4
- data/LICENSE +97 -0
- data/README.md +7 -1
- data/db/migrate/20260403000003_add_applied_at_to_completion_kit_suggestions.rb +1 -0
- data/lib/completion_kit/version.rb +1 -1
- metadata +4 -4
- data/MIT-LICENSE +0 -20
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 158791345bf5503ca9dbca6d6e8374c17b7802cbee673cf783d6c2f33ac144db
|
|
4
|
+
data.tar.gz: 6912a4de3c685d62adeaa5670a2ad6db6c847f941d225356db788ec1275d7652
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '09bf06065c3c7219456f2f5f6588d0121fcbc4c7d68baf6fff9cb18f6196dae7170d0068ad0d3d7f46cb1e4e339ec775eecd355321ee8866ac1252af5234ca4d'
|
|
7
|
+
data.tar.gz: 12e422f715cb21eed7d759ad8b2924a3f7daeff88d816c278f8c0af778e6dd9583203a25be7214d9959646a6a435420658d481f0b983b66097e765db5244eb2f
|
data/LICENSE
ADDED
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
Business Source License 1.1
|
|
2
|
+
|
|
3
|
+
Licensor: Homemade Software, Inc.
|
|
4
|
+
|
|
5
|
+
Licensed Work: CompletionKit
|
|
6
|
+
The Licensed Work is Copyright © 2026 Homemade
|
|
7
|
+
Software, Inc.
|
|
8
|
+
|
|
9
|
+
Additional Use Grant: You may use the Licensed Work for any purpose,
|
|
10
|
+
including in production, except to offer the Licensed
|
|
11
|
+
Work (or any derivative work) to third parties as a
|
|
12
|
+
hosted or managed service whose primary value is the
|
|
13
|
+
functionality of the Licensed Work itself.
|
|
14
|
+
|
|
15
|
+
Change Date: 2029-04-25
|
|
16
|
+
|
|
17
|
+
Change License: GNU General Public License (GPL) Version 3
|
|
18
|
+
|
|
19
|
+
For information about alternative licensing arrangements for the Licensed
|
|
20
|
+
Work, please contact hello@homemade.software.
|
|
21
|
+
|
|
22
|
+
--------------------------------------------------------------------------------
|
|
23
|
+
|
|
24
|
+
Business Source License 1.1
|
|
25
|
+
|
|
26
|
+
Terms
|
|
27
|
+
|
|
28
|
+
The Licensor hereby grants you the right to copy, modify, create derivative
|
|
29
|
+
works, redistribute, and make non-production use of the Licensed Work. The
|
|
30
|
+
Licensor may make an Additional Use Grant, above, permitting limited
|
|
31
|
+
production use.
|
|
32
|
+
|
|
33
|
+
Effective on the Change Date, or the fourth anniversary of the first publicly
|
|
34
|
+
available distribution of a specific version of the Licensed Work under this
|
|
35
|
+
License, whichever comes first, the Licensor hereby grants you rights under
|
|
36
|
+
the terms of the Change License, and the rights granted in the paragraph
|
|
37
|
+
above terminate.
|
|
38
|
+
|
|
39
|
+
If your use of the Licensed Work does not comply with the requirements
|
|
40
|
+
currently in effect as described in this License, you must purchase a
|
|
41
|
+
commercial license from the Licensor, its affiliated entities, or authorized
|
|
42
|
+
resellers, or you must refrain from using the Licensed Work.
|
|
43
|
+
|
|
44
|
+
All copies of the original and modified Licensed Work, and derivative works
|
|
45
|
+
of the Licensed Work, are subject to this License. This License applies
|
|
46
|
+
separately for each version of the Licensed Work and the Change Date may
|
|
47
|
+
vary for each version of the Licensed Work released by Licensor.
|
|
48
|
+
|
|
49
|
+
You must conspicuously display this License on each original or modified
|
|
50
|
+
copy of the Licensed Work. If you receive the Licensed Work in original or
|
|
51
|
+
modified form from a third party, the terms and conditions set forth in this
|
|
52
|
+
License apply to your use of that work.
|
|
53
|
+
|
|
54
|
+
Any use of the Licensed Work in violation of this License will automatically
|
|
55
|
+
terminate your rights under this License for the current and all other
|
|
56
|
+
versions of the Licensed Work.
|
|
57
|
+
|
|
58
|
+
This License does not grant you any right in any trademark or logo of
|
|
59
|
+
Licensor or its affiliates (provided that you may use a trademark or logo of
|
|
60
|
+
Licensor as expressly required by this License).
|
|
61
|
+
|
|
62
|
+
TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
|
|
63
|
+
AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
|
|
64
|
+
EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
|
|
65
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
|
|
66
|
+
TITLE.
|
|
67
|
+
|
|
68
|
+
MariaDB hereby grants you permission to use this License's text to license
|
|
69
|
+
your works, and to refer to it using the trademark "Business Source
|
|
70
|
+
License", as long as you comply with the Covenants of Licensor below.
|
|
71
|
+
|
|
72
|
+
Covenants of Licensor
|
|
73
|
+
|
|
74
|
+
In consideration of the right to use this License's text and the "Business
|
|
75
|
+
Source License" name and trademark, Licensor covenants to MariaDB, and to
|
|
76
|
+
all other recipients of the Licensed Work to be provided by Licensor:
|
|
77
|
+
|
|
78
|
+
1. To specify as the Change License the GPL Version 2.0 or any later
|
|
79
|
+
version, or a license that is compatible with GPL Version 2.0 or a later
|
|
80
|
+
version, where "compatible" means that software provided under the Change
|
|
81
|
+
License can be included in a program with software provided under GPL
|
|
82
|
+
Version 2.0 or a later version. Licensor may specify additional Change
|
|
83
|
+
Licenses without limitation.
|
|
84
|
+
|
|
85
|
+
2. To either: (a) specify an additional grant of rights to use that does not
|
|
86
|
+
impose any additional restriction on the right granted in this License,
|
|
87
|
+
as the Additional Use Grant; or (b) insert the text "None".
|
|
88
|
+
|
|
89
|
+
3. To specify a Change Date.
|
|
90
|
+
|
|
91
|
+
4. Not to modify this License in any other way.
|
|
92
|
+
|
|
93
|
+
Notice
|
|
94
|
+
|
|
95
|
+
The Business Source License (this document, or the "License") is not an
|
|
96
|
+
Open Source license. However, the Licensed Work will eventually be made
|
|
97
|
+
available under an Open Source License, as stated in this License.
|
data/README.md
CHANGED
|
@@ -15,6 +15,8 @@ It's the difference between "this prompt seems to work" and "this prompt scores
|
|
|
15
15
|
|
|
16
16
|
**[completionkit.com](https://completionkit.com)** | **[RubyGems](https://rubygems.org/gems/completion-kit)**
|
|
17
17
|
|
|
18
|
+
> **CompletionKit Cloud** is coming — hosted, managed CompletionKit with zero setup. Early access opening soon at [app.completionkit.com](https://app.completionkit.com).
|
|
19
|
+
|
|
18
20
|

|
|
19
21
|
|
|
20
22
|

|
|
@@ -200,4 +202,8 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for development setup, testing, and pull
|
|
|
200
202
|
|
|
201
203
|
## License
|
|
202
204
|
|
|
203
|
-
[
|
|
205
|
+
CompletionKit 0.3.0 and later are licensed under the [Business Source License 1.1](LICENSE). You may use CompletionKit freely for any purpose, including production, except to offer it (or a derivative) to third parties as a hosted or managed service whose primary value is CompletionKit itself. Three years after each release, that version automatically re-licenses to GPL-3.
|
|
206
|
+
|
|
207
|
+
CompletionKit 0.2.x and earlier remain available under the [MIT License](https://github.com/homemade-software-inc/completion-kit/blob/v0.2.0/MIT-LICENSE).
|
|
208
|
+
|
|
209
|
+
For alternative licensing, contact hello@homemade.software.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: completion-kit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Damien Bastin
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-04-
|
|
11
|
+
date: 2026-04-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -209,7 +209,7 @@ executables: []
|
|
|
209
209
|
extensions: []
|
|
210
210
|
extra_rdoc_files: []
|
|
211
211
|
files:
|
|
212
|
-
-
|
|
212
|
+
- LICENSE
|
|
213
213
|
- README.md
|
|
214
214
|
- Rakefile
|
|
215
215
|
- app/assets/config/completion_kit_manifest.js
|
|
@@ -335,7 +335,7 @@ files:
|
|
|
335
335
|
- lib/generators/completion_kit/templates/initializer.rb
|
|
336
336
|
homepage: https://github.com/homemade-software-inc/completion-kit
|
|
337
337
|
licenses:
|
|
338
|
-
-
|
|
338
|
+
- BUSL-1.1
|
|
339
339
|
metadata:
|
|
340
340
|
homepage_uri: https://github.com/homemade-software-inc/completion-kit
|
|
341
341
|
source_code_uri: https://github.com/homemade-software-inc/completion-kit
|
data/MIT-LICENSE
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
Copyright
|
|
2
|
-
|
|
3
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
4
|
-
a copy of this software and associated documentation files (the
|
|
5
|
-
"Software"), to deal in the Software without restriction, including
|
|
6
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
7
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
8
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
9
|
-
the following conditions:
|
|
10
|
-
|
|
11
|
-
The above copyright notice and this permission notice shall be
|
|
12
|
-
included in all copies or substantial portions of the Software.
|
|
13
|
-
|
|
14
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
15
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
16
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
17
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
18
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
19
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
20
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|