contai 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1ea8b64ee261ac1e205aec107d9011fcb2a90194856143eb25c73a79af70f982
4
- data.tar.gz: b91bd9e6138f0b4980ed0f2651f15083de0ae275524d3a749308f6af900c04b3
3
+ metadata.gz: 6492a3239139b94e0e50db1572a5e8eb5c80e25eb290dfea87dc67ce69d4c777
4
+ data.tar.gz: fd23db57dc00562fced530eeed07088548fbad1602537d4ceb522de266a6e355
5
5
  SHA512:
6
- metadata.gz: 596f44c2e09f5ada2af464d9f7f656569bc396a8b3343cf7415e53d89fa1a7c81457907995c263689468a8238df2dce43f871cd13ff7f26bef289ebd84c0ee30
7
- data.tar.gz: da7f09f708f026f5bb5766d18a1d7e3125bd327fb0b2494a39e8575d6ffb9be51556896967dbec38ba0ce2d3e827efa419c2ac5893f237e6dcef8e11c522f63e
6
+ metadata.gz: 74ca7007878ffb6482b830405820a8f5810ba6051291f601209585851c64b0b8148ead124d502eee2de4b734f9c7f664f2c486e0e9c09517799d2284867ee714
7
+ data.tar.gz: d2485dd46ae43105a73f9ec42c0aa82d6914fb6e6f2a9595aa67bc0f0a042e755b90a849c1a94b6c70ed787a4efa19385d205fd15ddfee657cf9fa12d4f2d895
data/LICENSE.txt ADDED
@@ -0,0 +1,30 @@
1
+ CAPAAL License (CAPAA License)
2
+ Version 1.0 — https://capaal.com
3
+
4
+ The author hereby grants permission to use, copy, modify, merge, publish, distribute,
5
+ sublicense, and/or sell copies of the Software, and to permit persons to whom the
6
+ Software is furnished to do so, subject to the following conditions:
7
+
8
+ 1. Retention of Copyright and License Notice
9
+ The above copyright notice and this permission notice shall be included in all
10
+ copies or substantial portions of the Software.
11
+
12
+ 2. Disclaimer of Warranty
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
14
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
15
+ PARTICULAR PURPOSE AND NONINFRINGEMENT.
16
+
17
+ 3. Freedom from Sanctions and Restrictions
18
+ No country, organization, or individual shall apply laws, international treaties,
19
+ export control policies, or sanctions regimes to restrict the use, modification,
20
+ distribution, or access to this Software.
21
+
22
+ 4. Prohibition on Sanction Enforcement Features
23
+ It is strictly forbidden to implement in this Software any code, logic, or mechanism
24
+ intended to enforce or comply with any form of sanctions — including but not limited
25
+ to blocking by country, IP, citizenship, residency, origin, or other sanction-related
26
+ criteria.
27
+
28
+ 5. License Compatibility
29
+ The CAPAAL License is compatible with MIT, Apache 2.0, and other open source licenses,
30
+ provided that clauses 3 and 4 of this license are respected.
data/contai.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.summary = "Gem for generating AI content for rails models"
12
12
  spec.description = "A Ruby on Rails gem that provides seamless integration with AI services to automatically generate content for your Rails models. It offers a simple interface to enhance your models with AI-generated content, supporting various content types and customization options."
13
13
  spec.homepage = "https://github.com/capaas/contai"
14
- spec.license = "Unlicense"
14
+ spec.license = "CAPAAL"
15
15
  spec.required_ruby_version = ">= 3.0.0"
16
16
 
17
17
  spec.metadata["allowed_push_host"] = "https://rubygems.org"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Contai
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contai
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Panasenkov A.
@@ -79,6 +79,7 @@ files:
79
79
  - ".rspec"
80
80
  - ".rubocop.yml"
81
81
  - CHANGELOG.md
82
+ - LICENSE.txt
82
83
  - README.md
83
84
  - Rakefile
84
85
  - app/controllers/contai/generations_controller.rb
@@ -108,7 +109,7 @@ files:
108
109
  - sig/contai.rbs
109
110
  homepage: https://github.com/capaas/contai
110
111
  licenses:
111
- - Unlicense
112
+ - CAPAAL
112
113
  metadata:
113
114
  allowed_push_host: https://rubygems.org
114
115
  homepage_uri: https://github.com/capaas/contai